Definition Type: ComplexType
Name: PayableType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Payable.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PayableLine in schema payable_xsd Drilldown into PayableHeader in schema payable_xsdXSD Diagram of PayableType in schema payable_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="PayableType">
    <xsd:sequence>
        <xsd:element ref="PayableHeader" minOccurs="0" />
        <xsd:element ref="PayableLine" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PayableHeader nsA:PayableHeader 0 (1)
PayableLine nsA:PayableLine 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:Payable