<xsd:complexType name="PageProps_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="PageWidth" type="PageWidth_Type" minOccurs="0" />
<xsd:element name="PageHeight" type="PageHeight_Type" minOccurs="0" />
<xsd:element name="ShdwOffsetX" type="ShdwOffsetX_Type" minOccurs="0" />
<xsd:element name="ShdwOffsetY" type="ShdwOffsetY_Type" minOccurs="0" />
<xsd:element name="PageScale" type="PageScale_Type" minOccurs="0" />
<xsd:element name="DrawingScale" type="DrawingScale_Type" minOccurs="0" />
<xsd:element name="DrawingSizeType" type="DrawingSizeType_Type" minOccurs="0" />
<xsd:element name="DrawingScaleType" type="DrawingScaleType_Type" minOccurs="0" />
<xsd:element name="InhibitSnap" type="InhibitSnap_Type" minOccurs="0" />
<xsd:element name="UIVisibility" type="UIVisibility_Type" minOccurs="0" />
<xsd:element name="ShdwType" type="ShdwType_Type" minOccurs="0" />
<xsd:element name="ShdwObliqueAngle" type="ShdwObliqueAngle_Type" minOccurs="0" />
<xsd:element name="ShdwScaleFactor" type="ShdwScaleFactor_Type" minOccurs="0" />
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|