2.2.4.5 FieldInformationCollection

The FieldInformationCollection complex type contains a collection of metadata fields and metadata for the file.

The InternalName attribute values MUST be unique across all FieldInformation elements in the collection. The Id attribute values MUST be unique across all FieldInformation elements in the collection.

 <s:complexType name="FieldInformationCollection">
   <s:sequence>
     <s:element name="FieldInformation" type="tns:FieldInformation" minOccurs="0" maxOccurs="unbounded"/>
   </s:sequence>
 </s:complexType>

FieldInformation: A single metadata field for a file, as defined in section 2.2.4.4.