ZVON > References > XML Schema 2001 Reference |
Intro / Search / ZVON |
index | >> Schema << | DTD |
Annotation | |
---|---|
Documentation |
This type is extended by all types which allow annotation other than <schema> itself |
Schema |
---|
<xs:complexType name="annotated" mixed="false"> <xs:complexContent> <xs:extension base="xs:openAttrs"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> </xs:sequence> <xs:attribute name="id" type="xs:ID"/> </xs:extension> </xs:complexContent> </xs:complexType> |