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_xsd Drilldown into ConfirmationCode in schema meta_xsd Drilldown into ReferenceID in schema meta_xsd Drilldown into TaskID in schema meta_xsd Drilldown into ComponentID in schema meta_xsd Drilldown into LogicalID in schema meta_xsdXSD Diagram of SenderType in schema meta_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="SenderType">
    <xsd:annotation>
        <xsd:documentation>Identifies the sender of the given BOD instance</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="LogicalID" minOccurs="0" />
        <xsd:element ref="ComponentID" minOccurs="0" />
        <xsd:element ref="TaskID" minOccurs="0" />
        <xsd:element ref="ReferenceID" minOccurs="0" />
        <xsd:element ref="ConfirmationCode" minOccurs="0" />
        <xsd:element ref="AuthorizationID" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LogicalID nsA:LogicalID 0 (1)
ComponentID nsA:ComponentID 0 (1)
TaskID nsA:TaskID 0 (1)
ReferenceID nsA:ReferenceID 0 (1)
ConfirmationCode nsA:ConfirmationCode 0 (1)
AuthorizationID nsA:AuthorizationID 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Sender