3.7.4.2.3.4 ServiceLocationResponse
The ServiceLocationResponse complex type contains a standard URL that is associated with an RMS server and the type of that service. The URL MUST be a literal string. The Type element MUST be a literal string from the set of possible values for ServiceType.
-
<xs:complexType name="ServiceLocationResponse"> <xs:sequence> <xs:element name="URL" type="string" minOccurs="0" maxOccurs="1" /> <xs:element name="Type" type="ServiceType" minOccurs="1" maxOccurs="1" /> </xs:sequence> </xs:complexType>