Definition Type: ComplexType
Name: TransformServiceBaseType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: TransformService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TransformServiceStatus Drilldown into TransformServiceDescription Drilldown into TransformServiceDefaults Drilldown into TransformServiceConfiguration Drilldown into TransformServiceCapabilitiesXSD Diagram of TransformServiceBaseType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="TransformServiceBaseType">
    <xs:sequence>
        <xs:element ref="TransformServiceCapabilities" minOccurs="0" />
        <xs:element ref="TransformServiceConfiguration" minOccurs="0" />
        <xs:element ref="TransformServiceDefaults" minOccurs="0" />
        <xs:element ref="TransformServiceDescription" />
        <xs:element ref="TransformServiceStatus" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <!-- TransformService - object -->
</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)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:TransformServiceType