Element Group | template-content |
<xs:element name="element"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="template-content"/> </xs:choice> <xs:attribute name="name" type="xs:string" use="required"/> <xs:attribute name="namespace" type="xs:string" use="optional"/> <!-- todo: type definition for {qname} and {uri-reference} --> </xs:complexType> </xs:element> |