Definition Type: Element
Name: BOM
Namespace: http://www.openapplications.org/oagis/9
Type: nsA:BOMType
Containing Schema: BOM.xsd
Abstract
Documentation:
When included in a hierarchy, the Components are position dependent for their meaning and applicability to the Bill of Material. The Bill of Material structure is broken down into three classifications or ways to represent the Item. An Item may be included by itself as in the first sub-grouping, or an Item may be represented as part of a set of options or as an option within a class of options. An example of an option would be CD-ROM for a laptop computer. Then each of the types of CD-ROM's for the option would be a separate Item. An example of an option class would be memory for a laptop. The options could then be 128, 256, or 512 megabytes of RAM. Each of these options would then have separate Item identifiers for memory modules that makes up the appropriate amount of memory. For 256 megabytes of RAM, this could be two 128 megabyte memory modules or one 256 megabyte.
Collapse XSD Schema Diagram:
Drilldown into BOMOptionClass in schema bom_xsd Drilldown into BOMOption in schema bom_xsd Drilldown into BOMItemData in schema bom_xsd Drilldown into BOMHeader in schema bom_xsd Drilldown into BOMType in schema bom_xsdXSD Diagram of BOM in schema bom_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:element name="BOM" type="BOMType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">When included in a hierarchy, the Components are position dependent for their meaning and applicability to the Bill of Material.

The Bill of Material structure is broken down into three classifications or ways to represent the Item.  An Item may be included by itself as in the first sub-grouping, or an Item may be represented as part of a set of options or as an option within a class of options.

An example of an option would be CD-ROM for a laptop computer.  Then each of the types of CD-ROM's for the option would be a separate Item.

An example of an option class would be memory for a laptop.  The options could then be 128, 256, or 512 megabytes of RAM.  Each of these options would then have separate Item identifiers for memory modules that makes up the appropriate amount of memory.  For 256 megabytes of RAM, this could be two 128 megabyte memory modules or one 256 megabyte.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BOMHeader nsA:BOMHeader 0 (1)
BOMItemData nsA:BOMItemData 0 unbounded
BOMOption nsA:BOMOption 0 unbounded
BOMOptionClass nsA:BOMOptionClass 0 unbounded
Collapse Derivation Tree: