<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>
|