Schema Central  >  LEXS 4.0  >  ulex.xsd  >  ulex:AttachmentSummary
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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

Attributes

NameOccTypeDescriptionNotes
ulexlib:id [0..1]xsd:IDAn attribute used to define XML IDs for ULEX objects which are used as targets of reference elements.

Used in

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>