db:choice.attribute

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
choice restriction of xs:token optional

Used By

Source

<xs:attributeGroup name="choice.attribute">
  <xs:attribute name="choice">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="opt"/>
        <xs:enumeration value="plain"/>
        <xs:enumeration value="req"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>