Definition Type: SimpleType
Name: MatchCodeEnumerationType
Namespace: http://www.openapplications.org/oagis/9/codelists
Containing Schema: CodeLists.xsd
Documentation:
Standard List of Invoice Matching Types. 2 stands for two way matching (Invoice, PO). 3 stands for three way matching (Invoice, PO, Receipt). 4 stands for four way matching (Invoice, PO, Receipt, Invoice)
Collapse XSD Schema Diagram:
XSD Diagram of MatchCodeEnumerationType in schema codelists_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="MatchCodeEnumerationType">
    <xsd:annotation>
        <xsd:documentation>
            Standard List of Invoice Matching Types. 2 stands for two way matching (Invoice, PO). 3
            stands for three way matching (Invoice, PO, Receipt). 4 stands for four way matching
            (Invoice, PO, Receipt, Invoice)
         </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="2" />
        <xsd:enumeration value="3" />
        <xsd:enumeration value="4" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration 2
Enumeration 3
Enumeration 4