Definition Type: AttributeGroup
Name: combine-att
Namespace: http://relaxng.org/ns/structure/1.0
Containing Schema: RelaxNG.xsd
Collapse XSD Schema Diagram:
Drilldown into combine in schema relaxng_xsdXSD Diagram of combine-att in schema relaxng_xsd (REgular LAnguage for XML Next Generation (RELAX NG))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
combine structure:combine (Optional)