file:/home/aboufahj/tmp/ITI/wsdl/XDS.b_DocumentRegistry.wsdl IHE XDS.b Document Registry Registry Stored Query Registry Stored Query Response Register Document Set - b Register Document Set - b Response ]]>http://schemas.xmlsoap.org/wsdl/file:/home/aboufahj/tmp/ITI/schema/ebRS/query.xsd An Ad hoc query request specifies an ad hoc query. The response includes a RegistryObjectList which has zero or more RegistryObjects that match the query specified in AdhocQueryRequest. ]]>http://www.w3.org/2001/XMLSchemafile:/home/aboufahj/tmp/ITI/schema/ebRS/rim.xsd The schema for OASIS ebXML Registry Information Model referenceURI is used by reference attributes within RIM. Each attribute of type referenceURI references a RegistryObject with specified URI as id. Common base type for all types that have unique identity. If id is provided and is not in proper URN syntax then it is used for linkage within document and is ignored by the registry. In this case the registry generates a UUID URN for id attribute. id must not be null when object is retrieved from the registry. Use to reference an Object by its id. Specifies the id attribute of the object as its id attribute. id attribute in ObjectAttributes is exactly the same syntax and semantics as id attribute in RegistryObject. Association is the mapping of the same named interface in ebRIM. It extends RegistryObject. An Association specifies references to two previously submitted registry entrys. The sourceObject is id of the sourceObject in association The targetObject is id of the targetObject in association An Event that forms an audit trail in ebXML Registry. Classification is the mapping of the same named interface in ebRIM. It extends RegistryObject. A Classification specifies references to two registry entrys. The classifiedObject is id of the Object being classified. The classificationNode is id of the ClassificationNode classying the object ClassificationNode is the mapping of the same named interface in ebRIM. It extends RegistryObject. ClassificationNode is used to submit a Classification tree to the Registry. The parent attribute is the id to the parent node. code is an optional code value for a ClassificationNode often defined by an external taxonomy (e.g. NAICS) ClassificationScheme is the mapping of the same named interface in ebRIM. It extends RegistryObject. ExternalIdentifier is the mapping of the same named interface in ebRIM. It extends RegistryObject. ExternalLink is the mapping of the same named interface in ebRIM. It extends RegistryObject. ExtrinsicObject is the mapping of the same named interface in ebRIM. It extends RegistryObject. Mapping of the same named interface in ebRIM. Mapping of the same named interface in ebRIM. Mapping of the same named interface in ebRIM. Mapping of the same named interface in ebRIM. RegistryPackage is the mapping of the same named interface in ebRIM. It extends RegistryObject. A RegistryPackage is a named collection of objects. TelephoneNumber is the mapping of the same named interface in ebRIM. Mapping of the same named interface in ebRIM. Mapping of the same named interface in ebRIM. Mapping of the same named interface in ebRIM. Mapping of the same named interface in ebRIM. A registry query. A QueryExpression child element is not required when invoking a stored query. Notification of registry events. A Subscription for specified Events in an ebXML V3+ registry. Abstract Base type for all types of Actions. Abstract Base type for all types of Notify Actions ]]>http://www.w3.org/2001/XMLSchemahttp://www.w3.org/2001/xml.xsd

About the XML namespace

This schema document describes the XML namespace, in a form suitable for import by other schema documents.

See http://www.w3.org/XML/1998/namespace.html and http://www.w3.org/TR/REC-xml for information about this namespace.

Note that local names in this namespace are intended to be defined only by the World Wide Web Consortium or its subgroups. The names currently defined in this namespace are listed below. They should not be used with conflicting semantics by any Working Group, specification, or document instance.

See further below in this document for more information about how to refer to this schema document from your own XSD schema documents and about the namespace-versioning policy governing this schema document .

lang (as an attribute name)

denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.

Notes

Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility.

See BCP 47 at http://www.rfc-editor.org/rfc/bcp/bcp47.txt and the IANA language subtag registry at http://www.iana.org/assignments/language-subtag-registry for further information.

The union allows for the 'un-declaration' of xml:lang with the empty string.

space (as an attribute name)

denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.

base (as an attribute name)

denotes an attribute whose value provides a URI to be used as the base for interpreting any relative URIs in the scope of the element on which it appears; its value is inherited. This name is reserved by virtue of its definition in the XML Base specification.

See http://www.w3.org/TR/xmlbase/ for information about this attribute.

id (as an attribute name)

denotes an attribute whose value should be interpreted as if declared to be of type ID. This name is reserved by virtue of its definition in the xml:id specification.

See http://www.w3.org/TR/xml-id/ for information about this attribute.

Father (in any context at all)

denotes Jon Bosak, the chair of the original XML Working Group. This name is reserved by the following decision of the W3C XML Plenary and XML Coordination groups:

In appreciation for his vision, leadership and dedication the W3C XML Plenary on this 10th day of February, 2000, reserves for Jon Bosak in perpetuity the XML name "xml:Father".

About this schema document

This schema defines attributes and an attribute group suitable for use by schemas wishing to allow xml:base , xml:lang , xml:space or xml:id attributes on elements they define.

To enable this, such a schema must import this schema for the XML namespace, e.g. as follows:

<schema . . .>
           . . .
           <import namespace="http://www.w3.org/XML/1998/namespace"
                      schemaLocation="http://www.w3.org/2001/xml.xsd"/>

or

<import namespace="http://www.w3.org/XML/1998/namespace"
                      schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>

Subsequently, qualified reference to any of the attributes or the group defined below will have the desired effect, e.g.

<type . . .>
           . . .
           <attributeGroup ref="xml:specialAttrs"/>

will define a type which will schema-validate an instance element with any of those attributes.

Versioning policy for this schema document

In keeping with the XML Schema WG's standard versioning policy, this schema document will persist at http://www.w3.org/2009/01/xml.xsd .

At the date of issue it can also be found at http://www.w3.org/2001/xml.xsd .

The schema document at that URI may however change in the future, in order to remain compatible with the latest version of XML Schema itself, or with the XML namespace itself. In other words, if the XML Schema or XML namespaces change, the version of this document at http://www.w3.org/2001/xml.xsd will change accordingly; the version at http://www.w3.org/2009/01/xml.xsd will not change.

Previous dated (and unchanging) versions of this schema document are at:

]]>
http://www.w3.org/2001/XMLSchema
file:/home/aboufahj/tmp/ITI/schema/ebRS/rs.xsd The schema for OASIS ebXML Registry Services Base type for all ebXML Registry requests The RegistryErrorList is derived from the ErrorList element from the ebXML Message Service Specification Base type for all ebXML Registry responses ]]>http://www.w3.org/2001/XMLSchemafile:/home/aboufahj/tmp/ITI/schema/ebRS/lcm.xsd The schema for OASIS ebXML Registry Services The SubmitObjectsRequest allows one to submit a list of RegistryObject elements. Each RegistryEntry element provides metadata for a single submitted object. Note that the repository item being submitted is in a separate document that is not in this DTD. The ebXML Messaging Services Specfication defines packaging, for submission, of the metadata of a repository item with the repository item itself. The value of the id attribute of the ExtrinsicObject element must be the same as the xlink:href attribute within the Reference element within the Manifest element of the MessageHeader. The UpdateObjectsRequest allows one to update a list of RegistryObject elements. Each RegistryEntry element provides metadata for a single submitted object. Note that the repository item being submitted is in a separate document that is not in this DTD. The ebXML Messaging Services Specfication defines packaging, for submission, of the metadata of a repository item with the repository item itself. The value of the id attribute of the ExtrinsicObject element must be the same as the xlink:href attribute within the Reference element within the Manifest element of the MessageHeader. The ObjectRefList and AdhocQuery identify the list of objects being approved. The ObjectRefList and AdhocQuery identify the list of objects being deprecated. The ObjectRefList is the list of refs to the registry entrys being un-deprecated. The ObjectRefList is the list of refs to the registry entrys being removed ]]>http://www.w3.org/2001/XMLSchema
http://servicelocation/DocumentRegistry_Servicehttp://yaka:8484/ARRStoredQueryUTF-8http://servicelocation/DocumentRegistry_Service ? ? ]]><xml-fragment/>UTF-8http://localhost:8484/ARRStoredQuery?wsdlurn:ihe:iti:2007:RegistryStoredQueryurn:uuid:0c935edd-fb74-4ca6-a600-d1766de9dfdahttp://www.w3.org/2005/08/addressing/anonymoushttp://ehealthsuisse.ihe-europe.net:8481/xdstools4/sim/projectathon__gazelle_arr/reg/sq '761337610455909127^^^&2.16.756.5.30.1.127.3.10.3&ISO' ('urn:oasis:names:tc:ebxml-regrep:StatusType:Approved') ('urn:uuid:34268e47-fdf5-41a6-ba33-82133c465248') ]]>No Authorization
falseResponse 1SEQUENCEdef groovyUtils = new com.eviware.soapui.support.GroovyUtils( context ) // =================== GetPatientID =================== // New variable, which take the response of the request def holder = groovyUtils.getXmlHolder(mockRequest.requestContent) // With the variable, we take values which are in the node def patientId = holder.getNodeValues('//*:Slot[@name="$XDSDocumentEntryPatientId"]/*:ValueList/*:Value'); log.info " patient id : " + patientId[0] context.patientId = patientId[0] urn:ihe:iti:2007:RegistryStoredQueryResponse urn:uuid:a8861d06-f66f-481a-a6ca-1ed3737a428a 1.3.6.1.4.1.12559.11.25.1.11.3 a3f28e4b9623c49a369ec74b6302f09c531b6d58 3432 en-us 20170924123045 ${patientId} 2.16.840.1.113883.6.96 2.16.840.1.113883.6.96 2.16.756.5.30.1.127.77.10.5.2 2.16.840.1.113883.6.96 2.16.840.1.113883.6.96 2.16.840.1.113883.6.96 ]]>