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