Definition Type: Element
Name: Change
Namespace: http://www.openapplications.org/oagis
Type: nsC:StateChange
Containing Schema: Invoice.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Indicates the status codes of the change when.
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_xsd Drilldown into StateChange in schema invoice_xsdXSD Diagram of Change in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
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: