Definition Type: ComplexType
Name: StateChange
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into Description in schema components_xsd Drilldown into ChangeDate in schema components_xsd Drilldown into To in schema components_xsd Drilldown into From in schema components_xsdXSD Diagram of StateChange in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="StateChange">
    <xs:sequence>
        <xs:element name="From" type="Code" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the Status Code before the change.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="To" type="Code" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the status code after the change.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="ChangeDate" type="DateTimeAny" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indicates when the status change occured.</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">Description of the status change.</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
From oa:From 0 (1)
To oa:To 0 (1)
ChangeDate oa:ChangeDate 0 (1)
Description oa:Description 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Change