<complexType name="ElectricResistancePerLengthMeasureType">
<annotation>
<documentation>Resistance per unit length: Linear resistance. Used in cable specifications, transmission lines, and resistivity measurements. Common units include Ω/m (ohm per metre) and µΩ/m.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:ElectricResistancePerLengthUomEnumType">
<annotation>
<documentation>The unit of measure for resistance per unit length.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|