Browse Source

添加了TSC个性指令

Kevin 4 năm trước cách đây
mục cha
commit
f5df5c3c8d
1 tập tin đã thay đổi với 24 bổ sung0 xóa
  1. 24 0
      printer-schema.xsd

+ 24 - 0
printer-schema.xsd

@@ -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>