Definition Type: ComplexType
Name: TransSenderType
Namespace: http://www.wbf.org/xml/B2MML-V0401
Containing Schema: B2MML-V0401-Common.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AuthorizationID in schema b2mml-v0401-common_xsd Drilldown into ConfirmationCode in schema b2mml-v0401-common_xsd Drilldown into ReferenceID in schema b2mml-v0401-common_xsd Drilldown into TaskID in schema b2mml-v0401-common_xsd Drilldown into ComponentID in schema b2mml-v0401-common_xsd Drilldown into LogicalID in schema b2mml-v0401-common_xsdXSD Diagram of TransSenderType in schema b2mml-v0401-common_xsd (Business To Manufacturing Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="TransSenderType">
    <xsd:sequence>
        <xsd:element name="LogicalID" type="IdentifierType" minOccurs="0" />
        <xsd:element name="ComponentID" type="IdentifierType" minOccurs="0" />
        <xsd:element name="TaskID" type="IdentifierType" minOccurs="0" />
        <xsd:element name="ReferenceID" type="IdentifierType" minOccurs="0" />
        <xsd:element name="ConfirmationCode" type="TransConfirmationCodeType" minOccurs="0" />
        <xsd:element name="AuthorizationID" type="IdentifierType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LogicalID b2mml:LogicalID 0 (1)
ComponentID b2mml:ComponentID 0 (1)
TaskID b2mml:TaskID 0 (1)
ReferenceID b2mml:ReferenceID 0 (1)
ConfirmationCode b2mml:ConfirmationCode 0 (1)
AuthorizationID b2mml:AuthorizationID 0 (1)
Collapse Derivation Tree:
Collapse References:
b2mml:Sender