Definition Type: SimpleType
Name: reformatValueYesNo
Namespace: urn:oasis:names:tc:xliff:document:1.2
Containing Schema: xliff-core-1.2-strict.xsd
Collapse XSD Schema Diagram:
XSD Diagram of reformatValueYesNo in schema xliff-core-1_2-strict_xsd (OASIS XML Localisation Interchange File Format (XLIFF) TC)
Collapse XSD Schema Code:
<xsd:simpleType name="reformatValueYesNo">
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="yes">
            <xsd:annotation>
                <xsd:documentation>This value indicates that all properties can be reformatted. This value must be used alone.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="no">
            <xsd:annotation>
                <xsd:documentation>This value indicates that no properties should be reformatted. This value must be used alone.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration yes
Enumeration no