ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

annotated

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>