Share via


SystemDefinition complex type [SDM]

 
Platform SDK: System Definition Model Overview

SystemDefinition Complex Type

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

Defines the attributes that define a system. The SystemDefinition complex type extends the base type by adding support for nested endpoints, system and resource types; endpoint, system, and resource members; and host, containment, connection, delegation, and reference relationships.

<xs:complexType name="SystemDefinition">
    <xs:complexContent>
        <xs:extension
            base="ObjectDefinition"
        >
            <xs:attribute name="SimulationRoot"
                type="boolean"
                use="optional"
             />
SimulationRoot
true if the definition should have a root instance of it simulated during compilation of the .sdm file to do design time checking. false if the default compiler rules for simulation apply. The default is false.

This attribute is needed when simulation would never pass cleanly but real usages of the definition would work fine.

</xs:extension> </xs:complexContent> </xs:complexType>
SystemDefinition
Defines the attributes that define a system.

Attributes

Name Type Description
SimulationRoot boolean true if the definition should have a root instance of it simulated during compilation of the .sdm file to do design time checking. false if the default compiler rules for simulation apply. The default is false.

This attribute is needed when simulation would never pass cleanly but real usages of the definition would work fine.

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.