Definition Type: ComplexType
Name: ApplicationAreaType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Meta.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd1 Drilldown into BODID in schema meta_xsd Drilldown into Signature in schema meta_xsd Drilldown into CreationDateTime in schema meta_xsd Drilldown into Receiver in schema meta_xsd Drilldown into Sender in schema meta_xsdXSD Diagram of ApplicationAreaType in schema meta_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ApplicationAreaType">
    <xsd:sequence>
        <xsd:element ref="Sender" minOccurs="0" />
        <xsd:element ref="Receiver" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CreationDateTime" />
        <xsd:element ref="Signature" minOccurs="0" />
        <xsd:element ref="BODID" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Sender oa:Sender 0 (1)
Receiver oa:Receiver 0 unbounded
CreationDateTime oa:CreationDateTime (1) (1)
Signature oa:Signature 0 (1)
BODID oa:BODID 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:ApplicationArea, oa:OriginalApplicationArea