QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
combine | restriction of xs:token | optional |
Elements | structure:define, structure:start |
<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> |