Definition Type: SimpleType
Name: reformatValueList
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Collapse XSD Schema Diagram:
XSD Diagram of reformatValueList in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:simpleType name="reformatValueList">
    <xsd:list>
        <xsd:simpleType>
            <xsd:union memberTypes="xlf:XTend">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="coord">
                            <xsd:annotation>
                                <xsd:documentation>This value indicates that all information in the coord attribute can be modified.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="coord-x">
                            <xsd:annotation>
                                <xsd:documentation>This value indicates that the x information in the coord attribute can be modified.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="coord-y">
                            <xsd:annotation>
                                <xsd:documentation>This value indicates that the y information in the coord attribute can be modified.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="coord-cx">
                            <xsd:annotation>
                                <xsd:documentation>This value indicates that the cx information in the coord attribute can be modified.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="coord-cy">
                            <xsd:annotation>
                                <xsd:documentation>This value indicates that the cy information in the coord attribute can be modified.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="font">
                            <xsd:annotation>
                                <xsd:documentation>This value indicates that all the information in the font attribute can be modified.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="font-name">
                            <xsd:annotation>
                                <xsd:documentation>This value indicates that the name information in the font attribute can be modified.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="font-size">
                            <xsd:annotation>
                                <xsd:documentation>This value indicates that the size information in the font attribute can be modified.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="font-weight">
                            <xsd:annotation>
                                <xsd:documentation>This value indicates that the weight information in the font attribute can be modified.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="css-style">
                            <xsd:annotation>
                                <xsd:documentation>This value indicates that the information in the css-style attribute can be modified.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="style">
                            <xsd:annotation>
                                <xsd:documentation>This value indicates that the information in the style attribute can be modified.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="ex-style">
                            <xsd:annotation>
                                <xsd:documentation>This value indicates that the information in the exstyle attribute can be modified.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:enumeration>
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:union>
        </xsd:simpleType>
    </xsd:list>
</xsd:simpleType>