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

notation

Go to standard
Annotation
Documentation

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

In: schema
Schema

<xs:element name="notation" id="notation">
     <xs:complexType mixed="false">
          <xs:complexContent>
               <xs:extension base="xs:annotated">
                    <xs:attribute name="name" type="xs:NCName" use="required"/>
                    <xs:attribute name="public" type="xs:public" use="required"/>
                    <xs:attribute name="system" type="xs:anyURI"/>
               </xs:extension>
          </xs:complexContent>
     </xs:complexType>
</xs:element>