XmlSchemaElement.DefaultValue 속성

정의

요소의 내용이 단순 형식이거나 textOnly인 경우 해당 요소의 기본값을 가져오거나 설정합니다.

public:
 property System::String ^ DefaultValue { System::String ^ get(); void set(System::String ^ value); };
public string? DefaultValue { get; set; }
public string DefaultValue { get; set; }
member this.DefaultValue : string with get, set
Public Property DefaultValue As String

속성 값

요소의 기본값입니다. 기본값은 null 참조입니다. 선택 사항입니다.

설명

fixeddefault 특성은 함께 사용할 수 없습니다. 요소에 단순 형식이 포함된 경우 이 값은 해당 형식의 유효한 값이어야 합니다.

적용 대상