2.3.2.3.11 CT_DataTemplate

Target namespace: http://schemas.microsoft.com/client/2009/11

Referenced by: CT_DataTemplateProperty

A DataTemplate element as specified by [MS-WPFXV] section 1.85.2.

Child Elements:

a:Section : A CT_Section element.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="CT_DataTemplate">
   <xs:sequence>
     <xs:element ref="a:Section"/>
   </xs:sequence>
 </xs:complexType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).