CT_NumDataSource

Complex Type Information

Model

Children: numLit, numRef

Used By

Source

<xsd:complexType name="CT_NumDataSource">
  <xsd:sequence>
    <xsd:choice 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:choice>
  </xsd:sequence>
</xsd:complexType>