<xsd:complexType name="BOMType">
<xsd:sequence>
<xsd:element ref="BOMHeader" minOccurs="0" />
<xsd:element ref="BOMItemData" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies the Items that the Bill-Of-Material creates. There may be other items created as a by-product of this same process.
The first occurance is the primary Item of this BOM.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="BOMOption" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="BOMOptionClass" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|