ice-range

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
description optional
id xs:ID optional
name optional
order restriction of xs:NMTOKEN numeric optional

Used By

Element ice-negotiable

Source

<xs:element name="ice-range">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ice-text" minOccurs="0" maxOccurs="unbounded"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ice-span"/>
        <xs:element ref="ice-enum"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="name"/>
    <xs:attribute name="description"/>
    <xs:attribute name="order" default="numeric">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="time"/>
          <xs:enumeration value="lexical"/>
          <xs:enumeration value="numeric"/>
          <xs:enumeration value="enumeration"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample