<xs:complexType name="SpecAxialResistance">
<xs:annotation>
<xs:appinfo>
<meta:units>ohm m</meta:units>
</xs:appinfo>
<xs:documentation>Specific axial resistance of a group of sections</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="parameter" type="UnnamedParameter" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="variableParameter" type="VariableParameter" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Note variable_parameter will be the preferred form in v2.0</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="variable_parameter" type="VariableParameter" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Note variable_parameter will be the preferred form in v2.0</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |