<xs:element name="UrbanCurbsGlobalValues" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Valores de datos globales o por defecto de bordillos de urbana.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="leftSlope" default="2.000" type="xs:float">
<xs:annotation>
<xs:documentation>Talud izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftBikePath" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Altura carril bici izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftSidewalk" default="0.200" type="xs:float">
<xs:annotation>
<xs:documentation>Altura acera izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftParkingLane" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Altura aparcamiento izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="centralSidewalk" default="0.200" type="xs:float">
<xs:annotation>
<xs:documentation>Altura bordillo central.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightParkingLane" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Altura aparcamiento derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightSidewalk" default="0.200" type="xs:float">
<xs:annotation>
<xs:documentation>Altura acera derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBikePath" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Altura carril bici derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightSlope" default="2.000" type="xs:float">
<xs:annotation>
<xs:documentation>Talud derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|