case class XTopLevelAttribute(annotation: Option[XAnnotation] = None, simpleType: Option[XLocalSimpleType] = None, id: Option[String] = None, name: Option[String] = None, ref: Option[QName] = None, typeValue: Option[QName] = None, use: XUse, default: Option[String] = None, fixed: Option[String] = None, form: Option[XFormChoice] = None, attributes: Map[String, DataRecord[Any]]) extends XAttributable with XSchemaTopOption with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XTopLevelAttribute
- Serializable
- Product
- Equals
- XSchemaTopOption
- XAttributable
- XAttrDeclsOption1
- XAnnotatedable
- XOpenAttrsable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new XTopLevelAttribute(annotation: Option[XAnnotation] = None, simpleType: Option[XLocalSimpleType] = None, id: Option[String] = None, name: Option[String] = None, ref: Option[QName] = None, typeValue: Option[QName] = None, use: XUse, default: Option[String] = None, fixed: Option[String] = None, form: Option[XFormChoice] = None, attributes: Map[String, DataRecord[Any]])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val annotation: Option[XAnnotation]
- Definition Classes
- XTopLevelAttribute → XAttributable → XAnnotatedable
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributes: Map[String, DataRecord[Any]]
- Definition Classes
- XTopLevelAttribute → XAttributable → XAnnotatedable → XOpenAttrsable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val default: Option[String]
- Definition Classes
- XTopLevelAttribute → XAttributable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fixed: Option[String]
- Definition Classes
- XTopLevelAttribute → XAttributable
- val form: Option[XFormChoice]
- Definition Classes
- XTopLevelAttribute → XAttributable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: Option[String]
- Definition Classes
- XTopLevelAttribute → XAttributable → XAnnotatedable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: Option[String]
- Definition Classes
- XTopLevelAttribute → XAttributable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val ref: Option[QName]
- Definition Classes
- XTopLevelAttribute → XAttributable
- val simpleType: Option[XLocalSimpleType]
- Definition Classes
- XTopLevelAttribute → XAttributable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val typeValue: Option[QName]
- Definition Classes
- XTopLevelAttribute → XAttributable
- val use: XUse
- Definition Classes
- XTopLevelAttribute → XAttributable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()