ice-negotiable

Element Information

Model

Children: ice-range, ice-text

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
max optional
min optional
type xs:NMTOKEN required

Used By

Source

<xs:element name="ice-negotiable">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ice-text"/>
      <xs:element ref="ice-range"/>
    </xs:choice>
    <xs:attribute name="id" type="xs:ID"/>
    <xs:attribute name="type" type="xs:NMTOKEN" use="required"/>
    <xs:attribute name="max"/>
    <xs:attribute name="min"/>
  </xs:complexType>
</xs:element>

Sample