Definition Type: ComplexType
Name: SecurityTicketType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Security.xsd
Abstract
Documentation:
Core security ticket defintion for PWG services
Collapse XSD Schema Diagram:
Drilldown into SecurityElements Drilldown into SecurityOwner Drilldown into SignatureXSD Diagram of SecurityTicketType
Collapse XSD Schema Code:
<?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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Signature pwg:Signature 1 1
SecurityOwner pwg:SecurityOwner (1) (1)
SecurityElements pwg:SecurityElements (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:SecurityTicket