<xs:complexType name="AuthorizationType">
<xs:sequence>
<xs:element name="Id" type="AuthorizationId" minOccurs="0" />
<xs:element name="Type" type="Type" minOccurs="0" />
<xs:element ref="Status" minOccurs="0" />
<xs:element name="DateAuthorized" type="DateTimeAny" minOccurs="0" />
<xs:element name="EffectivePeriod" type="TimePeriodAny" minOccurs="0" />
<xs:element name="AuthorizationCode" type="AuthorizationCode" minOccurs="0" />
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|