<xs:complexType name="SpecCapacitance">
<xs:annotation>
<xs:appinfo>
<meta:units>F/m2</meta:units>
</xs:appinfo>
<xs:documentation>Capacitance per unit area 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> |