Compartir a través de


MarginTypeType Simple Type

Define el tipo que contiene valores válidos para el atributo Type para el elemento Margin.

<xs:simpleType name="MarginTypeType">
    <xs:restriction
        base="string"
    >
        <xs:pattern
            value="Left|Right"
         />
    </xs:restriction>
</xs:simpleType>

Patrones

El tipo simple MarginTypeType es una cadena restringida por el siguiente patrón:

  • Left|Right

Comentarios

Los valores válidos para el atributo Type para el elemento Margin son "Left" y "Right".

Requisitos

Requisito Value
Cliente mínimo compatible
Windows XP Tablet PC Edition [solo aplicaciones de escritorio]
Servidor mínimo compatible
No se admite ninguno