Share via


CompilationHashType simple type [SDM]

 
Platform SDK: System Definition Model Overview

CompilationHashType Simple Type

Note: This documentation is preliminary and is subject to change.

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

TBD

Patterns

The following pattern is defined by the CompilationHashType simple type:

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

A 40-character hexidecimal-encoded number.

See Also

SystemDefinitionModel Schema Simple Types

  
  Last updated: June 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.