| ZVON > References > XML Schema 2001 Reference |
| Intro / Search / ZVON |
| index | >> Schema << | DTD |
| Annotation | |
|---|---|
| Documentation |
for maxOccurs |
| Schema |
|---|
<xs:simpleType name="allNNI"> <xs:union memberTypes="xs:nonNegativeInteger"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="unbounded"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |