Definition Type: ComplexType
Name: TransformServiceType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Type: pwg:TransformServiceBaseType
Containing Schema: TransformService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into JobTable Drilldown into TransformServiceStatus Drilldown into TransformServiceDescription Drilldown into TransformServiceDefaults Drilldown into TransformServiceConfiguration Drilldown into TransformServiceCapabilities Drilldown into TransformServiceBaseTypeXSD Diagram of TransformServiceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="TransformServiceType">
    <xs:complexContent>
        <xs:extension base="TransformServiceBaseType">
            <xs:sequence>
                <xs:element name="JobTable">
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element name="ActiveJobs" type="TransformJobsType" />
                            <xs:element name="JobHistory" type="TransformJobsType" minOccurs="0" />
                            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
                        </xs:sequence>
                    </xs:complexType>
                </xs:element>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransformServiceCapabilities pwg:TransformServiceCapabilities 0 (1)
TransformServiceConfiguration pwg:TransformServiceConfiguration 0 (1)
TransformServiceDefaults pwg:TransformServiceDefaults 0 (1)
TransformServiceDescription pwg:TransformServiceDescription (1) (1)
TransformServiceStatus pwg:TransformServiceStatus (1) (1)
JobTable pwg:JobTable (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:TransformService