<xs:complexType name="IfcTendon">
<xs:complexContent>
<xs:extension base="ifc:IfcReinforcingElement">
<xs:attribute name="PredefinedType" type="ifc:IfcTendonTypeEnum" use="optional"/>
<xs:attribute name="NominalDiameter" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
<xs:attribute name="CrossSectionArea" type="ifc:IfcAreaMeasure" use="optional"/>
<xs:attribute name="TensionForce" type="ifc:IfcForceMeasure" use="optional"/>
<xs:attribute name="PreStress" type="ifc:IfcPressureMeasure" use="optional"/>
<xs:attribute name="FrictionCoefficient" type="ifc:IfcNormalisedRatioMeasure" use="optional"/>
<xs:attribute name="AnchorageSlip" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
<xs:attribute name="MinCurvatureRadius" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |