<xs:attribute name="shoulderSlopeCrit">
<xs:annotation>
<xs:documentation>Criterio de pendientes de arcenes exteriores.</xs:documentation>
<xs:documentation>
</xs:documentation>
<xs:documentation>Obligatorio salvo que el indicador global correspondiente valga "true".</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="SAME_AS_CARRIEGEWAY" />
<xs:enumeration value="MIN_SLOPE_1" />
<xs:enumeration value="MIN_SLOPE_2" />
<xs:enumeration value="MIN_SLOPE_ALLWAYS" />
<xs:enumeration value="USER_VALUES" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
|