Information Complex Type 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"
/>
<xs:element name="CompanyName"
type="string"
minOccurs="0"
/>
<xs:element name="Copyright"
type="string"
minOccurs="0"
/>
<xs:element name="Trademark"
type="string"
minOccurs="0"
/>
<xs:element name="Description"
type="Description"
minOccurs="0"
/>
<xs:element name="Comments"
type="string"
minOccurs="0"
/>
<xs:element name="CompilerVersion"
type="FourPartVersionType"
minOccurs="0"
/>
</xs:sequence>
</xs:complexType>
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: 9/5/2007