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