<xsd:element name="DetailFormat" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the text formatting that is applied to a field when it is on the detail grid.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="Style" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Specifies a text string containing attributes that describe the font weight, style, and effects that are applied to a field.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
|