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