Share via


Platform Simple Type Simple Type

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>
    </xs:union>
</xs:simpleType>

Enumeration Values

The Platform simple type defines the following values.

Value Description
*

The platform-neutral identifier.

neutral

Identifies the platform as neutral.

See Also

SystemDefinitionModel Schema Simple Types

Send comments about this topic to Microsoft

Build date: 9/5/2007