Definition Type: Element
Name: ServiceIccProfile
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: ServiceTypes.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into JobTicketElements Drilldown into ProfileUriXSD Diagram of ServiceIccProfile
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="ServiceIccProfile" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ProfileUri" type="xs:anyURI" />
            <xs:element name="JobTicketElements" minOccurs="0">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="JobTicketElement" type="xs:NMTOKEN" maxOccurs="unbounded" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProfileUri pwg:ProfileUri (1) (1)
JobTicketElements pwg:JobTicketElements 0 (1)