UnnamedParameter

Definition of a value for a quantity and the associated groups of cables 
which have this value. The quantity referred to will be clear from the usage, e.g. InitialMembPotential

Complex Type Information

Model

Children: group

Attributes

QName Type Fixed Default Use Inheritable Annotation
value xs:double required

Used By

Source

<xs:complexType name="UnnamedParameter">
  <xs:annotation>
    <xs:documentation>Definition of a value for a quantity and the associated groups of cables which have this value. The quantity referred to will be clear from the usage, e.g. InitialMembPotential</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="group" type="xs:string" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="value" type="xs:double" use="required"/>
</xs:complexType>