Share via


DesignData complex type [SDM]

 
Platform SDK: System Definition Model Overview

DesignData Complex Type

Note: This documentation is preliminary and is subject to change.

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: June 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.