Definition Type: SimpleType
Name: SeparatorSheetsTypeWKV
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgWellKnownValues.xsd
Collapse XSD Schema Diagram:
XSD Diagram of SeparatorSheetsTypeWKV
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="SeparatorSheetsTypeWKV">
    <xs:restriction base="xs:NMTOKEN">
        <xs:maxLength value="255" />
        <xs:enumeration value="BothSheets" />
        <xs:enumeration value="EndSheet" />
        <xs:enumeration value="None" />
        <xs:enumeration value="SlipSheets" />
        <xs:enumeration value="StartSheet" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration BothSheets
Enumeration EndSheet
Enumeration None
Enumeration SlipSheets
Enumeration StartSheet
MaxLength 255