<xs:element name="MS_StripGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicadores de datos globales de una banda de una pista de tramos multipista.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="widthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la anchura de la banda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="curbHeightGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la altura del bordillo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="paveDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor de firme.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="paveDepthCriteriaGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el criterio de espesor de firme.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="slopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="slopeCriteriaGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el criterio de pendiente.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="subgradeSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de subrasante.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="subgradeSlopeCriteriaGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el criterio de pendiente de subrasante.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IDPaveCatalogGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el identificador del firme de catálogo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="paveReferencesGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la asociación de referencias del firme de catálogo.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|