Definition Type: Element
Name: SystemElements
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgSystemControlOpMsg.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into SystemDescription Drilldown into SystemConfiguration Drilldown into SystemControlServiceDescriptionXSD Diagram of SystemElements
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="SystemElements">
    <xs:complexType>
        <xs:choice>
            <xs:element name="SystemControlServiceDescription" type="SystemControlServiceDescriptionSetType" minOccurs="0" />
            <xs:element name="SystemConfiguration" type="SubunitsSetType" minOccurs="0" />
            <xs:element ref="SystemDescription" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SystemControlServiceDescription pwg:SystemControlServiceDescription 0 (1)
SystemConfiguration pwg:SystemConfiguration 0 (1)
SystemDescription pwg:SystemDescription 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded