Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The printSettings element MUST be ignored.
Parent Elements |
---|
Child Elements |
---|
Attributes:
bottomMargin: This attribute MUST be ignored.
collate: This attribute MUST be ignored.
copies: This attribute MUST be ignored.
footer: This attribute MUST be ignored.
header: This attribute MUST be ignored.
leftMargin: This attribute MUST be ignored.
marginUnitsType: This attribute MUST be ignored.
orientation: This attribute MUST be ignored.
pageRangeEnd: This attribute MUST be ignored.
pageRangeStart: This attribute MUST be ignored.
paperSize: This attribute MUST be ignored.
paperSource: This attribute MUST be ignored.
printerName: This attribute MUST be ignored.
printerSpecificSettings: This attribute MUST be ignored.
rightMargin: This attribute MUST be ignored.
topMargin: This attribute MUST be ignored.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
-
<xsd:element name="printSettings"> <xsd:complexType> <xsd:sequence> <xsd:element ref="xsf:header" minOccurs="0" maxOccurs="1"/> <xsd:element ref="xsf:footer" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="orientation"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="portrait"/> <xsd:enumeration value="landscape"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="header"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="255"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="footer"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="255"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="marginUnitsType"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="in"/> <xsd:enumeration value="cm"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="rightMargin"> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="100"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="leftMargin"> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="100"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="topMargin"> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="100"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="bottomMargin"> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="100"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="printerName"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="255"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="paperSize"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="255"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="paperSource"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="255"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="copies"> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:minInclusive value="1"/> <xsd:maxInclusive value="9999"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="collate" type="xsf:xdYesNo"/> <xsd:attribute name="pageRangeStart"> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:minInclusive value="1"/> <xsd:maxInclusive value="32000"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="pageRangeEnd"> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:minInclusive value="1"/> <xsd:maxInclusive value="32000"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="printerSpecificSettings"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="255"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element>