Share via


ID Simple Type

Defines a string that you use to specify an identifier value.

<xs:simpleType name="ID">
    <xs:restriction
        base="Name"
    >
        <xs:pattern
            value="[^\']+"
         />
    </xs:restriction>
</xs:simpleType>

Patterns

The ID simple type is a Name that is restricted by the following pattern:

  • [^\']+

    Inherits the restrictions from Name and further restricts the string by not allowing the single quote character.

Remarks

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]

See also

GlobalRootcause

LaunchUIInteraction

LocalRootcause

MultipleResponseInteraction

PauseInteraction

Resolvers

SingleResponseInteraction

TextInteraction