Definition Type: ComplexType
Name: SecurityElementsType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Security.xsd
Abstract
Documentation:
Generic container type for current security attributes
Collapse XSD Schema Diagram:
Drilldown into DocumentSecurity Drilldown into JobSecurity Drilldown into ServiceSecurity Drilldown into ClientSecurity Drilldown into DeviceSecurity Drilldown into UserSecurity Drilldown into SecurityDescriptionXSD Diagram of SecurityElementsType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="SecurityElementsType">
    <xs:annotation>
        <xs:documentation>
            Generic container type for current security attributes
            </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="SecurityDescription" type="SecurityDescriptionType" minOccurs="1" />
        <xs:element name="UserSecurity" type="UserSecurityType" minOccurs="0" />
        <xs:element name="DeviceSecurity" type="DeviceSecurityType" minOccurs="0" />
        <xs:element name="ClientSecurity" type="ClientSecurityType" minOccurs="0" />
        <xs:element name="ServiceSecurity" type="ServiceSecurityType" minOccurs="0" />
        <xs:element name="JobSecurity" type="JobSecurityType" minOccurs="0" />
        <xs:element name="DocumentSecurity" type="DocumentSecurityType" 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
SecurityDescription pwg:SecurityDescription 1 (1)
UserSecurity pwg:UserSecurity 0 (1)
DeviceSecurity pwg:DeviceSecurity 0 (1)
ClientSecurity pwg:ClientSecurity 0 (1)
ServiceSecurity pwg:ServiceSecurity 0 (1)
JobSecurity pwg:JobSecurity 0 (1)
DocumentSecurity pwg:DocumentSecurity 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:RequestedSecurityElements, pwg:SecurityElements, pwg:SecurityElements