Definition Type: ComplexType
Name: AuthorizationType
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema invoice_xsd Drilldown into AuthorizationCode in schema invoice_xsd Drilldown into EffectivePeriod in schema invoice_xsd Drilldown into DateAuthorized in schema invoice_xsd Drilldown into Status in schema invoice_xsd Drilldown into Type in schema invoice_xsd Drilldown into Id in schema invoice_xsdXSD Diagram of AuthorizationType in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="AuthorizationType">
    <xs:sequence>
        <xs:element name="Id" type="AuthorizationId" minOccurs="0" />
        <xs:element name="Type" type="Type" minOccurs="0" />
        <xs:element ref="Status" minOccurs="0" />
        <xs:element name="DateAuthorized" type="DateTimeAny" minOccurs="0" />
        <xs:element name="EffectivePeriod" type="TimePeriodAny" minOccurs="0" />
        <xs:element name="AuthorizationCode" type="AuthorizationCode" minOccurs="0" />
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id nsC:Id 0 (1)
Type nsC:Type 0 (1)
Status nsC:Status 0 (1)
DateAuthorized nsC:DateAuthorized 0 (1)
EffectivePeriod nsC:EffectivePeriod 0 (1)
AuthorizationCode nsC:AuthorizationCode 0 (1)
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:Authorization, nsC:Authorization