resourceID Simple Type

The resourceID simple type is a localized string ID used in the localized string table.

<xs:simpleType name="resourceID">
    <xs:restriction
        base="string"
    >
        <xs:pattern
            value="(\p{L}|\p{N}|_)+"
         />
    </xs:restriction>
</xs:simpleType>

Patterns

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

  • (\p{L}|\p{N}|_)+

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013