Definition Type: ComplexType
Name: SettlementPriorityType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: FinancialComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd1 Drilldown into PriorityCode in schema fields_xsd1 Drilldown into PaymentScheme in schema financialcomponents_xsdXSD Diagram of SettlementPriorityType in schema financialcomponents_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SettlementPriorityType">
    <xsd:sequence>
        <xsd:choice>
            <xsd:element ref="PaymentScheme" minOccurs="0" />
            <xsd:element ref="PriorityCode" minOccurs="0" />
        </xsd:choice>
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PaymentScheme oa:PaymentScheme 0 (1)
PriorityCode oa:PriorityCode 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:SettlementPriority