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