|
@@ -209,6 +209,30 @@
|
|
|
</xs:element>
|
|
|
<xs:element name="printer-config" minOccurs="0" maxOccurs="1">
|
|
|
<xs:complexType>
|
|
|
+ <xs:all>
|
|
|
+ <xs:element name="page-info">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>设置纸张信息</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ <xs:complexType>
|
|
|
+ <xs:attribute name="gapmMM" type="xs:integer">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>间隙M (TSC)(单位MM)</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:attribute>
|
|
|
+ <xs:attribute name="gapnMM" type="xs:integer">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>间隙N (TSC)(单位MM)</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:attribute>
|
|
|
+ <xs:attribute name="pageCount" type="xs:integer">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>重复打印次数(TSC)</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:attribute>
|
|
|
+ </xs:complexType>
|
|
|
+ </xs:element>
|
|
|
+ </xs:all>
|
|
|
<xs:attributeGroup ref="textGroup" />
|
|
|
</xs:complexType>
|
|
|
</xs:element>
|