<xs:complexType name="CableGroup">
<xs:annotation>
<xs:documentation>Definition of a cable group. Cable groups can also be specified by adding an element group to the cable element</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="cable" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The id of a single cable in the group</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="id" type="xs:nonNegativeInteger" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="inhomogeneous_param" type="InhomogeneousParam" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Name of the cable group</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |