Share via


Platform simple type [SDM]

 
Platform SDK: System Definition Model Overview

Platform Simple Type

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

Defines the values used to identify the platform on which an assembly will execute as neutral or with a value from the ProcessorArchitectures simple type.

<xs:simpleType name="Platform">
    <xs:union
        memberValues="ProcessorArchitectures"
    >
        <xs:simpleType>
            <xs:restriction
                base="string"
            >
                <xs:enumeration
                    value="*"
                 />
                <xs:enumeration
                    value="neutral"
                 />
            </xs:restriction>
        </xs:simpleType>
Defines the values used to identify the platform on which an assembly will execute as neutral or with a value from the ProcessorArchitectures simple type.
</xs:union> </xs:simpleType>
Platform

Enumeration

The following values are defined by the Platform simple type:

Value Description
* The platform-neutral identifier.
neutral Identifies the platform as neutral.

See Also

SystemDefinitionModel Schema Simple 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.