Definition Type: ComplexType
Name: ReceiverType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Meta.xsd
Abstract
Documentation:
Identifies the intended receiver of the given BOD instance.
Collapse XSD Schema Diagram:
Drilldown into ID in schema fields_xsd1 Drilldown into ComponentID in schema meta_xsd Drilldown into LogicalID in schema meta_xsdXSD Diagram of ReceiverType in schema meta_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ReceiverType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">Identifies the intended receiver 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="ID" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LogicalID oa:LogicalID 0 (1)
ComponentID oa:ComponentID 0 (1)
ID oa:ID 0 unbounded
Collapse Derivation Tree:
Collapse References:
oa:Receiver