Definition Type: ComplexType
Name: ServiceSecurityType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Security.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ServiceAuthorization Drilldown into ServiceAuthentication Drilldown into ServiceIdentificationXSD Diagram of ServiceSecurityType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="ServiceSecurityType">
    <xs:sequence>
        <xs:element name="ServiceIdentification" type="ServiceIdentificationType" maxOccurs="1" />
        <xs:element name="ServiceAuthentication" type="AuthenticationInfoType" minOccurs="0" />
        <xs:element name="ServiceAuthorization" type="AuthorizationInfoType" minOccurs="0" />
        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ServiceIdentification pwg:ServiceIdentification (1) 1
ServiceAuthentication pwg:ServiceAuthentication 0 (1)
ServiceAuthorization pwg:ServiceAuthorization 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:ServiceSecurity, pwg:ServiceSecurity