Uses the Component:ImageAttachmentType
Image Attachment
Table 6.59. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| ID |
A unique identifer for this image. Can be used to help uniquely identify multiple images but of different sizes and types. | 0..1 | Field | udt:IdentifierType | |
| URI |
URI | 0..1 | Field | qdt:URIType | |
| ImageWidthMeasure |
Image tag width. Example: "100" | 0..1 | Field | sqdt:LengthMeasureType | |
| ImageHeightMeasure |
Image tag height Example: "120" | 0..1 | Field | sqdt:LengthMeasureType | |
| ImageAlternateText |
Image alternate text. Example: "1997 Honda Accord" | 0..* | Field | udt:TextType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.59. ImageAttachment
<ImageAttachment>
<ID>......</ID> [0..1]
<URI>......</URI> [0..1]
<ImageWidthMeasure>......</ImageWidthMeasure> [0..1]
<ImageHeightMeasure>......</ImageHeightMeasure> [0..1]
<ImageAlternateText>......</ImageAlternateText> [0..*]
</ImageAttachment>