共用方式為


Setting 複雜型別

更新:2007 年 11 月

定義系統定義模型內設定的部署報告資訊。設定可以有設定 facet 或值,但不能同時有兩者做為目前子項目。

<xs:complexType name="Setting">
    <xs:sequence>
        <xs:element name="Value"
            type="@lt:SettingInstanceValue@lid:7149746f-364f-40fd-aa7b-d508a02f880a"
            minOccurs="0"
            maxOccurs="unbounded"
         />
        <xs:element name="Facet"
            type="@lt:SettingFacet@lid:19020713-e046-408e-8ceb-a650b461dc87"
            minOccurs="0"
            maxOccurs="unbounded"
         />
    </xs:sequence>
    <xs:attributeGroup
        ref="@lt:SettingAttributes@lid:02bd46c9-552d-4a4e-8f11-c45a2e31934d"
     />
</xs:complexType>

子項目

項目

型別

描述

Facet (Setting) 項目

SettingFacet 複雜型別

設定的 facet (子設定)。

Value (Setting) 項目

SettingInstanceValue 複雜型別

設定的值。

屬性群組

名稱

描述

SettingAttributes 屬性群組

與設定和該設定之行為相關的資訊。