ice-enum-item

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
ref xs:IDREF optional

Used By

Element ice-enum

Source

<xs:element name="ice-enum-item">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ice-extension"/>
      <xs:element ref="ice-span"/>
    </xs:choice>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="ref" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>

Sample