Definition Type: Element
Name: TransformServiceConfiguration
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: TransformService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into VendorSubunits Drilldown into Storages Drilldown into Processors Drilldown into OutputChannels Drilldown into Interpreters Drilldown into Interfaces Drilldown into InputChannels Drilldown into ConsolesXSD Diagram of TransformServiceConfiguration
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="TransformServiceConfiguration">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Consoles" minOccurs="0" />
            <xs:element ref="InputChannels" minOccurs="0" />
            <xs:element ref="Interfaces" minOccurs="0" />
            <xs:element ref="Interpreters" minOccurs="0" />
            <xs:element ref="OutputChannels" minOccurs="0" />
            <xs:element ref="Processors" minOccurs="0" />
            <xs:element ref="Storages" minOccurs="0" />
            <xs:element ref="VendorSubunits" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Consoles pwg:Consoles 0 (1)
InputChannels pwg:InputChannels 0 (1)
Interfaces pwg:Interfaces 0 (1)
Interpreters pwg:Interpreters 0 (1)
OutputChannels pwg:OutputChannels 0 (1)
Processors pwg:Processors 0 (1)
Storages pwg:Storages 0 (1)
VendorSubunits pwg:VendorSubunits 0 (1)