Definition Type: ComplexType
Name: UserAccountType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
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 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="UserAccountType">
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="SystemID" />
        <xsd:element minOccurs="0" ref="AccountID" />
        <xsd:element minOccurs="0" ref="AccountType" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="UserAuthorization" />
        <!-- <xsd:element ref="UserArea" minOccurs="0" /> -->
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SystemID oagis:SystemID 0 (1)
AccountID oagis:AccountID 0 (1)
AccountType oagis:AccountType 0 (1)
UserAuthorization oagis:UserAuthorization 0 unbounded
Collapse Derivation Tree:
Collapse References:
oagis:UserAccount