Definition Type: Element
Name: ItemId
Namespace: http://www.openapplications.org/oagis
Type: nsC:ItemIdType
Containing Schema: Invoice.xsd
Abstract
Documentation:
Identifies Item code. This can be a UPC or an EAN or a company assigned Id. Along with a revision number of the Item.
Collapse XSD Schema Diagram:
Drilldown into Revision in schema invoice_xsd Drilldown into UPC in schema invoice_xsd Drilldown into EANUCC13 in schema invoice_xsd Drilldown into Id in schema invoice_xsd Drilldown into ItemIdBase in schema invoice_xsd Drilldown into ItemIdType in schema invoice_xsdXSD Diagram of ItemId in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:element name="ItemId" type="ItemIdType">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Identifies Item code. This can be a UPC or an EAN or a company assigned Id. Along with a revision number of the Item.</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id nsC:Id 0 (1)
EANUCC13 nsC:EANUCC13 0 (1)
UPC nsC:UPC 0 (1)
Revision nsC:Revision 0 (1)
Collapse Derivation Tree: