<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="ECboltType">
<xsd:annotation>
<xsd:documentation>Bolt Type to be used commonly in Plan and Quality profiles</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="BoltType">
<xsd:annotation>
<xsd:documentation>Allowed items are: Grouted/rebar, Grouted/CT, Grouted/resin, Friction/Swellex, Friction/Splitset, Pretensioned/Grouted, Pretensioned/nongrouted, Cable/single, Cable/single, Cable/bulp</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="IR:IRtextShort">
<xsd:enumeration value="Grouted/rebar" />
<xsd:enumeration value="Grouted/CT" />
<xsd:enumeration value="Grouted/resin" />
<xsd:enumeration value="Friction/Swellex" />
<xsd:enumeration value="Friction/Splitset" />
<xsd:enumeration value="Pretensioned/Grouted" />
<xsd:enumeration value="Pretensioned/nongrouted" />
<xsd:enumeration value="Cable/single" />
<xsd:enumeration value="Cable/single" />
<xsd:enumeration value="Cable/bulp" />
<xsd:enumeration value="Other" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="BoltLength" type="xsd:unsignedShort">
<xsd:annotation>
<xsd:documentation>Length of the bolt UNIT: mm</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="GroutVolume" type="xsd:float" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Volume of grout pumped into the hole in dm3. (if applicable)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="GroutWeight" type="xsd:float" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Weight of grout pumped into the hole in dm3. (if applicable) UNIT:kg</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="GroutWaterRatio" type="xsd:float" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Water volume in grout. Unit: liters of water / kg of cement (l/kg) (if applicable)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ResinVolume" type="xsd:float" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Volume of resin inserted into the hole in dm3. (if applicable)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BoltMaterial" type="IR:IRtextShort" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Material of bolt</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimeToAttach" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Time from the insertion of the bolt to the time when the resin has hardened and the bolt can be tightened. (if applicable)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EquipmentData" type="IR:IRoptionType" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|