ice-subscription

Element Information

Model

Children: ice-offer

Attributes

QName Type Fixed Default Use Inheritable Annotation
current-state optional
expiration-date optional
expiration-priority restriction of xs:NMTOKEN optional
quantity-remaining optional
subscription-id required

Used By

Source

<xs:element name="ice-subscription">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ice-offer"/>
    </xs:sequence>
    <xs:attribute name="current-state"/>
    <xs:attribute name="expiration-date"/>
    <xs:attribute name="expiration-priority">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="last"/>
          <xs:enumeration value="first"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="quantity-remaining"/>
    <xs:attribute name="subscription-id" use="required"/>
  </xs:complexType>
</xs:element>

Sample