Definition Type: Element
Name: TermId
Namespace: http://www.openapplications.org/oagis
Type: oa:Id
Containing Schema: Components.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The type of payment term, actually I think this ought to be a type following the design pattern: generic element name, semantic type attribute. (e.g. Net30Days, 10Percent30Days)
Collapse XSD Schema Diagram:
Drilldown into Id in schema fields_xsdXSD Diagram of TermId in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:element name="TermId" type="Id" minOccurs="0">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">The type of payment term, actually I think this ought to be a type following the design pattern: generic element name, semantic type attribute. (e.g. Net30Days, 10Percent30Days)</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Derivation Tree: