EnumType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
text xs:string optional
value xs:string required
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.xrules.org/2003/11'

Used By

Source

<xs:complexType name="EnumType">
  <xs:attribute name="value" type="xs:string" use="required"/>
  <xs:attribute name="text" type="xs:string" use="optional"/>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>