<xs:element name="ClearancesGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicadores de datos globales de despejes.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="leftClearanceGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el despeje izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightClearanceGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el despeje derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|