Definition Type: ComplexType
Name: ItemBaseType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract True
Documentation:
Is the basis for Items.
Collapse XSD Schema Diagram:
Drilldown into Packaging in schema components_xsd1 Drilldown into HazardousMaterial in schema components_xsd1 Drilldown into Specification in schema components_xsd1 Drilldown into Classification in schema components_xsd1 Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into ServiceIndicator in schema fields_xsd1 Drilldown into EPCID in schema fields_xsd1 Drilldown into UPCID in schema fields_xsd1 Drilldown into SupplierItemID in schema components_xsd1 Drilldown into ManufacturerItemID in schema components_xsd1 Drilldown into CustomerItemID in schema components_xsd1 Drilldown into ItemID in schema components_xsd1 Drilldown into ItemIDsGroup in schema components_xsd1XSD Diagram of ItemBaseType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ItemBaseType" abstract="true">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">Is the basis for Items.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="ItemIDsGroup" minOccurs="0" />
        <xsd:element ref="ServiceIndicator" minOccurs="0" />
        <xsd:group ref="FreeFormTextGroup" minOccurs="0" />
        <xsd:element ref="Classification" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Specification" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="HazardousMaterial" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Packaging" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItemID oa:ItemID 0 unbounded
CustomerItemID oa:CustomerItemID 0 (1)
ManufacturerItemID oa:ManufacturerItemID 0 (1)
SupplierItemID oa:SupplierItemID 0 (1)
UPCID oa:UPCID 0 (1)
EPCID oa:EPCID 0 (1)
ServiceIndicator oa:ServiceIndicator 0 (1)
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
Classification oa:Classification 0 unbounded
Specification oa:Specification 0 unbounded
HazardousMaterial oa:HazardousMaterial 0 unbounded
Packaging oa:Packaging 0 unbounded
<xs:group> oa:ItemIDsGroup 0 (1)
<xs:group> oa:FreeFormTextGroup 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:ItemInstanceBaseType, oa:ItemType