Definition Type: ComplexType
Name: ResultType
Namespace: http://www.wbf.org/xml/B2MML-V0401
Containing Schema: B2MML-V0401-Common.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Any in schema b2mml-v0401-common_xsd Drilldown into Result in schema b2mml-v0401-commonextensions_xsd Drilldown into Key in schema b2mml-v0401-common_xsd Drilldown into UnitOfMeasure in schema b2mml-v0401-common_xsd Drilldown into DataType in schema b2mml-v0401-common_xsd Drilldown into ValueString in schema b2mml-v0401-common_xsdXSD Diagram of ResultType in schema b2mml-v0401-common_xsd (Business To Manufacturing Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="ResultType">
    <xsd:sequence>
        <xsd:element name="ValueString" type="ValueStringType" 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:Result" 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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ValueString b2mml:ValueString (1) (1)
DataType b2mml:DataType (1) (1)
UnitOfMeasure b2mml:UnitOfMeasure (1) (1)
Key b2mml:Key 0 1
Any b2mml:Any 0 unbounded
<xs:group> Extended:Result 0 1
Collapse Derivation Tree:
Collapse References:
b2mml:Result