Definition Type: ComplexType
Name: SenderType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Meta.xsd
Abstract
Documentation:
Identifies the sender of the given BOD instance
Collapse XSD Schema Diagram:
Drilldown into AuthorizationID in schema fields_xsd1 Drilldown into ConfirmationCode in schema meta_xsd1 Drilldown into ReferenceID in schema meta_xsd1 Drilldown into TaskID in schema meta_xsd1 Drilldown into ComponentID in schema meta_xsd1 Drilldown into LogicalID in schema meta_xsd1XSD Diagram of SenderType in schema meta_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="SenderType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            Identifies the sender of the given BOD instance
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="LogicalID" />
        <xsd:element minOccurs="0" ref="ComponentID" />
        <xsd:element minOccurs="0" ref="TaskID" />
        <xsd:element minOccurs="0" ref="ReferenceID" />
        <xsd:element minOccurs="0" ref="ConfirmationCode" />
        <xsd:element minOccurs="0" ref="AuthorizationID" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LogicalID oagis:LogicalID 0 (1)
ComponentID oagis:ComponentID 0 (1)
TaskID oagis:TaskID 0 (1)
ReferenceID oagis:ReferenceID 0 (1)
ConfirmationCode oagis:ConfirmationCode 0 (1)
AuthorizationID oagis:AuthorizationID 0 (1)
Collapse Derivation Tree:
Collapse References:
oagis:Sender