CT_DispUnits

Complex Type Information

Model

Used By

Source

<xsd:complexType name="CT_DispUnits">
  <xsd:sequence>
    <xsd:choice>
      <xsd:element name="custUnit" type="CT_Double" minOccurs="1" maxOccurs="1"/>
      <xsd:element name="builtInUnit" type="CT_BuiltInUnit" minOccurs="1" maxOccurs="1"/>
    </xsd:choice>
    <xsd:element name="dispUnitsLbl" type="CT_DispUnitsLbl" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
</xsd:complexType>