ice-item-group

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
activation optional
content-filename optional
content-transfer-encoding restriction of xs:NMTOKEN x-native-xml optional
content-type application/octet-stream optional
expiration optional
ice-element ice-item-group optional
ip-status optional
item-group-id required
license optional
name optional
rights-holder optional
show-credit optional
subscription-element optional
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.

Used By

Source

<xs:element name="ice-item-group">
  <xs:complexType>
    <xs:sequence>
      <xs:sequence maxOccurs="unbounded">
        <xs:choice>
          <xs:sequence>
            <xs:element ref="ice-item-remove" maxOccurs="unbounded"/>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
              <xs:element ref="ice-item-group"/>
              <xs:element ref="ice-item"/>
              <xs:element ref="ice-item-ref"/>
            </xs:choice>
          </xs:sequence>
          <xs:choice maxOccurs="unbounded">
            <xs:element ref="ice-item-group"/>
            <xs:element ref="ice-item"/>
            <xs:element ref="ice-item-ref"/>
          </xs:choice>
        </xs:choice>
      </xs:sequence>
    </xs:sequence>
    <xs:attribute name="activation"/>
    <xs:attribute name="expiration"/>
    <xs:attribute name="content-filename"/>
    <xs:attribute name="content-transfer-encoding" default="x-native-xml">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="base64"/>
          <xs:enumeration value="x-native-xml"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="content-type" default="application/octet-stream"/>
    <xs:attribute name="ip-status"/>
    <xs:attribute ref="xml:lang"/>
    <xs:attribute name="license"/>
    <xs:attribute name="rights-holder"/>
    <xs:attribute name="show-credit"/>
    <xs:attribute name="subscription-element"/>
    <xs:attribute name="ice-element" fixed="ice-item-group"/>
    <xs:attribute name="name"/>
    <xs:attribute name="item-group-id" use="required"/>
  </xs:complexType>
</xs:element>

Sample