Definition Type: ComplexType
Name: SystemControlServiceType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: SystemControlService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SystemControlServiceStatus Drilldown into SystemControlServiceDescriptionXSD Diagram of SystemControlServiceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="SystemControlServiceType">
    <xs:sequence>
        <xs:element ref="SystemControlServiceDescription" />
        <xs:element ref="SystemControlServiceStatus" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <!-- MfdService - object -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SystemControlServiceDescription pwg:SystemControlServiceDescription (1) (1)
SystemControlServiceStatus pwg:SystemControlServiceStatus (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:SystemControlService