CompilationHashType Simple Type Simple Type

CompilationHashType Simple Type

Defines the pattern used to verify that an SDM file is a valid compiled document when the SDM file is used as a referenced file during the compilation of a different SDM file.

<xs:simpleType name="CompilationHashType"> <xs:restriction base="string" > <xs:pattern value="([0-9]|[A-F]){40}" /> </xs:restriction> </xs:simpleType>

  • CompilationHashType

Patterns

The CompilationHashType simple type is a string that is restricted by the following pattern:

  • ([0-9]|[A-F]){40}

    A 40-character hexadecimal-encoded number.

See Also

SystemDefinitionModel Schema Simple Types

Send comments about this topic to Microsoft

Build date: 10/2/2007