<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="ClientIdentificationType">
<xs:sequence>
<xs:element name="ClientUuid" type="UrnUuid" minOccurs="1" />
<xs:element name="ClientUri" type="xs:string" minOccurs="0" />
<xs:element name="ClientSecurityKey" type="SecurityKeyType" minOccurs="0" />
<xs:element name="ClientRole" type="ClientRoleWKV" minOccurs="1" />
<xs:element name="LocationString" type="LocalizedStringType" minOccurs="0" />
<xs:element name="GeoLocation" type="xs:anyURI" minOccurs="0" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
|