QuantityValueType

Complex Type Information

Model

Source

<xsd:complexType name="QuantityValueType">
  <xsd:sequence>
    <xsd:element name="QuantityString" type="QuantityStringType" nillable="true"/>
    <xsd:element name="DataType" type="DataTypeType" nillable="true"/>
    <xsd:element name="UnitOfMeasure" type="UnitOfMeasureType" nillable="true"/>
    <xsd:element name="Key" type="IdentifierType" minOccurs="0" maxOccurs="1"/>
    <xsd:group ref="Extended:Quantity" minOccurs="0" maxOccurs="1"/>
    <!-- Added in V04 - The Any element should not be used in new schemas.  This extension schema should be used to add user defined 
     elements to B2MML documents.  In a future release the Any element will be removed from B2MML.  -->
    <xsd:element name="Any" type="AnyType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>