2.15 Fields

The Fields element specifies a collection that is an ordered list of Attribute, Role, and FieldFolder elements. These elements represent the fields (attributes, and roles) and field folders for an entity.

The Fields element MUST contain at least one Fields.Attribute, Fields.Role, or Fields.FieldFolder child element and can contain more.

The following are the parent and child elements of the Fields element.

Parent elements

Entity

FieldFolder

Child elements

Fields.Attribute

Fields.FieldFolder

Fields.Role

The following is the XML Schema definition of the Fields element.

 <xsd:complexType name="FieldsType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Attribute" type="AttributeType" />
     <xsd:element name="Role" type="RoleType" />
     <xsd:element name="FieldFolder" type="FieldFolderType" />
   </xsd:choice>
 </xsd:complexType>