2.13 DefaultDetailAttributes

The DefaultDetailAttributes element specifies a collection of AttributeReference elements that are references to the attributes that are shown when an instance of the parent Entity element is displayed.

The DefaultDetailAttributes element MUST contain at least one DefaultDetailAttributes.AttributeReference element and can contain more.

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

Parent elements

Entity

Child elements

DefaultDetailAttributes.AttributeReference

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

 <xsd:complexType name="AttributeReferencesType">
   <xsd:sequence>
     <xsd:element name="AttributeReference" type="AttributeReferenceType" 
 maxOccurs="unbounded" />
   </xsd:sequence>
 </xsd:complexType>