<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="AuthorizationInfoCollectionType">
<xs:annotation>
<xs:documentation>
Authorization information used
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="UserAuthorization" type="AuthorizationInfoType" maxOccurs="1" />
<xs:element name="DeviceAuthorization" type="AuthorizationInfoType" maxOccurs="1" />
<xs:element name="ClientAuthorization" type="AuthorizationInfoType" maxOccurs="1" />
<xs:element name="ServiceAuthorization" type="AuthorizationInfoType" maxOccurs="1" />
<xs:element name="JobAuthorization" type="AuthorizationInfoType" maxOccurs="1" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
|