다음을 통해 공유


string(StringTableType) 요소

지역화된 문자열을 정의합니다.

<xs:element name="string">
    <xs:complexType>
        <xs:attribute name="id"
            type="string"
            use="required"
         />
        <xs:attribute name="value"
            type="string"
            use="required"
         />
        <xs:attribute name="stringType"
            type="string"
            use="optional"
         />
    </xs:complexType>
</xs:element>

string 요소는 StringTableType 복합 형식으로 정의됩니다.

특성

이름 형식 Description
id 문자열 문자열 테이블 내의 문자열을 고유하게 식별하는 식별자입니다.
stringType 문자열 사용되지 않습니다.
문자열 지역화된 문자열입니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 [데스크톱 앱만 해당]

추가 정보

부모 요소

stringTable(LocalizationType)