次の方法で共有


SettingAttributes 属性グループ

設定および設定の動作に関する情報の記述に使う属性を保持します。

<xs:attributeGroup name="SettingAttributes">
    <xs:attribute name="Name"
        type="string"
        use="required"
     />
    <xs:attribute name="Definition"
        type="string"
        use="required"
     />
    <xs:attribute name="State"
        type="@lt:SettingState@lid:07d1499e-bec3-4adb-9fbb-29e425b0c4a2"
        use="optional"
     />
    <xs:attribute name="Fixed"
        type="boolean"
        use="optional"
     />
    <xs:attribute name="List"
        type="boolean"
        use="optional"
     />
    <xs:attribute name="Null"
        type="boolean"
        use="optional"
     />
    <xs:attribute name="Secure"
        type="boolean"
        use="optional"
     />
    <xs:attribute name="FailedToSerialize"
        type="boolean"
        use="optional"
     />
</xs:attributeGroup>

属性

名前

説明

定義

string

設定の設定定義 (または型)。

FailedToSerialize

boolean

設定値のシリアル化に失敗した場合は True。それ以外の場合は False。

Fixed

boolean

設定値を変更しない場合は True。設定値が変更可能な場合は False。

List

boolean

設定に値の一覧を含むことができる場合は True。1 つの値しか含むことができない場合は False。

Name

string

設定の名前。

Null

boolean

設定値に Null を設定できる場合は True。Null を設定できない場合は False。

Secure

boolean

設定値がセキュリティで保護されている場合は True。それ以外の場合は False。

State

SettingState 単純型

設定の状態。設定値が設定されているかどうかを示します。