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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

ulex:AttachmentResponseMessage

A response to a getAttachmentRequest. Message may include multiple attachments.

Element information

Namespace: http://ulex.gov/ulex/2.0

Schema document: ulex.gov/ulex/2.0/ulex.xsd

Type: ulex:AttachmentResponseMessageType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ulex:SRMessageMetadata [1..1]Metadata about an SR message.
    2. ulex:ResponseMetadata [1..1]Metadata about the response message. Indicates whether the request resulted in an error or warning or success (ResultCode), provides additional information about the result in cases of error or warning (Advisory). This element is included in all response results.
    3. ulex:Attachment [1..*]An attachment uniquely identified by an AttachmentURI and that holds an attachment as defined in ulex:AttachmentContentAbstract. May contain data-related information such as a mug shot, fingerprint, sound file or other binaries or stylesheets used by Rendering Instructions.

Attributes

None

Used in

Sample instance

<ulex:AttachmentResponseMessage>
   <ulex:SRMessageMetadata>
      <ulex:ULEXFrameworkVersionText>2.0</ulex:ULEXFrameworkVersionText>
      <ulex:ULEXImplementation>
         <ulex:ULEXImplementationVersionText>4.0</ulex:ULEXImplementationVersionText>
         <ulex:ULEXImplementationName>LEXS</ulex:ULEXImplementationName>
      </ulex:ULEXImplementation>
      <ulex:MessageDateTime>2006-12-17T09:30:47.0Z</ulex:MessageDateTime>
      <wsa:MessageID>uuid:d03bff59-7323-4f60-b080-fc2b1d873f0c</wsa:MessageID>
      <wsa:RelatesTo>uuid:ab19b2f2-d64c-44c6-ab18-61dde2f25e6j</wsa:RelatesTo>
      <ulex:MessageOriginMetadata>
         <lexs:SystemIdentifier>
            <nc:OrganizationName>Hypothetical Organization E</nc:OrganizationName>
            <lexs:SystemID>SysE</lexs:SystemID>
         </lexs:SystemIdentifier>
         <lexs:SystemContact>
            <nc:PersonGivenName>Jim</nc:PersonGivenName>
            <nc:PersonSurName>West</nc:PersonSurName>
            <nc:ContactTelephoneNumber>
               <nc:FullTelephoneNumber>
                  <nc:TelephoneNumberFullID>770-555-1212</nc:TelephoneNumberFullID>
               </nc:FullTelephoneNumber>
            </nc:ContactTelephoneNumber>
         </lexs:SystemContact>
      </ulex:MessageOriginMetadata>
      <lexs:MessageDestinationIdentifier>
         <nc:OrganizationName>Hypothetical Organization F</nc:OrganizationName>
         <lexs:SystemID>SysF</lexs:SystemID>
      </lexs:MessageDestinationIdentifier>
   </ulex:SRMessageMetadata>
   <ulex:ResponseMetadata>
      <ulex:ResultCode>Success</ulex:ResultCode>
   </ulex:ResponseMetadata>
   <ulex:Attachment>
      <ulex:AttachmentURI>http://www.gtri.org/LEXS/examples/TommyJonesMugshot1.jpg</ulex:AttachmentURI>
      <lexs:AttachmentContentBinary>
         <nc:BinaryBase64Object>UjBsR09EbGhjZ0dGUXhEUzhi</nc:BinaryBase64Object>
         <nc:BinaryDescriptionText>Mug shot for Tommy Lee Jones</nc:BinaryDescriptionText>
         <nc:BinarySizeValue>0</nc:BinarySizeValue>
      </lexs:AttachmentContentBinary>
   </ulex:Attachment>
</ulex:AttachmentResponseMessage>