Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This element is the top level element of the property promotion file. The type of the Fields element is FieldCollectionType.
Child Elements |
---|
Attributes:
FormAggregation: Specifies whether multiple form files can be merged into a single form file. If the enabled attribute of the importParameters element in the form definition (.xsf) file, as specified in [MS-IPFF2], section 2.2.1.2.48, equals "yes", then FormAggregation MUST be set to "TRUE". Otherwise, it MUST be set to "FALSE".
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
-
<xs:element name="Fields" type="pp:FieldCollectionType"/> <xs:complexType name="FieldCollectionType"> <xs:sequence> <xs:element ref="pp:Field" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="FormAggregation" type="xs:string"/> </xs:complexType>