2.2.4.54 t:PathToIndexedFieldType Complex Type

The PathToIndexedFieldType complex type specifies individual members of a dictionary property. The PathToIndexedFieldType complex type extends the BasePathToElementType complex type, as specified in section 2.2.4.16.

 <xs:complexType name="PathToIndexedFieldType">
   <xs:complexContent>
     <xs:extension
       base="t:BasePathToElementType"
     >
       <xs:attribute name="FieldURI"
         type="t:DictionaryURIType"
         use="required"
        />
       <xs:attribute name="FieldIndex"
         type="xs:string"
         use="required"
        />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

Attribute name

Type

Description

FieldURI

t:DictionaryURIType (section 2.2.5.8)

Specifies the dictionary property. This attribute MUST be present.

FieldIndex

xs:string ([XMLSCHEMA2])

Specifies the entry index in a dictionary. This attribute MUST be present.