Definition Type: ComplexType
Name: ItemIdBase
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UPC in schema invoice_xsd Drilldown into EANUCC13 in schema invoice_xsd Drilldown into Id in schema invoice_xsdXSD Diagram of ItemIdBase in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="ItemIdBase">
    <xs:sequence>
        <xs:element name="Id" type="SimpleId" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the Identifier of the Item.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="EANUCC13" minOccurs="0" />
        <xs:element ref="UPC" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id nsC:Id 0 (1)
EANUCC13 nsC:EANUCC13 0 (1)
UPC nsC:UPC 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:ItemIdType