<xs:element name="MS_StripByStation" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Datos de una banda de una pista de tramos multipista tramificados por estaciones.</xs:documentation>
<xs:documentation>El primer y último elemento deben tener presentes todos los atributos, salvo que el indicador de valor global correspondiente a ese atributo valga "true", en cuyo caso el atributo no aparecerá.</xs:documentation>
<xs:documentation>Para los elementos intermedios, se considera que aquellos atributos no presentes se interpolarán con los valores adyacentes.</xs:documentation>
<xs:documentation>Los atributos cuyo indicador de valor global correspondiente valga "true" no aparecerán.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="paveReferences" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Referencias del catálogo de firmes multipista a las que está asociado el extremo de la banda.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="ref_1" default="false" type="xs:boolean" />
<xs:attribute name="ref_2" default="false" type="xs:boolean" />
<xs:attribute name="ref_3" default="false" type="xs:boolean" />
<xs:attribute name="ref_4" default="false" type="xs:boolean" />
<xs:attribute name="ref_5" default="false" type="xs:boolean" />
<xs:attribute name="ref_6" default="false" type="xs:boolean" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="station" type="xs:float" use="required">
<xs:annotation>
<xs:documentation>Estación.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="width" type="xs:float">
<xs:annotation>
<xs:documentation>Anchura de la banda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="curbHeight" type="xs:float">
<xs:annotation>
<xs:documentation>Altura del bordillo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="paveDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor de firme.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="paveDepthCriteria">
<xs:annotation>
<xs:documentation>Criterio de espesor de firme.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="FREE" />
<xs:enumeration value="SAME_AS_NEXT_ONE" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="slope" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="slopeCriteria">
<xs:annotation>
<xs:documentation>Criterio de pendiente.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="FREE" />
<xs:enumeration value="SAME_AS_NEXT_ONE" />
<xs:enumeration value="LEFT_SUPERELEVATION" />
<xs:enumeration value="RIGHT_SUPERELEVATION" />
<xs:enumeration value="MIN_SLOPE_OR_SAME_AS_NEXT_ONE" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="subgradeSlope" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de subrasante.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="subgradeSlopeCriteria">
<xs:annotation>
<xs:documentation>Criterio de pendiente de subrasante.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="FREE" />
<xs:enumeration value="SAME_AS_NEXT_ONE" />
<xs:enumeration value="PARALLEL" />
<xs:enumeration value="MIN_SLOPE_SUP" />
<xs:enumeration value="MIN_SLOPE_OR_SAME_AS_NEXT_ONE" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="IDPaveCatalog" type="xs:unsignedLong">
<xs:annotation>
<xs:documentation>Identificador del firme de catálogo.</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:attribute name="paveCriteria" default="NONE">
<xs:annotation>
<xs:documentation>Criterio de firme.</xs:documentation>
<xs:documentation>
</xs:documentation>
<xs:documentation>Si hay algún elemento de catálogo asignado como firme (IDPaveCatalog), este atributo no aparece.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NONE" />
<xs:enumeration value="SAME_AS_NEXT_ONE" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
|