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

annotation

Go to standard
Annotation
Documentation

 
Source http://www.w3.org/TR/xmlschema-1/#element-annotation

In: schema
Schema

<xs:element name="annotation" id="annotation">
     <xs:complexType mixed="false">
          <xs:complexContent>
               <xs:extension base="xs:openAttrs">
                    <xs:choice minOccurs="0" maxOccurs="unbounded">
                         <xs:element ref="xs:appinfo"/>
                         <xs:element ref="xs:documentation"/>
                    </xs:choice>
                    <xs:attribute name="id" type="xs:ID"/>
               </xs:extension>
          </xs:complexContent>
     </xs:complexType>
</xs:element>