Definition Type: ComplexType
Name: JobSecurityType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Security.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into JobAuthorization Drilldown into JobAuthenticationXSD Diagram of JobSecurityType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="JobSecurityType">
    <xs:sequence>
        <xs:element name="JobAuthentication" type="AuthenticationInfoType" minOccurs="0" />
        <xs:element name="JobAuthorization" 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
JobAuthentication pwg:JobAuthentication 0 (1)
JobAuthorization pwg:JobAuthorization 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:JobSecurity, pwg:JobSecurity