Definition Type: Element
Name: TransformServiceElements
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgTransformOpMsg.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into TransformServiceDescription Drilldown into TransformServiceCapabilities Drilldown into DefaultTransformJobTicketXSD Diagram of TransformServiceElements
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="TransformServiceElements">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DefaultTransformJobTicket" minOccurs="0" />
            <xs:element ref="TransformServiceCapabilities" minOccurs="0" />
            <xs:element ref="TransformServiceDescription" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DefaultTransformJobTicket pwg:DefaultTransformJobTicket 0 (1)
TransformServiceCapabilities pwg:TransformServiceCapabilities 0 (1)
TransformServiceDescription pwg:TransformServiceDescription 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded