Schema Central  >  LEXS 4.0  >  ulex-search-retrieve.xsd  >  ulexsr:getAttachmentResponse
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

ulexsr:getAttachmentResponse

A ULEX response to request for attachments.

Element information

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

Schema document: ulex.gov/ulex-search-retrieve/2.0/ulex-search-retrieve.xsd

Type: ulexsr:getAttachmentResponseType

Properties: Global, Qualified

Content

Attributes

None

Sample instance

<ulexsr:getAttachmentResponse xsi:schemaLocation="http://ulex.gov/searchretrieve/2.0 ../../xsd/ulex.gov/ulex-search-retrieve/2.0/ulex-search-retrieve.xsd">
   <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>
</ulexsr:getAttachmentResponse>