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