CT_AxDataSource

Complex Type Information

Model

Used By

Source

<xsd:complexType name="CT_AxDataSource">
  <xsd:sequence>
    <xsd:choice minOccurs="1" maxOccurs="1">
      <xsd:element name="multiLvlStrRef" type="CT_MultiLvlStrRef" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="numRef" type="CT_NumRef" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="numLit" type="CT_NumData" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="strRef" type="CT_StrRef" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="strLit" type="CT_StrData" minOccurs="1" maxOccurs="1"/>
    </xsd:choice>
  </xsd:sequence>
</xsd:complexType>