itemReference Simple Type

The itemReference simple type is a string representing all references to defined types (for example, categories).

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

Patterns

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

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

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013