<xs:element name="RoadPaveLayer" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Factores de definición de la capa que componen el firme.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="IDPaveMaterial" type="xs:unsignedLong" use="required">
<xs:annotation>
<xs:documentation>Identificador del material de firme de de la capa.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftIntFactor" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Factor de banda interior izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightIntFactor" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Factor de banda interior derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftExtFactor" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Factor de banda exterior izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightExtFactor" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Factor de banda exterior derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftCarriagewaySuperficialFactor" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Factor de superficie de calzada izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightCarriagewaySuperficialFactor" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Factor de superficie de calzada derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftShoulderSuperficialFactor" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Factor de superficie de arcén izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightShoulderSuperficialFactor" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Factor de superficie de arcén derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="reinforceSuperficialFactor" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Factor de superficie de refuerzo.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|