Element | EG_AxShared/scaling |
<xsd:complexType name="CT_Scaling"> <xsd:sequence> <xsd:element name="logBase" type="CT_LogBase" minOccurs="0" maxOccurs="1"/> <xsd:element name="orientation" type="CT_Orientation" minOccurs="0" maxOccurs="1"/> <xsd:element name="max" type="CT_Double" minOccurs="0" maxOccurs="1"/> <xsd:element name="min" type="CT_Double" minOccurs="0" maxOccurs="1"/> <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> |