22.9.2.2 ST_ConformanceClass
This simple type specifies the conformance class to which a particular Office Open XML document conforms.
[Example: Consider the following SpreadsheetML Workbook part markup:
<workbook … conformance="transitional">
…
</workbook>
This SpreadsheetML document has a conformance attribute value of transitional, therefore it conforms to the SML Transitional conformance class. end example]
This simple type’s contents are a restriction of the W3C XML Schema string datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies that the document conforms to Office Open XML Strict.
Specifies that the document conforms to Office Open XML Transitional.
[Note: The W3C XML Schema definition of this simple type’s content model (ST_ConformanceClass) is located in A.6.9. end note]