Definition Type: ComplexType
Name: Status
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into Change in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into Code in schema components_xsdXSD Diagram of Status in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="Status">
    <xs:sequence>
        <xs:element name="Code" type="Code" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the Code to indicate the status for the Noun or Component in which the Status Component occurs.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is a description of the Status.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Change" type="StateChange" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indicates the  status codes of the change when.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Code oa:Code 0 (1)
Description oa:Description 0 unbounded
Change oa:Change 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:AcknowledgementDetail, oa:AcknowledgementDetail, oa:Disposition, oa:EmployeeStatus, oa:ItemStatus, oa:Status, oa:Statusoa:Type,