<xsd:complexType name="CT_DocGrid">
<xsd:attribute name="type" type="ST_DocGrid">
<xsd:annotation>
<xsd:documentation>Document Grid Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="linePitch" type="ST_DecimalNumber">
<xsd:annotation>
<xsd:documentation>Document Grid Line Pitch</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="charSpace" type="ST_DecimalNumber">
<xsd:annotation>
<xsd:documentation>Document Grid Character Pitch</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|