<xs:simpleType name="ePresentationDirection1_"> <xs:restriction base="jdftyp:NMTOKEN"> <xs:pattern value="FoldCatalog"/> <xs:pattern value="[xX]{1}[yY]{1}[zZ]{1}"/> <xs:pattern value="[xX]{1}[zZ]{1}[yY]{1}"/> <xs:pattern value="[yY]{1}[xX]{1}[zZ]{1}"/> <xs:pattern value="[yY]{1}[zZ]{1}[xX]{1}"/> <xs:pattern value="[zZ]{1}[xX]{1}[yY]{1}"/> <xs:pattern value="[zZ]{1}[yY]{1}[xX]{1}"/> </xs:restriction> </xs:simpleType> |