DrawingAttachment
Drawing Attachment allows drawings to be attached to a Noun or Component.
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: AttachmentType
Properties: Global, Qualified, ID: oagis-id-6b8d15bf8a1248eab251f6d85027b031
Content
- Sequence [1..1]
- EmbeddedDataBinaryObject [0..1] Allows the data to be embedded directly into the BOD instance.
- URI [0..1]
- ISBN [0..1] Allows a reference to an ISBN.
- FileName [0..1] Indicates the name of the File being referenced.
- DocumentDateTime [0..1] The date that document was created within the system of record.
- Description [0..*]
- Note [0..*]
- FileTypeCode [0..*] Identifies the type of the file type of the attachment.
- FileSizeQuantity [0..1] Specifies how big the file is.
- Title [0..*] Is the title of the person. For example Dr..
- 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 AttachmentBaseTypefrom group FreeFormTextGroup
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType | |
inlineIndicator | [0..1] | IndicatorType | Default value is "false". from type AttachmentBaseType |
Used in
- Type ItemMasterBaseType via extension of ItemMasterLocationBaseType
- Type ItemMasterLocationBaseType
- Type ItemMasterType via extension of ItemMasterLocationBaseType (Element ItemMaster)
- Type LocationItemMasterBaseType via extension of ItemMasterLocationBaseType
- Type LocationItemMasterType via extension of ItemMasterLocationBaseType (Element LocationItemMaster)
- Type OrderLineBaseType via extension of RequestLineBaseType
- Type ProcurementLineBaseType via extension of RequestLineBaseType
- Type PurchaseOrderLineBaseType via extension of RequestLineBaseType
- Type PurchaseOrderLineType via extension of RequestLineBaseType (Element PurchaseOrderLine)
- Type QuoteLineBaseType via extension of RequestLineBaseType
- Type QuoteLineType via extension of RequestLineBaseType (Element QuoteLine)
- Type RFQLineBaseType via extension of RequestLineBaseType
- Type RFQLineType via extension of RequestLineBaseType (Element RFQLine)
- Type RequestLineBaseType
- Type RequisitionLineBaseType via extension of RequestLineBaseType
- Type RequisitionLineType via extension of RequestLineBaseType (Element RequisitionLine)
- Type SalesOrderLineBaseType via extension of RequestLineBaseType
- Type SalesOrderLineType via extension of RequestLineBaseType (Element SalesOrderLine)
- Type ShipmentScheduleLineBaseType
- Type ShipmentScheduleLineType via extension of ShipmentScheduleLineBaseType (Element ShipmentScheduleLine)
Sample instance
<DrawingAttachment> <ID/> <IDSet> <ID/> </IDSet> <EmbeddedDataBinaryObject/> <URI>normalizedString</URI> <ISBN>normalizedString</ISBN> <FileName/> <DocumentDateTime></DocumentDateTime> <Description/> <Note/> <FileTypeCode>normalizedString</FileTypeCode> <FileSizeQuantity>1.0</FileSizeQuantity> <Title/> <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> </DrawingAttachment>