Definition Type: ComplexType
Name: AccountTypeType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Credit.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RepositoryValue in schema credit_xsd Drilldown into RepositoryCode in schema credit_xsd Drilldown into Value in schema credit_xsdXSD Diagram of AccountTypeType in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AccountTypeType">
    <xsd:sequence>
        <xsd:element name="Value" type="AccountTypeTypes" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Summarized description of the account.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="RepositoryCode" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The type code assigned by the repository.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="RepositoryValue" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Description as provided by the repository.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Value hr:Value 0 (1)
RepositoryCode hr:RepositoryCode 0 (1)
RepositoryValue hr:RepositoryValue 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:AccountType