DesignData Complex Type 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>

See Also

SystemDefinitionModel Schema Complex Types

Send comments about this topic to Microsoft

Build date: 9/5/2007