Definition Type: ComplexType
Name: SystemElements
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgSystemControlOpMsg.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SystemStatus Drilldown into SystemDescription Drilldown into SystemConfiguration Drilldown into ServicesXSD Diagram of SystemElements
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="SystemElements">
    <xs:sequence>
        <xs:element ref="Services" minOccurs="0" />
        <xs:element ref="SystemConfiguration" minOccurs="0" />
        <xs:element ref="SystemDescription" minOccurs="0" />
        <xs:element ref="SystemStatus" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
    <!-- System - object -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Services pwg:Services 0 (1)
SystemConfiguration pwg:SystemConfiguration 0 (1)
SystemDescription pwg:SystemDescription 0 (1)
SystemStatus pwg:SystemStatus 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:System