Definition Type: Element
Name: PrinterSettableElementsSupported
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCommon.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SettableElementsXSD Diagram of PrinterSettableElementsSupported
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="PrinterSettableElementsSupported">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SettableElements" minOccurs="0" maxOccurs="unbounded">
                <xs:simpleType>
                    <xs:restriction base="xs:NMTOKEN">
                        <xs:maxLength value="255" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SettableElements pwg:SettableElements 0 unbounded