structure:combine-att

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
combine restriction of xs:token optional

Used By

Source

<xs:attributeGroup name="combine-att">
  <xs:attribute name="combine">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="choice"/>
        <xs:enumeration value="interleave"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>