<complexType name="FilesArrayPropertyType">
<annotation>
<documentation>Property type for files array references. Used to wrap files array objects or references in properties.</documentation>
</annotation>
<sequence maxOccurs="unbounded">
<element ref="diggs:GP_FieldDataFile">
<annotation>
<documentation>An object containing properties of the field data file being referenced.</documentation>
</annotation>
</element>
</sequence>
</complexType>
|