presentationReference Simple Type

The presentationReference simple type is a string representing a reference to a policy parameter presentation definition in the localized presentation table.

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

Patterns

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

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

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013