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