Definition Type: ComplexType
Name: remAuthorization
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 Code in schema invoice_xsdXSD Diagram of remAuthorization in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="remAuthorization">
    <xs:sequence>
        <xs:element name="Code" type="AuthorizationCode" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Identifies the authorization identification of the user.</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 authorization.</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 nsC:Code 0 (1)
Description nsC:Description 0 unbounded
UserArea nsC:UserArea 0 (1)