MarkAttachment
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: AttachmentType
Properties: Global, Qualified, ID: oagis-id-6273773d021f420c84b2da0b9a60bd73
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 TrademarkBaseType
- Type TrademarkType via extension of TrademarkBaseType (Element Trademark)
Sample instance
<MarkAttachment> <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> </MarkAttachment>