DesignData complex type [SDM] 

 
SDM Reference

DesignData Complex Type

Defines the element holding a schema instance that identifies and structures data for a design surface. Each design surface should use its own schema to identify and structure the data.

<xs:complexType name="DesignData">
    <xs:sequence>
        <xs:any
            minOccurs="0"
            maxOccurs="unbounded"
            processContents="lax"
            namespace="##other"
         />
    </xs:sequence>
</xs:complexType>
DesignData
Defines the element holding a schema instance that identifies and structures data for a design surface.

See Also

SystemDefinitionModel Schema Complex Types

  
  Last updated: November 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.