<xs:element name="BlanketGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicadores de datos globales de capa de forma.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="depthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftPlatformSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightPlatformSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftEndSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el talud izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightEndSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el talud derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftWideningGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el sobreancho izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightWideningGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el sobreancho derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="aristaCritGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el criterio de arista.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="aristaOffsetGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el desplazamiento de la arista.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|