doctype

Element Information

Model

Children: cdata, choose, else, if, text, value-of

Attributes

QName Type Fixed Default Use Inheritable Annotation
public-id xs:string optional
system-id xs:string optional

Used By

Element Group template-content

Source

<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>

Sample