ulex:AttachmentSummary
A summary of an attachment. The summary exists at the package level and provides a way to link an attachment, which exists outside the package and that may not be included in the current message, and objects in the Digest and/or Structured Payloads.
Element information
Namespace: http://ulex.gov/ulex/2.0
Schema document: ulex.gov/ulex/2.0/ulex.xsd
Type: ulex:AttachmentSummaryType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ulex:AttachmentCategoryText [0..1]A kind of object that has been encoded.
- ulex:AttachmentDescriptionText [1..1]A description of an attachment.
- ulex:AttachmentFormatID [0..1]An identifier for a file format or content type of an attachment.
- ulex:AttachmentFormatStandardName [0..1]A name of a standard or protocol used to classify attachment content.
- ulex:AttachmentSizeValue [0..1]A size of an attachment in kilobytes.
- ulex:AttachmentURI [1..1]A Uniform Resource Identifier (URI) for an attachment. Note that if the URI is provided as a URL, it does not imply that the attachment is available over the Internet at that address.
- ulex:AttachmentViewableIndicator [1..1]True if an attachment can be displayed (such as a mug shot); false otherwise (such as a stylesheet used for rendering).
- ulex:AttachmentSummaryDomainAttribute [0..*]An attachment summary domain attribute. For name/value pair attributes use ulex:AttributeName and ulex:AttributeValueText elements. For hierarchical data xsd:any structure should be used.
from subst. group ulex:AttachmentSummaryExtensionAbstract
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
ulexlib:id | [0..1] | xsd:ID | An attribute used to define XML IDs for ULEX objects which are used as targets of reference elements. |
Used in
- Type ulex:PackageAbstractType
- Type ulex:DataItemPackageType via extension of ulex:PackageAbstractType (Element ulex:DataItemPackage)
- Type ulex:SearchResultPackageType via extension of ulex:PackageAbstractType (Element ulex:SearchResultPackage)
Sample instance
<ulex:AttachmentSummary ulexlib:id="PAttachment1"> <ulex:AttachmentCategoryText>Mug shot</ulex:AttachmentCategoryText> <ulex:AttachmentDescriptionText>Photo of John Doe</ulex:AttachmentDescriptionText> <ulex:AttachmentFormatID>jpg</ulex:AttachmentFormatID> <ulex:AttachmentFormatStandardName>JPEG</ulex:AttachmentFormatStandardName> <ulex:AttachmentSizeValue>1</ulex:AttachmentSizeValue> <ulex:AttachmentURI>http://www.gtri.org/LEXS/examples/mugshot1.jpg</ulex:AttachmentURI> <ulex:AttachmentViewableIndicator>true</ulex:AttachmentViewableIndicator> <ulex:AttachmentSummaryDomainAttribute> <ulex:DomainName>LEXS</ulex:DomainName> </ulex:AttachmentSummaryDomainAttribute> </ulex:AttachmentSummary>