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