BOMOptionClass
Information that describes the class of Option for a particular Product or Item
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: BOMOptionClassType
Properties: Global, Qualified, ID: oagis-id-84124d4c21ab4bd28f6594bb849632c8
Content
- Sequence [1..1]
- Name [0..1] Identifies the Name of the object in which associated.
- ExclusiveIndicator [0..1] Identifies within a Bill of Material structure if an OptionClass or Option conflicts with another part of the Bill of Material structure and therefore if chosen, must not be combined with any other OptionClass or Option within that branch of the Bill of Material. In other words if a given Option is choosen another Option out of the same OptionClass can not be selected.
- MandatoryIndicator [0..1]
- Description [0..*]
- Note [0..*]
- BOMOption [0..*] Information that describes the attributes of a specific Option within a classification.
- Extension [0..1] Allows the user of OAGIS to extend the specification in order to provide additional information that is not captured in OAGIS.This is done by defining the additional information in XML Schema and referencing the new schema in the xml instance document through the use of namespaces. Once this is done the additional information defined there can be carried in the BOD XML instance document.The Open Applications Group will make best efforts to quickly consider all proposed submissions.The Extension is always the last element in all components, except where the component has been extended inline.
from type IdentificationTypefrom type BOMOptionClassBaseTypefrom group FreeFormTextGroup
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType |
Used in
Sample instance
<BOMOptionClass> <ID/> <IDSet> <ID/> </IDSet> <Name/> <ExclusiveIndicator>true</ExclusiveIndicator> <MandatoryIndicator>true</MandatoryIndicator> <Description/> <Note/> <BOMOption> <ID/> <IDSet> <ID/> </IDSet> <Name/> <Description/> <Note/> <DefaultIndicator>true</DefaultIndicator> <ExclusiveIndicator>true</ExclusiveIndicator> <BOMItemData> <ID/> <RevisionID>normalizedString</RevisionID> <VariationID>normalizedString</VariationID> <ItemIDSet>... </ItemIDSet> <CustomerItemIdentification>... </CustomerItemIdentification> <ManufacturerItemIdentification>... </ManufacturerItemIdentification> <SupplierItemIdentification>... </SupplierItemIdentification> <UPCID>normalizedString</UPCID> <EPCID>normalizedString</EPCID> <GTINID>normalizedString</GTINID> <UID>normalizedString</UID> <RFID>normalizedString</RFID> <SerialNumberID>normalizedString</SerialNumberID> <SerialLot>... </SerialLot> <ReferenceDesignatorID>normalizedString</ReferenceDesignatorID> <FindNumberID>normalizedString</FindNumberID> <Lot>... </Lot> <Quantity/> <Description/> <Note/> <Classification>... </Classification> <Specification>... </Specification> <HazardousMaterial>... </HazardousMaterial> <Packaging>... </Packaging> <Dimensions>... </Dimensions> <ExportControl>... </ExportControl> <HarmonizedTariff>... </HarmonizedTariff> <Trademark>... </Trademark> <DocumentReference>... </DocumentReference> <Attachment>... </Attachment> <CountryOfOriginCode>token</CountryOfOriginCode> <Effectivity>... </Effectivity> <EffectiveTimePeriod>.................. </EffectiveTimePeriod> <ExecutionTimePeriod>.................. </ExecutionTimePeriod> <FixedQuantityIndicator>true</FixedQuantityIndicator> <MaximumLotSizeQuantity>1.0</MaximumLotSizeQuantity> <MinimumLotSizeQuantity>1.0</MinimumLotSizeQuantity> <LotSizeMultiplerNumber>1.0</LotSizeMultiplerNumber> <LeadTimeDuration>P1Y2M3DT10H</LeadTimeDuration> <RequiredPercent>1.0</RequiredPercent> <BackFlushedIndicator>true</BackFlushedIndicator> <ActualIndicator>true</ActualIndicator> <TrackingIndicator>true</TrackingIndicator> <ScrapIndicator>true</ScrapIndicator> <ProductionOrderReference>... </ProductionOrderReference> <OperationReference>... </OperationReference> <RouteReference>... </RouteReference> <ParentItemInstanceIdentification>... </ParentItemInstanceIdentification> <ChildItemInstanceIdentification>... </ChildItemInstanceIdentification> <Extension>....................................... </Extension> </BOMItemData> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </BOMOption> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </BOMOptionClass>