| ZVON > References > XML Schema 2001 Reference |
| Intro / Search / ZVON |
| index | >> Schema << | DTD |
| Annotation | |
|---|---|
| Documentation | |
| Source | http://www.w3.org/TR/xmlschema-1/#element-notation |
| 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> |