Definition Type: ComplexType
Name: ApplicationAreaType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Meta.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Destination in schema meta_xsd Drilldown into BODID in schema meta_xsd Drilldown into Signature in schema meta_xsd1 Drilldown into CreationDateTime in schema meta_xsd Drilldown into Sender in schema meta_xsdXSD Diagram of ApplicationAreaType in schema meta_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ApplicationAreaType">
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" ref="Sender">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/">This identifies characteristics and control identifiers that
                  relate to the application that created the Business Object Document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" name="CreationDateTime" type="udt:DateTimeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org">This is used as the creation moment of this Business Object
                  Document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="oagis:Signature">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org">If the BOD is to be signed the signature element is included,
                  otherwise it is not. Signature supports any digital signature that maybe used by an implementation of
                  OAGIS. The qualifyingAgency identifies the agency that provided the format for the signature.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="BODID">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org">The BODId provides a place to carry a Globally Unique
                  Identifier (GUID) that will make each Business Object Document instance uniquely identifiable. This is
                  a critical success factor to enable software developers to use the Globally Unique Identifier (GUID)
                  to build services or capabilities:</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" ref="Destination">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org">This identifies characteristics and control identifiers that
                  relate to the application that receives the Business Object Document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Sender star:Sender 1 1
CreationDateTime star:CreationDateTime 1 1
Signature oagis:Signature 0 1
BODID star:BODID 0 1
Destination star:Destination 1 1
Collapse Derivation Tree:
Collapse References:
star:ApplicationArea, star:OriginalApplicationArea