stringReference Simple Type

The stringReference simple type is a reference to a localized string ID in the localized string table.

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

Patterns

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

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

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013