Definition Type: ComplexType
Name: TransformDocumentTicketType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: TransformService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TransformDocumentProcessing Drilldown into TransformDocumentDescriptionXSD Diagram of TransformDocumentTicketType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="TransformDocumentTicketType">
    <xs:sequence>
        <xs:element ref="TransformDocumentDescription" minOccurs="0">
            <xs:annotation>
                <xs:documentation>Covers Input Document</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="TransformDocumentProcessing" minOccurs="0">
            <xs:annotation>
                <xs:documentation>Covers Output Document</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransformDocumentDescription pwg:TransformDocumentDescription 0 (1)
TransformDocumentProcessing pwg:TransformDocumentProcessing 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:TransformDocumentReceipt, pwg:TransformDocumentTicket