XmlSchemaElement.Final 속성

정의

추가 파생이 허용되지 않음을 나타내는 Final 속성을 가져오거나 설정합니다.

public:
 property System::Xml::Schema::XmlSchemaDerivationMethod Final { System::Xml::Schema::XmlSchemaDerivationMethod get(); void set(System::Xml::Schema::XmlSchemaDerivationMethod value); };
public System.Xml.Schema.XmlSchemaDerivationMethod Final { get; set; }
member this.Final : System.Xml.Schema.XmlSchemaDerivationMethod with get, set
Public Property Final As XmlSchemaDerivationMethod

속성 값

Final 속성 기본값은 XmlSchemaDerivationMethod.None입니다. 선택 사항입니다.

설명

이 특성은 다음 표에 표시된 값을 포함할 수 있습니다.

열거형 Description
None 스키마의 속성( FinalDefault 있는 경우)에서 정의한 파생 제한을 사용합니다.
Empty 이 요소의 파생에는 제한이 없습니다.
Extension 이 요소는 Extension에서 파생될 수 없습니다.
Restriction 이 요소는 Restriction에서 파생될 수 없습니다.
All #all. 이 요소는 파생 메서드에서 파생될 수 없습니다.

XmlSchemaElement을 참조하세요. Substitution, ListUnion 파생 메서드는 이 속성에 대해 허용되지 않습니다.

적용 대상