<?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>
|