Definition Type: ComplexType
Name: PaymentTermType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
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_xsd1 Drilldown into type in schema components_xsd1XSD Diagram of PaymentTermType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentTermType">
    <xsd:sequence>
        <xsd:group minOccurs="0" ref="FreeFormTextGroup" />
        <xsd:element minOccurs="0" ref="Term" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Discount" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Penalty" />
        <!-- <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 oagis:Description 0 unbounded
Note oagis:Note 0 unbounded
Term oagis:Term 0 (1)
Discount oagis:Discount 0 unbounded
Penalty oagis:Penalty 0 unbounded
<xs:group> oagis:FreeFormTextGroup 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type oagis:type Optional
Collapse Derivation Tree:
Collapse References:
oagis:PaymentTerm