Definition Type: ComplexType
Name: SecurityDescriptionType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Security.xsd
Abstract
Documentation:
Describes and define all the various security requirements - requested or actually used
Collapse XSD Schema Diagram:
Drilldown into GeoLocation Drilldown into LocationString Drilldown into Federation Drilldown into CertificateAuthority Drilldown into SecurityClasificationLevel Drilldown into EncryptionUsed Drilldown into AuthenticationUsed Drilldown into EncryptionAvailable Drilldown into AuthenticationAvailable Drilldown into mustHonorXSD Diagram of SecurityDescriptionType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="SecurityDescriptionType">
    <xs:annotation>
        <xs:documentation>
            Describes and define all the various security requirements - requested or actually used
            </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="AuthenticationAvailable" type="AuthenticationTypeType" minOccurs="0" />
        <xs:element name="EncryptionAvailable" type="EncryptionTypeType" minOccurs="0" />
        <xs:element name="AuthenticationUsed" type="AuthenticationInfoType" minOccurs="0" />
        <xs:element name="EncryptionUsed" type="EncryptionInfoType" minOccurs="0" />
        <xs:element name="SecurityClasificationLevel" type="xs:string" minOccurs="0" />
        <xs:element name="CertificateAuthority" type="xs:string" minOccurs="0" />
        <xs:element name="Federation" type="xs:string" minOccurs="0" />
        <xs:element name="LocationString" type="LocalizedStringType" minOccurs="0" />
        <xs:element name="GeoLocation" type="xs:anyURI" minOccurs="0" />
        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="mustHonor" type="xs:boolean" use="optional" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AuthenticationAvailable pwg:AuthenticationAvailable 0 (1)
EncryptionAvailable pwg:EncryptionAvailable 0 (1)
AuthenticationUsed pwg:AuthenticationUsed 0 (1)
EncryptionUsed pwg:EncryptionUsed 0 (1)
SecurityClasificationLevel pwg:SecurityClasificationLevel 0 (1)
CertificateAuthority pwg:CertificateAuthority 0 (1)
Federation pwg:Federation 0 (1)
LocationString pwg:LocationString 0 (1)
GeoLocation pwg:GeoLocation 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
mustHonor pwg:mustHonor Optional
Collapse Derivation Tree:
Collapse References:
pwg:SecurityDescription