| ZVON > References > XML Schema 2001 Reference |
| Intro / Search / ZVON |
| index | >> Schema << | DTD |
| Annotation | |
|---|---|
| Documentation | |
| Source | http://www.w3.org/TR/xmlschema-2/#QName |
| Facets | enumeration | length | maxLength | minLength | pattern | whiteSpace | |
| Properties | bounded : false | cardinality : countably infinite | numeric : false | ordered : false | |
| Schema |
|---|
<xs:simpleType name="QName" id="QName"> <xs:restriction base="xs:anySimpleType"> <xs:whiteSpace value="collapse" fixed="true" id="QName.whiteSpace"/> </xs:restriction> </xs:simpleType> |