Information Complex Type Complex Type

Information Complex Type

Defines the elements that contain general information about an .sdm document. This information supports the identification and management of .sdm documents.

<xs:complexType name="Information"> <xs:sequence> <xs:element name="FriendlyName" type="string" minOccurs="0" />

  • FriendlyName
    The name of the .sdm file.

<xs:element name="CompanyName" type="string" minOccurs="0" />

  • CompanyName
    The name of the company for which the .sdm file was created.

<xs:element name="Copyright" type="string" minOccurs="0" />

  • Copyright
    The copyright information about the .sdm file.

<xs:element name="Trademark" type="string" minOccurs="0" />

  • Trademark
    The trademark information about the .sdm file.

<xs:element name="Description" type="Description" minOccurs="0" />

  • Description
    A description of the .sdm file.

<xs:element name="Comments" type="string" minOccurs="0" />

  • Comments
    Comments about the .sdm file.

<xs:element name="CompilerVersion" type="FourPartVersionType" minOccurs="0" />

  • CompilerVersion
    The compiler version for the .sdm file.

</xs:sequence> </xs:complexType>

  • Information

Child Elements

Element Type Description
Comments string

Comments about the .sdm file.

CompanyName string

The name of the company for which the .sdm file was created.

CompilerVersion FourPartVersionType

The compiler version for the .sdm file.

Copyright string

The copyright information about the .sdm file.

Description Description

A description of the .sdm file.

FriendlyName string

The name of the .sdm file.

Trademark string

The trademark information about the .sdm file.

See Also

SystemDefinitionModel Schema Complex Types

Send comments about this topic to Microsoft

Build date: 10/2/2007