Definition Type: ComplexType
Name: PaymentTermType
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 Penalty in schema components_xsd1 Drilldown into Discount in schema components_xsd1 Drilldown into Term in schema components_xsd1 Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into type in schema components_xsd1XSD Diagram of PaymentTermType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentTermType">
    <xsd:sequence>
        <xsd:group ref="FreeFormTextGroup" minOccurs="0" />
        <xsd:element ref="Term" minOccurs="0" />
        <xsd:element ref="Discount" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Penalty" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="type" type="PaymentTermCodeContentType" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
Term oa:Term 0 (1)
Discount oa:Discount 0 unbounded
Penalty oa:Penalty 0 unbounded
UserArea oa:UserArea 0 (1)
<xs:group> oa:FreeFormTextGroup 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type oa:type Optional
Collapse Derivation Tree:
Collapse References:
oa:PaymentTerm