<xs:element name="BarrierByStation" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Datos de barreras de carretera tramificados por estaciones.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="staStart" type="xs:float" use="required">
<xs:annotation>
<xs:documentation>Estación inicial.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="offsetDistanceStart" type="xs:float" use="required">
<xs:annotation>
<xs:documentation>Distancia inicial.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="staEnd" type="xs:float" use="required">
<xs:annotation>
<xs:documentation>Estación final.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="offsetDistanceEnd" type="xs:float" use="required">
<xs:annotation>
<xs:documentation>Distancia final.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="reference" use="required">
<xs:annotation>
<xs:documentation>Referencia para las distancias.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="LEFT_SHOULDER" />
<xs:enumeration value="LEFT_ROADWAY" />
<xs:enumeration value="LEFT_INT_ROADWAY" />
<xs:enumeration value="LEFT_INT_SHOULDER" />
<xs:enumeration value="CENTERLINE" />
<xs:enumeration value="RIGHT_INT_SHOULDER" />
<xs:enumeration value="RIGHT_INT_ROADWAY" />
<xs:enumeration value="RIGHT_ROADWAY" />
<xs:enumeration value="RIGHT_SHOULDER" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="IDBarrier" type="xs:unsignedLong">
<xs:annotation>
<xs:documentation>Identificador de la barrera de catálogo asignada.</xs:documentation>
<xs:documentation>
</xs:documentation>
<xs:documentation>Si no hay ningún elemento de catálogo asignado, este atributo no aparece.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|