<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="SecurityIdentificationType">
<xs:annotation>
<xs:documentation>
Generic container typef or identification
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="UserIdentification" type="UserIdentificationType" minOccurs="0" />
<xs:element name="DeviceIdentification" type="DeviceIdentificationType" minOccurs="0" />
<xs:element name="ClientIdentification" type="ClientIdentificationType" minOccurs="0" />
<xs:element name="ServiceIdentification" type="ServiceIdentificationType" minOccurs="0" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
|