Definition Type: ComplexType
Name: StateChange
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema invoice_xsd Drilldown into Description in schema invoice_xsd Drilldown into ChangeDate in schema invoice_xsd Drilldown into To in schema invoice_xsd Drilldown into From in schema invoice_xsdXSD Diagram of StateChange in schema invoice_xsd (HR-XML - Human Resources XML)
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 nsC:From 0 (1)
To nsC:To 0 (1)
ChangeDate nsC:ChangeDate 0 (1)
Description nsC:Description 0 unbounded
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:Change