Definition Type: ComplexType
Name: ClientIdentificationType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Security.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into GeoLocation Drilldown into LocationString Drilldown into ClientRole Drilldown into ClientSecurityKey Drilldown into ClientUri Drilldown into ClientUuidXSD Diagram of ClientIdentificationType
Collapse XSD Schema Code:
<?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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ClientUuid pwg:ClientUuid 1 (1)
ClientUri pwg:ClientUri 0 (1)
ClientSecurityKey pwg:ClientSecurityKey 0 (1)
ClientRole pwg:ClientRole 1 (1)
LocationString pwg:LocationString 0 (1)
GeoLocation pwg:GeoLocation 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:ClientIdentification, pwg:ClientIdentification