2.2.4.68 AttributeGroup

The AttributeGroup complex type specifies a custom grouping of attributes that can contain a subset of the entity attributes and that can set a display order of these attributes. The attributes can be in multiple attribute groups.

The following is the XML schema definition of the AttributeGroup complex type.

   <xs:complexType name="AttributeGroup">
     <xs:complexContent mixed="false">
       <xs:extension base="tns:MdmDataContractOfMemberTypeContextIdentifier">
         <xs:sequence>
           <xs:element minOccurs="0" name="Attributes" nillable="true" type="tns:ArrayOfMetadataAttribute" />
           <xs:element minOccurs="0" name="FullName" nillable="true" type="xs:string" />
           <xs:element minOccurs="0" name="IsNameCodeFrozen" type="xs:boolean" />
           <xs:element minOccurs="0" name="IsSystem" type="xs:boolean" />
           <xs:element minOccurs="0" name="SortOrder" type="xs:int" />
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>

Attributes: Specifies the ArrayOfMetadataAttribute complex type.

FullName: Specifies a string that specifies the full name of the attribute group.

IsNameCodeFrozen: Specifies whether the Name and Code fields are static in the user interface.

IsSystem: Specifies a Boolean that specifies whether the attribute group is created by the MDS system.

SortOrder: Specifies an integer value that specifies the sort order of attribute groups.