for element, group and attributeGroup, which both define and reference |
Complex Types | xs:attribute, xs:attributeGroup, xs:element, xs:group |
<xs:attributeGroup name="defRef"> <xs:annotation> <xs:documentation>for element, group and attributeGroup, which both define and reference</xs:documentation> </xs:annotation> <xs:attribute name="name" type="xs:NCName"/> <xs:attribute name="ref" type="xs:QName"/> </xs:attributeGroup> |