Definition Type: Element
Name: ServiceXriSupported
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCommon.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into XrisXSD Diagram of ServiceXriSupported
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="ServiceXriSupported">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Xris" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="XriUri" type="xs:anyURI" />
                        <xs:element name="XriAuthentication" minOccurs="0">
                            <xs:simpleType>
                                <xs:union memberTypes="pwg:UriAuthenticationWKV pwg:KeywordNsExtensionPattern" />
                            </xs:simpleType>
                        </xs:element>
                        <xs:element name="XriSecurity" minOccurs="0">
                            <xs:simpleType>
                                <xs:union memberTypes="pwg:UriSecurityWKV pwg:KeywordNsExtensionPattern" />
                            </xs:simpleType>
                        </xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Xris pwg:Xris (1) unbounded