Share via


CompilationHashType Simple Type 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>

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: 9/5/2007