Definition Type: ComplexType
Name: UserAccountType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd1 Drilldown into UserAuthorization in schema components_xsd1 Drilldown into AccountType in schema fields_xsd1 Drilldown into AccountID in schema fields_xsd1 Drilldown into SystemID in schema fields_xsd1XSD Diagram of UserAccountType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="UserAccountType">
    <xsd:sequence>
        <xsd:element ref="SystemID" minOccurs="0" />
        <xsd:element ref="AccountID" minOccurs="0" />
        <xsd:element ref="AccountType" minOccurs="0" />
        <xsd:element ref="UserAuthorization" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SystemID oa:SystemID 0 (1)
AccountID oa:AccountID 0 (1)
AccountType oa:AccountType 0 (1)
UserAuthorization oa:UserAuthorization 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:UserAccount