Schema Central  >  LEXS 4.0  >  b-2.xsd  >  wsnt:RenewResponse
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

wsnt:RenewResponse

Element information

Namespace: http://docs.oasis-open.org/wsn/b-2

Schema document: oasis-open.org/wsn/b-2/b-2.xsd

Type: Anonymous

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. wsnt:TerminationTime [1..1]
    2. wsnt:CurrentTime [0..1]
    3. ulex:SNMessageMetadata [1..1]Metadata about a ULEX subscription/notification message.
    4. 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.

Attributes

None

Sample instance

<wsnt:RenewResponse xsi:schemaLocation="http://docs.oasis-open.org/wsn/b-2 ../../xsd/oasis-open.org/wsn/b-2/b-2.xsd">
   <wsnt:TerminationTime>2009-12-01T09:30:47.0Z</wsnt:TerminationTime>
   <ulex:SNMessageMetadata>
      <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>http://www.cjis.fbi.gov/N-DEx/NotificationService/743</wsa:MessageID>
      <wsa:To>http://www.cjis.fbi.gov/OneDOJ/017</wsa:To>
      <wsa:From>
         <wsa:Address>http://www.cjis.fbi.gov/N-DEx/NotificationService/12345</wsa:Address>
      </wsa:From>
      <wsa:Action>http://docs.oasis-open.org/wsn/bw-2/SubscriptionManager/RenewResponse</wsa:Action>
      <wsa:RelatesTo>http://www.cjis.fbi.gov/OneDOJ/415</wsa:RelatesTo>
      <ulex:MessageOriginMetadata>
         <lexs:SystemIdentifier>
            <nc:OrganizationName>Hypothetical Organization F</nc:OrganizationName>
            <lexs:SystemID>SysF</lexs:SystemID>
         </lexs:SystemIdentifier>
         <lexs:SystemContact>
            <nc:PersonGivenName>Bob</nc:PersonGivenName>
            <nc:PersonSurName>Jones</nc:PersonSurName>
            <nc:ContactTelephoneNumber>
               <nc:FullTelephoneNumber>
                  <nc:TelephoneNumberFullID>404-555-1212</nc:TelephoneNumberFullID>
               </nc:FullTelephoneNumber>
            </nc:ContactTelephoneNumber>
         </lexs:SystemContact>
      </ulex:MessageOriginMetadata>
      <lexs:MessageDestinationIdentifier>
         <nc:OrganizationName>Hypothetical Organization E</nc:OrganizationName>
         <lexs:SystemID>SysE</lexs:SystemID>
      </lexs:MessageDestinationIdentifier>
   </ulex:SNMessageMetadata>
   <ulex:ResponseMetadata>
      <ulex:ResultCode>Success</ulex:ResultCode>
   </ulex:ResponseMetadata>
</wsnt:RenewResponse>