Definition Type: Element
Name: ServicesSupported
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCommon.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ServiceTypeXSD Diagram of ServicesSupported
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="ServicesSupported">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ServiceType" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ServiceType pwg:ServiceType (1) unbounded