Element Group | template-content |
<xs:element name="doctype"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="text-template-content"/> </xs:choice> <xs:attribute name="system-id" type="xs:string" use="optional"/> <xs:attribute name="public-id" type="xs:string" use="optional"/> </xs:complexType> </xs:element> |