Definition Type: ComplexType
Name: measurementType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RangeMax in schema mailxml_120308_xsd Drilldown into RangeMin in schema mailxml_120308_xsd Drilldown into Value in schema mailxml_120308_xsdXSD Diagram of measurementType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="measurementType">
    <xs:sequence>
        <xs:element name="Value">
            <xs:complexType>
                <xs:simpleContent>
                    <xs:extension base="mailxml_base:dec18-8">
                        <xs:attribute name="UOM" type="mailxml_base:uOMType" use="required" />
                    </xs:extension>
                </xs:simpleContent>
            </xs:complexType>
        </xs:element>
        <xs:element name="RangeMin" minOccurs="0">
            <xs:complexType>
                <xs:simpleContent>
                    <xs:extension base="mailxml_base:dec18-8">
                        <xs:attribute name="UOM" type="mailxml_base:uOMType" use="required" />
                    </xs:extension>
                </xs:simpleContent>
            </xs:complexType>
        </xs:element>
        <xs:element name="RangeMax" minOccurs="0">
            <xs:complexType>
                <xs:simpleContent>
                    <xs:extension base="mailxml_base:dec18-8">
                        <xs:attribute name="UOM" type="mailxml_base:uOMType" use="required" />
                    </xs:extension>
                </xs:simpleContent>
            </xs:complexType>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Value mailxml:Value (1) (1)
RangeMin mailxml:RangeMin 0 (1)
RangeMax mailxml:RangeMax 0 (1)
Collapse Derivation Tree:
Collapse References:
mailxml:Height