Definition Type: ComplexType
Name: ServiceIdentificationType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Security.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into GeoLocation Drilldown into LocationString Drilldown into ServiceType Drilldown into ServiceSecurityKey Drilldown into ServiceUri Drilldown into DNSName Drilldown into ServiceUuidXSD Diagram of ServiceIdentificationType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="ServiceIdentificationType">
    <xs:sequence>
        <xs:element name="ServiceUuid" type="UrnUuid" minOccurs="1" />
        <xs:element name="DNSName" type="xs:string" minOccurs="0" />
        <xs:element name="ServiceUri" type="xs:string" minOccurs="0" />
        <xs:element name="ServiceSecurityKey" type="SecurityKeyType" minOccurs="0" />
        <xs:element name="ServiceType" type="SecurityServiceTypes" minOccurs="1" />
        <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:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ServiceUuid pwg:ServiceUuid 1 (1)
DNSName pwg:DNSName 0 (1)
ServiceUri pwg:ServiceUri 0 (1)
ServiceSecurityKey pwg:ServiceSecurityKey 0 (1)
ServiceType pwg:ServiceType 1 (1)
LocationString pwg:LocationString 0 (1)
GeoLocation pwg:GeoLocation 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:ServiceIdentification, pwg:ServiceIdentification