VariableNamedParameter

Definition of a value for a quantity which varies over a given group of cables

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string required

Used By

Source

<xs:complexType name="VariableNamedParameter">
  <xs:annotation>
    <xs:documentation>Definition of a value for a quantity which varies over a given group of cables</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="group" type="xs:string" maxOccurs="unbounded"/>
    <xs:element name="inhomogeneous_value" type="InhomogeneousValue" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>