<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="SecurityTicketType">
<xs:annotation>
<xs:documentation>Core security ticket defintion for PWG services </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Signature" type="ds:SignatureType" minOccurs="1" maxOccurs="1" />
<xs:element name="SecurityOwner" type="SecurityIdentificationType" />
<xs:element name="SecurityElements" type="SecurityElementsType" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
|