0x000CD000 | XML_STRRESOURCE_MASK |
XML_STRRESOURCE_MASK |
0x000CD001 | XML 파일 (*.xml)|*.xml|XSL 파일 (*.xsl)|*.xsl|모든 파일 (*.*)|*.*|%0 |
XML Files (*.xml)|*.xml|XSL Files (*.xsl)|*.xsl|All Files (*.*)|*.*|%0 |
0xC00C023E | Open 메서드를 호출할 때까지 이 메서드를 호출할 수 없습니다. |
This method cannot be called until the open method has been called. |
0xC00C023F | Send 메서드를 호출할 때까지 이 메서드를 호출할 수 없습니다. |
This method cannot be called until the send method has been called. |
0xC00C0240 | Send 메서드를 호출한 다음 이 메서드를 호출할 수 없습니다. |
This method cannot be called after the send method has been called. |
0xC00C0241 | URL에서 인식된 프로토콜을 사용하지 않습니다. |
The URL does not use a recognized protocol. |
0xC00CE000 | XML_ERROR_MASK |
XML_ERROR_MASK |
0xC00CE001 | 입력 파일을 여는 중 오류가 발생했습니다. '%1'. |
Error opening input file: '%1'. |
0xC00CE002 | 정의되지 않은 '%1' 엔터티를 참조합니다. |
Reference to undefined entity '%1'. |
0xC00CE003 | '%1' 엔터티는 무한 엔터티 참조 루프를 포함하고 있습니다. |
Entity '%1' contains an infinite entity reference loop. |
0xC00CE004 | 매개 변수 엔터티 선언에 있는 NDATA 키워드를 사용할 수 없습니다. |
Cannot use the NDATA keyword in a parameter entity declaration. |
0xC00CE005 | '%2' 특성에 대한 값으로 일반 구문 분석된 '%1' 엔터티를 사용할 수 없습니다. |
Cannot use a general parsed entity '%1' as the value for attribute '%2'. |
0xC00CE006 | 엔터티 참조에서 구문 분석되지 않은 '%1' 엔터티를 사용할 수 없습니다. |
Cannot use unparsed entity '%1' in an entity reference. |
0xC00CE007 | 특성 값에서는 외부에서 일반 구문 분석된 '%1' 엔터티를 참조할 수 없습니다. |
Cannot reference an external general parsed entity '%1' in an attribute value. |
0xC00CE008 | 사용자가 XML 파서를 중지했습니다. |
XML parser stopped by user. |
0xC00CE009 | 엔터티 '%1'을(를) 구문 분석하는 동안 오류가 발생했습니다. |
Error while parsing entity '%1'. |
0xC00CE00A | 매개 변수 엔터티는 먼저 정의해야 사용할 수 있습니다. |
Parameter entity must be defined before it is used. |
0xC00CE00B | 단일 혼합 내용 선언에서는 같은 이름을 한 번만 사용해야 합니다. '%1'. |
The same name must not appear more than once in a single mixed-content declaration: '%1'. |
0xC00CE00C | Entity 이름, PI 대상, Notation 이름 및 ID, IDREF(S), ENTITY(IES) 또는 NOTATION 형식으로 선언된 특성 값은 콜론(:)을 포함할 수 없습니다. |
Entity names, PI targets, notation names and attribute values declared to be of types ID, IDREF(S), ENTITY(IES) or NOTATION cannot contain any colons. |
0xC00CE00D | '%1' 요소가 사용되었지만 DTD/스키마에서 선언되지 않았습니다. |
The element '%1' is used but not declared in the DTD/Schema. |
0xC00CE00E | 네임스페이스 \"%2\"에서 '%1' 특성이 문서에서 정의되지 않은 '%3' ID를 참조하고 있습니다. |
The attribute '%1' with namespace '%2' references the ID '%3' which is not defined anywhere in the document. |
0xC00CE00F | DTD/스키마에 정의된 기본 특성 값에 오류가 발생했습니다. |
Error in default attribute value defined in DTD/Schema. |
0xC00CE010 | 예약된 '%1' 네임스페이스는 다시 선언할 수 없습니다. |
Reserved namespace '%1' can not be redeclared. |
0xC00CE011 | DTD/스키마에 따르면 '%1' 요소가 비어 있을 수 없습니다. |
Element '%1' cannot be empty according to the DTD/Schema. |
0xC00CE012 | DTD/스키마에 따르면 '%1' 요소의 내용이 완전하지 않습니다. |
Content for element '%1' is incomplete according to the DTD/Schema. |
0xC00CE013 | 최상위 요소 이름 '%1'은(는) DOCTYPE 선언 이름인 '%2'과(와) 일치해야 합니다. |
The name of the top most element '%1' must match the name of the DOCTYPE declaration '%2'. |
0xC00CE014 | 부모 요소 '%1'의 콘텐츠 모델에 따르면 '%2'은(는) 예기치 않은 요소입니다. |
Element '%2' is unexpected according to content model of parent element '%1'. |
0xC00CE015 | '%2' 요소의 '%1' 특성이 DTD/스키마에 정의되어 있지 않습니다. |
The attribute '%1' on the element '%2' is not defined in the DTD/Schema. |
0xC00CE016 | '%1' 특성에 DTD/스키마에서 정의된 고정 값 '%3'과(와) 일치하지 않는 값 '%2'이(가) 있습니다. |
Attribute '%1' has a value '%2' which does not match the fixed value '%3' in the DTD/Schema. |
0xC00CE017 | DTD/스키마에 의하면 '%1' 특성에 잘못된 값이 있습니다. |
Attribute '%1' has an invalid value according to the DTD/Schema. |
0xC00CE018 | DTD/스키마에 따르면 '%1' 요소의 컨텍스트에서는 텍스트를 사용할 수 없습니다. |
Text is not allowed in the context of element '%1' according to DTD/Schema. |
0xC00CE019 | 특성 선언에 여러 개의 고정 값이 포함될 수 없습니다. '%1'. |
An attribute declaration cannot contain multiple fixed values: '%1'. |
0xC00CE01A | '%1' 노테이션은 이미 선언되었습니다. |
The notation '%1' is already declared. |
0xC00CE01B | '%1' 요소는 이미 선언되었습니다. |
The element '%1' is already declared. |
0xC00CE01C | 선언되지 않은 요소를 참조합니다. '%1'. |
Reference to undeclared element: '%1'. |
0xC00CE01D | 선언되지 않은 네임스페이스 접두사 '%1'을(를) 참조합니다. |
Reference to undeclared namespace prefix: '%1'. |
0xC00CE01E | DTD에서는 기본 네임스페이스 선언 특성을 사용할 수 없습니다. |
Use of default namespace declaration attribute in DTD is not supported. |
0xC00CE01F | 알 수 없는 오류입니다. %1. |
Unknown error: %1. |
0xC00CE020 | 필요한 '%1' 특성이 없습니다. |
Required attribute '%1' is missing. |
0xC00CE021 | '%1' 선언에 정의되지 않은 '%2' 노테이션에 대한 참조가 있습니다. |
Declaration '%1' contains reference to undefined notation '%2'. |
0xC00CE022 | 각 요소당 하나의 ID만 사용할 수 있습니다. |
Only one ID allowed per Element. |
0xC00CE023 | 형식 ID 특성에는 기본 값이 있을 수 없습니다. |
An attribute of type ID cannot have a default value. |
0xC00CE024 | 언어 ID '%1'이(가) 잘못되었습니다. |
The language ID '%1' is invalid. |
0xC00CE025 | 공개 ID '%1'이(가) 잘못되었습니다. |
The public ID '%1' is invalid. |
0xC00CE026 | %1이(가) 와야 합니다. |
Expecting: %1. |
0xC00CE027 | 기본 네임스페이스만 빈 URI를 가질 수 있습니다. |
Only a default namespace can have an empty URI. |
0xC00CE028 | '%1'을(를) 로드할 수 없습니다. |
Could not load '%1'. |
0xC00CE029 | '%1' 인코딩으로 문자를 저장할 수 없습니다. |
Unable to save character to '%1' encoding. |
0xC00CE02C | xml:space 선언이 잘못되었습니다. |
Invalid xml:space declaration. |
0xC00CE02D | 문서에서 '%1' ID는 참조되었으나 정의되지 않았습니다. |
The ID '%1' is referenced but not defined in the document. |
0xC00CE02E | 유효성 제약 조건 위반: 독립형 문서 선언. |
Violation of Validity Constraint: Standalone Document Declaration. |
0xC00CE02F | 같은 요소에서 여러 개의 NOTATION 특성을 정의할 수 없습니다. |
Cannot define multiple NOTATION attributes on the same element. |
0xC00CE030 | NOTATION 형식의 특성은 EMPTY로 선언된 요소에서 선언되지 않아야 합니다. |
An attribute of type NOTATION must not be declared on an element declared EMPTY. |
0xC00CE031 | DTD/스키마에 의하면 '%1' 요소에 잘못된 값이 있습니다. |
Element '%1' has an invalid value according to the DTD/Schema. |
0xC00CE032 | DTD/스키마에 의하면 '%1' 노테이션에 잘못된 값이 있습니다. |
Notation '%1' has an invalid value according to the DTD/Schema. |
0xC00CE033 | DTD/스키마에 의하면 '%1' 열거에 잘못된 값이 있습니다. |
Enumeration '%1' has an invalid value according to the DTD/Schema. |
0xC00CE034 | '%1' 요소에 DTD/스키마의 고정 값 '%3'과(와) 일치하지 않는 값 '%2'이(가) 있습니다. |
Element '%1' has value '%2' which does not match the fixed value '%3' in the DTD/Schema. |
0xC00CE035 | '%1' 요소의 xsi:nil 특성이 잘못되었습니다. |
xsi:nil attribute on element '%1' is invalid. |
0xC00CE036 | 스키마에 '%1' 형식이 없습니다. |
Type '%1' is not found in Schema. |
0xC00CE037 | '%2' 요소에서는 '%1' 형식을 사용할 수 없습니다. |
Use of type '%1' is not allowed on element '%2'. |
0xC00CE038 | 인스턴스 문서에서 '%1' 추상화 요소를 사용할 수 없습니다. |
Abstract element '%1' is not allowed in instance document. |
0xC00CE039 | 인스턴스 문서에서 '%1' 추상화 형식을 사용할 수 없습니다. |
Abstract type '%1' is not allowed in instance document. |
0xC00CE040 | 시스템에서 지정한 개체를 찾을 수 없습니다. |
The system cannot locate the object specified. |
0xC00CE041 | 같은 문서에 다른 종류의 스키마를 사용할 수 없습니다. |
Different kind of schemas cannot be used on the same document. |
0xC00CE042 | 스키마에 따르면 요소 '%2'에서 '%1' 특성을 사용할 수 없습니다. |
Attribute '%1' is not allowed on element '%2', according to Schema. |
0xC00CE043 | 열거/노테이션 값은 중복 사용할 수 없습니다. 특성 선언 '%1'이(가) '%2'을(를) 두 번 이상 가집니다. |
Duplicate enumaration/notation values are not allowed. Attribute declaration '%1' has '%2' more than once. |
0xC00CE044 | 이 속성은 읽기 전용입니다. |
This property is readonly. |
0xC00CE100 | 네임스페이스가 있지만 현재 위치에서는 지원하지 않습니다. |
A namespace was found but not supported at current location. |
0xC00CE101 | 스키마 루트 요소에 대한 정의가 틀립니다. |
Incorrect definition for the root element in schema. |
0xC00CE102 | 이 컨텍스트에는 '%1' 요소를 사용할 수 없습니다. |
Element '%1' is not allowed in this context. |
0xC00CE103 | '%1' 네임스페이스에서 요소 또는 특성 정보 항목의 유효성이 이미 검증되었습니다. 해당 네임스페이스에 대해 xsi:schemaLocation/xsi:noNamespaceSchemaLocation 또는 인라인 스키마가 발생하면 오류입니다. |
An element or attribute information item has already been validated from '%1' namespace. It is an error if xsi:schemaLocation/xsi:noNamespaceSchemaLocation or an inline schema occurs for that namespace. |
0xC00CE10C | 선언 %2에서는 '%1' 특성을 지원하지 않습니다. |
The attribute '%1' is not supported on the declaration %2. |
0xC00CE115 | 'enumeration' 값의 형식 특성을 포함하는 요소에서 'values' 특성을 제공해야 합니다. |
Must provide a 'values' attribute on an element that contains a type attribute of the value 'enumeration'. |
0xC00CE125 | 스키마에서 DOCTYPE을 사용할 수 없습니다. |
DOCTYPE is not allowed in Schema. |
0xC00CE149 | 잘못된 제한: 기본 형식에 파생 형식에서 변경할 수 없는 고정 값 '%1'이(가) 있습니다. |
Invalid restriction : Base type has a fixed value '%1' that can not be changed in the derived type. |
0xC00CE14A | 전역 \"%2' 선언에서는 '%1' 특성을 사용할 수 없습니다. |
Attribute '%1' is not allowed on global '%2' declarations. |
0xC00CE14B | 로컬 '%2' 선언에서는 '%1' 특성을 사용할 수 없습니다. |
Attribute '%1' is not allowed on local '%2' declarations. |
0xC00CE14D | '%2' 스키마 구성 요소에 '%1' 특성이 있을 수 없습니다. |
The '%1' attribute on schema component '%2' cannot be present. |
0xC00CE14E | '%1' 특성은 이 컨텍스트에서 지원하지 않습니다. |
The attribute '%1' is not supported in this context. |
0xC00CE14F | 'annotation' 요소는 이 위치에 나타날 수 없습니다. |
An 'annotation' element cannot appear at this location. |
0xC00CE150 | 중복 명명된 : 이름 = '%2'. |
Duplicate named : name = '%2'. |
0xC00CE151 | 'ref' 특성에 'type' 특성과 'complexType'이 있으면 'simpleType', 'key', 'keyref' 및 'unique' 요소가 있을 수 없습니다. |
When the 'ref' attribute is present the 'type' attribute and the 'complexType', 'simpleType', 'key', 'keyref' and 'unique' elements cannot be present. |
0xC00CE152 | 'import' 요소는 이 위치에 나타날 수 없습니다. |
An 'import' element cannot appear at this location. |
0xC00CE153 | 'include' 요소는 이 위치에 나타날 수 없습니다. |
An 'include' element cannot appear at this location. |
0xC00CE154 | '%1'은(는) 중복된 XSD 요소입니다. |
'%1' is a duplicate XSD element. |
0xC00CE155 | 스키마에는 적어도 파티클이 하나 이상 있어야 합니다. |
Schema must contain at least one particle. |
0xC00CE157 | 은(는) 해당 콘텐츠 모델과 마찬가지로 그룹 입자와 또는 를 함께 가질 수 없습니다. |
can not have group particles and one of or together as its content model. |
0xC00CE158 | 은(는) 해당 콘텐츠 모델과 마찬가지로 여러 그룹 입자를 가질 수 없습니다. |
cannot have multiple group particles as its content model. |
0xC00CE159 | 은 , 또는 입자를 두 개 이상 가질 수 없습니다. |
can not have more than one , or particle. |
0xC00CE15A | '요소' 콘텐츠에서 형식이 정의된 후에는 , 및 를 사용할 수 없습니다. |
, and cannot appear after type definition in an 'element' content. |
0xC00CE15B | 형식 파생이 잘못되었으며, 기본 유형의 \"final\" 특성에 'list'가 포함되어 있습니다. |
Invalid type derivation, 'final' attribute of base type includes 'list'. |
0xC00CE15C | 공통 스키마 구성 요소이므로 XMLSchemaCache를 병합할 수 없습니다. |
Unable to merge XMLSchemaCache because of the common schema components. |
0xC00CE15D | 선언되지 않은 XSD 요소: '%1'. |
Undeclared XSD element : '%1'. |
0xC00CE15E | 선언되지 않은 XSD 특성: '%1'. |
Undeclared XSD attribute : '%1'. |
0xC00CE15F | 선언되지 않은 XSD 형식: '%1'. |
Undeclared XSD type : '%1'. |
0xC00CE160 | 선언되지 않은 XSD 동급 클래스: '%1'. |
Undeclared XSD equivalence class : '%1'. |
0xC00CE161 | ID에서 파생된 형식 목록에 의한 파생은 지원되지 않습니다. |
Derivation by list from types derived from ID is not supported. |
0xC00CE162 | 특성 없음: '%1'. |
Missing attribute: '%1'. |
0xC00CE165 | 'xmlns'는 특성 선언 이름으로 사용할 수 없습니다. |
'xmlns' cannot be used as the name of an attribute declaration. |
0xC00CE166 | 'type'은 'simpleType' 또는 'complexType'과 함께 있을 수 없습니다. |
'type' cannot be present with either 'simpleType' or 'complexType'. |
0xC00CE167 | : %1에 'fixed' 및 'default' 값이 함께 있을 수 없습니다. |
The 'fixed' and 'default' values cannot both be present on : %1. |
0xC00CE169 | %1'이(가) '%3\"의 제약 조건 %2에 위반됩니다. |
'%1' violates %2 constraint of '%3'. |
0xC00CE16A | Union은 이 값을 지원하지 않습니다. |
Union doesn't support this value. |
0xC00CE16C | %1 제약 조건 패싯을 사용할 수 없습니다. |
%1 constraining facet is prohibited. |
0xC00CE16D | 중복된 %1 제약 조건 패싯입니다. |
Duplicate %1 constraining facet. |
0xC00CE16E | 'string' 및 해당 제한 사항에 의해 파생되는 형식이 아닌 모든 원자 데이터 형식의 경우, 공백 값은 'collapse'이며 변경할 수 없습니다. |
For all atomic datatypes other than 'string' (and types derived by restriction from it) the value of whiteSpace is 'collapse' and cannot be changed. |
0xC00CE16F | 'length' 값은 'minLength'와 'maxLength' 사이에 있어야 합니다. |
Value of 'length' should be between 'minLength' and 'maxLength'. |
0xC00CE170 | 알 수 없는 패싯입니다. |
Unknown facet. |
0xC00CE171 | length'와 'minLength' 또는 'maxLength'가 함께 있어 오류가 발생했습니다. |
It is an error for both 'length' and 'minLength' or 'maxLength' to be present. |
0xC00CE172 | minLength가 maxLength보다 큽니다. |
minLength is greater than maxLength. |
0xC00CE173 | fractionDigits가 totalDigits보다 큽니다. |
fractionDigits is greater than totalDigits. |
0xC00CE174 | 값은 비어 있을 수 없습니다. |
Value cannot be empty. |
0xC00CE175 | '%1'에 선언된 네임스페이스가 없습니다. |
'%1' has no declared namespace. |
0xC00CE176 | 재정의가 잘못되어 입자 파생에 실패했습니다. |
Invalid redefine, particle derivation failed. |
0xC00CE177 | 재정의가 잘못되었습니다. 자기 참조는 여러 번 허용되지 않습니다. |
Invalid redefine: multiple self reference is not allowed. |
0xC00CE17A | 목록 데이터 형식은 원자 데이터 형식이나 원자 데이터 형식의 통합으로부터 파생되어야 합니다. |
List datatype must be derived from an atomic datatype or a union of atomic datatypes. |
0xC00CE17C | 같은 데이터 형식에 maxInclusive 및 maxExclusive를 함께 지정하면 오류가 발생합니다. |
It is an error for both maxInclusive and maxExclusive to be specified for the same datatype. |
0xC00CE17D | 같은 데이터 형식에 minInclusive 및 minExclusive를 함께 지정하면 오류가 발생합니다. |
It is an error for both minInclusive and minExclusive to be specified for the same datatype. |
0xC00CE17E | minInclusive에 지정된 값이 같은 데이터 형식의 maxInclusive에 지정된 값보다 크면 오류가 발생합니다. |
It is an error for the value specified for minInclusive to be greater than the value specified for maxInclusive for the same datatype. |
0xC00CE17F | minExclusive에 지정된 값이 같은 데이터 형식의 maxExclusive에 지정된 값보다 크면 오류가 발생합니다. |
It is an error for the value specified for minExclusive to be greater than the value specified for maxExclusive for the same datatype. |
0xC00CE181 | NOTATION을 스키마에 직접 사용하면 오류가 발생합니다. 열거 값을 지정하여 NOTATION에서 파생된 데이터 형식만 스키마에 사용할 수 있습니다. 또한 모든 열거 패싯 값은 현재 스키마에서 선언된 노테이션 이름과 일치해야 합니다. |
It is an error for NOTATION to be used directly in a schema. Only datatypes that are derived from NOTATION by specifying a value for enumeration can be used in a schema. Furthermore, the value of all enumeration facets must match the name of a notation declared in the current schema. |
0xC00CE182 | 제공된 '%1' 네임스페이스가 스키마의 '%2' targetNamespace와 다릅니다. |
The namespace '%1' provided differs from the schema's targetNamespace '%2' . |
0xC00CE183 | 값이 '%2'인 '%1' 특성을 구문 분석하는 데 실패했습니다. |
The attribute '%1' with value '%2' failed to parse. |
0xC00CE184 | 값이 '%2'인 '%1' 요소를 구문 분석하는 데 실패했습니다. |
The element '%1' with value '%2' failed to parse. |
0xC00CE185 | 의 '%1' 요소는 이미 정의되어 있습니다. |
The element: '%1' in is already defined. |
0xC00CE187 | 파티클이나 특성 및 '%1'은(는) 함께 사용할 수 없습니다. |
particle or attributes and '%1' are mutually exclusive. |
0xC00CE188 | 패싯에 값 특성이 있어야 합니다. |
value attribute has to be present in facet. |
0xC00CE189 | FractionDigits는 10진수가 아닌 형식에서는 0과 같아야 합니다. |
FractionDigits should be equal to 0 on types other then decimal. |
0xC00CE18C | maxOccurs 특성은 xsd:nonNegativeInteger 또는 'unbounded'이어야 합니다. |
The maxOccurs attribute must be an xsd:nonNegativeInteger or 'unbounded'. |
0xC00CE18D | minOccurs 특성은 xsd:nonNegativeInteger이어야 합니다. |
The minOccurs attribute must be xsd:nonNegativeInteger. |
0xC00CE18E | simpleType은 제한의 첫 번째 하위 항목이어야 합니다. |
simpleType should be the first child of restriction. |
0xC00CE18F | 컨텐트 모델에 %1 요소가 이미 있습니다. |
The %1 element already exists in the content model. |
0xC00CE190 | 파티클은 특성이나 anyAttribute 다음에 올 수 없습니다. |
Particle cannot follow attributes or anyAttribute. |
0xC00CE191 | Facet은 특성, attributeGroup 또는 anyAttribute 앞에 와야 합니다. |
Facet should go before attribute, attributeGroup or anyAttribute. |
0xC00CE192 | anyAttribute는 마지막 하위 항목이어야 합니다. |
anyAttribute has to be the last child. |
0xC00CE193 | '%1'과(와) 컨텐트 모델은 동시 적용할 수 없습니다. |
'%1' and content model are mutually exclusive. |
0xC00CE194 | 스키마가 명확하지 않습니다.요소 또는 네임스페이스 [%1]에 문제가 발생했습니다. |
Schema is non-deterministic.Problem occurs with element or namespaces [%1]. |
0xC00CE195 | '%2'의 내용이 없습니다. . |
'%2' is in nil content: . |
0xC00CE196 | 'NOTATION' 형식은 특성에만 사용해야 합니다. |
The 'NOTATION' type should be used only on attributes. |
0xC00CE197 | 정규 식 오류: '%1'. |
Regular expression failure: '%1'. |
0xC00CE198 | '%1' 특성이 정의되지 않았습니다. |
Attribute '%1' is not defined. |
0xC00CE199 | '%1' 값은 이 컨텍스트의 'namespace' 특성에 사용할 수 없습니다. |
'%1' is not a valid value for the 'namespace' attribute in this context. |
0xC00CE19A | 스키마에 'targetNamespace' 특성이 없는 경우 가져오기 요소에 'namespace' 특성이 없으면 오류가 발생합니다. |
It is an error for the 'namespace' attribute not to be present on an import element when the schema does not have a 'targetNamespace' attribute. |
0xC00CE19B | 가져오기 요소의 'namespace' 특성 값은 '%1'이며, 이 값은 삽입한 스키마의 'targetNamespace' 특성 값과 일치합니다. |
The value of the 'namespace' attribute on an import element was '%1', matching the value of the enclosing schema's 'targetNamespace' attribute. |
0xC00CE19C | '%1'에 대한 스키마 선언이 없습니다. |
Schema declaration for '%1' is not found. |
0xC00CE19D | 컬렉션에 %1이(가) 없습니다. |
%1 is not found in the collection. |
0xC00CE19E | 스키마 개체 모델에서는 '%1' 데이터 형식의 유효성 검사를 지원하지 않습니다. |
Schema Object Model does not support validation of '%1' data types. |
0xC00CE19F | ID 제약 조건 '%1'이(가) 완전하지 않습니다. |
The identity constraint '%1' is incomplete. |
0xC00CE1A0 | '%1' 키가 없거나 ID 제약 조건 '%2'에 대해 완전하지 않습니다. |
The key '%1' is missing or incomplete for the Identity Constraint '%2'. |
0xC00CE1A1 | '%1'은(는) %2 ID 제약 조건 '%3'에 대해 중복 키입니다. |
'%1' is a duplicate key for the %2 Identity Constraint '%3'. |
0xC00CE1A2 | '%1' keyref는 ID 제약 조건 '%2'에 대해 키로 확인되지 않습니다. |
The keyref '%1' does not resolve to a key for the Identity Constraint '%2'. |
0xC00CE1A3 | minInclusive에 지정된 값이 같은 데이터 형식의 maxExclusive에 지정된 값보다 크거나 같으면 오류가 발생합니다. |
It is an error for the value specified for minInclusive to be greater than or equal to the value specified for maxExclusive for the same datatype. |
0xC00CE1A4 | minExclusive에 지정된 값이 같은 데이터 형식의 maxInclusive에 지정된 값보다 크거나 같으면 오류가 발생합니다. |
It is an error for the value specified for minExclusive to be greater than or equal to the value specified for maxInclusive for the same datatype. |
0xC00CE1A5 | '%1'은(는) 잘못된 네임스페이스 URI입니다. |
'%1' is an invalid namespace URI. |
0xC00CE1A6 | ID 제약 조건 요소에 선택기가 두 개 이상 있으면 오류가 발생합니다. |
It is an error for an identity-constraint element to have more than one selector. |
0xC00CE1A7 | 필드 요소가 ID 제약 조건 요소의 선택기 앞에 나타나면 오류가 발생합니다. |
It is an error for a field element to appear before the selector of an identity-constraint element. |
0xC00CE1A8 | 이름이 '%1'인 ID 제약 조건 요소가 두 개 이상 있습니다. |
There is more than one identity-constraint element with a name of '%1'. |
0xC00CE1A9 | ID 제약 조건 요소에 필요한 '%1' 특성이 없습니다. |
An identity-constraint element is missing the required '%1' attribute. |
0xC00CE1AA | 잘못된 제한: '%1'에 대한 값 '%2'은(는) 기본 유형의 %3보다 클 수 없습니다. |
Invalid restriction : value '%2' for '%1' can not be greater than %3 of the base type. |
0xC00CE1AB | 잘못된 제한: '%1'에 대한 값 '%2'은(는) 기본 유형의 %3보다 작을 수 없습니다. |
Invalid restriction : value '%2' for '%1' can not be less than %3 of the base type. |
0xC00CE1AC | 잘못된 제한: '%1'에 대한 값 '%2'은(는) 기본 유형의 %3보다 크거나 같을 수 없습니다. |
Invalid restriction : value '%2' for '%1' can not be greater than or equal to %3 of the base type. |
0xC00CE1AD | 잘못된 제한: '%1'에 대한 값 '%2'은(는) 기본 유형의 %3보다 작거나 같을 수 없습니다. |
Invalid restriction : value '%2' for '%1' can not be less than or equal to %3 of the base type. |
0xC00CE1AE | '%1' keyref ID 제약 조건 정의에 '%2' 참조 특성은 있지만 일치하는 키나 고유 정의는 없습니다. |
The '%1' keyref identity-constraint definition has a refer attribute of '%2', but no matching key or unique definition was found. |
0xC00CE1AF | '%1' keyref ID 제약 조건 정의에 있는 필드 수가 해당 참조 ID 제약 조건인 '%2'의 필드 수와 다릅니다. |
The '%1' keyref identity-constraint definition has a different number of fields than its referenced identity-constraint, '%2'. |
0xC00CE1B0 | 잘못된 %1 XPath 식: '%2'. |
Invalid %1 XPath expression: '%2'. |
0xC00CE1B1 | 이미 XMLSchemaCache에 있는 스키마 구성 요소는 다시 정의할 수 없습니다. |
A schema component already in the XMLSchemaCache can not be redefined. |
0xC00CE1B2 | '%1'은(는) URL로 변경할 수 없습니다. |
Unable to resolve '%1' to a URL. |
0xC00CE1B3 | anySimpleType'에서는 제한에 의한 파생을 사용할 수 없습니다. |
Derivation by restriction from 'anySimpleType' is not allowed. |
0xC00CE1B4 | 스키마 개체 모델에서는 Complex 형식의 유효성 검사를 지원하지 않습니다. |
Schema Object Model does not support validation of Complex types. |
0xC00CE1B5 | 'redefine' 요소는 이 위치에 나타날 수 없습니다. |
A 'redefine' element cannot appear at this location. |
0xC00CE1B6 | 필드 XPath 식인 '%1'이(가) ID 제약 조건 '%2'에 대해 둘 이상의 노드로 평가되었습니다. |
The field XPath expression '%1' evaluated to more than one node for identity-constraint '%2'. |
0xC00CE1B7 | 'open' 모델은 content = 'empty' 또는 'text-only'인 ElementType에 유효하지 않습니다. |
An 'open' model is not valid on an ElementType with content = 'empty' or 'text-only'. |
0xC00CE1B8 | '%1' 특성이 이미 있습니다. |
Attribute '%1' already exists. |
0xC00CE1B9 | '%1' attributeGroup이 정의되지 않았습니다. |
attributeGroup '%1' is not defined. |
0xC00CE1BA | 잘못된 특성 확장: 기본 특성: '%1', 파생 특성 '%1'. |
Invalid attribute extension: base attribute: '%1', derived attribute '%1'. |
0xC00CE1BB | 스키마에 가져온 스키마와 동일한 targetNamespace가 있습니다. '%1'. |
Schema has the same targetNamespace as the imported schema : '%1'. |
0xC00CE1BC | 'substitution' 값은 '%1' 특성에 사용할 수 없습니다. |
'substitution' is invalid value for '%1' attribute. |
0xC00CE1BD | 을(를) 확인할 수 없습니다. |
Could not resolve . |
0xC00CE1BE | 순환 %1 참조는 허용되지 않습니다. '이름 = %2'. |
Circular %1 reference is not allowed, 'name = %2'. |
0xC00CE1BF | '%2'(이)라는 이름의 에 대해 여러 정의가 에 있습니다. |
Multiple definitions for with name '%2' found in . |
0xC00CE1C0 | 재정의할 '%2'(이)라는 이름의 을(를) 찾을 수 없습니다. |
Cannot find a with name '%2' to redefine. |
0xC00CE1C1 | 재정의가 잘못되었습니다. |
Invalid redefine. |
0xC00CE1C2 | simpleType 및 complexType 간에는 재정의가 허용되지 않습니다.simpleType: '%1'complexType: '%2'. |
Redefine is not allowed between simpleType and complexType.simpleType: '%1'complexType: '%2'. |
0xC00CE1C3 | 요소 이름이 있어야 합니다. |
Element name must be present. |
0xC00CE1C4 | 특성 이름이 있어야 합니다. |
Attribute name must be present. |
0xC00CE1C5 | 에 {'ref' = %1} 특성이 있으면 'simpleType', 'form', 'type', 'value' 및 'use'는 모두 없어야 합니다. |
If {'ref' = %1} attribute is present on an , then all of 'simpleType', 'form', 'type', 'value' and 'use' must be absent. |
0xC00CE1C6 | 스키마의 targetNamespace 특성은 'http://www.w3.org/2001/Schema-instance'와 일치하면 안 됩니다. |
Schema's targetNamespace attribute must not match 'http://www.w3.org/2001/Schema-instance'. |
0xC00CE1C7 | 동일한 에 'default' 및 'fixed' 값이 함께 있을 수 없습니다. %1. |
'default' and 'fixed' values can not exist together on the same : %1. |
0xC00CE1C8 | 'default' 값이 있으면 'use'는 'optional'이거나 에 없어야 합니다. %1. |
If 'default' value exists, 'use' must be either 'optional' or absent on : %1. |
0xC00CE1C9 | {ref = '%1'}이(가) 있으면 에'minOccurs', 'maxOccurs', 'id' 및 'annotation'만 허용됩니다. |
If {ref = '%1'} is present, only 'minOccurs', 'maxOccurs', 'id' and 'annotation' are allowed on an . |
0xC00CE1CA | 는 '%1' 제약 조건에 있어야 합니다. |
must be present in constraint '%1'. |
0xC00CE1CB | '%1' 제약 조건에 가 최소한 하나 이상 있어야 합니다. |
At least one must be present in constraint '%1'. |
0xC00CE1CC | 에 'refer' 특성이 있어야 합니다. %1. |
'refer' attribute must be present on : %1. |
0xC00CE1CD | 동일 스키마 문서는 여러 요소에 의해 참조될 수 없습니다. |
The same schema document cannot be referenced by multiple elements. |
0xC00CE1CE | 내용이 없습니다. |
content is missing. |
0xC00CE1CF | 을 재정의하는 동안에는 'name' = '%1'이고 'use' = 'required'인 기본 에 해당 파생 가 없습니다. |
The base with 'name' = '%1' and 'use' = 'required' does not have a corresponding derived while redefining . |
0xC00CE1D0 | 'base' 특성이나 하위 항목 중 하나만 있어야 합니다. |
Either 'base' attribute or child must be present, but not both. |
0xC00CE1D1 | 'itemType' 특성이나 하위 항목 중 하나만 있어야 합니다. |
Either 'itemType' attribute or child must be present, but not both. |
0xC00CE1D2 | 'memberTypes' 특성이 비어 있지 않거나 하위 항목이 최소한 하나 이상 있어야 합니다. |
Either the 'memberTypes' attribute must be non-empty or there must be at least one child. |
0xC00CE1D4 | 파티클에 필요한 'name' 특성이 없습니다. |
Required attribute 'name' is missing on particle. |
0xC00CE1D5 | 파티클이 없습니다. |
particle is missing. |
0xC00CE1D6 | 에 'name' 특성이 있어야 합니다. |
must have 'name' attribute. |
0xC00CE1D7 | 에 'public' 또는 'system' 특성 중 하나가 있어야 합니다. |
One of 'public' or 'system' attributes must be present on . |
0xC00CE1D8 | 'minOccurs' 'maxOccurs'. |
'minOccurs' 'maxOccurs'. |
0xC00CE1D9 | 에는 'minOccurs' = (0 또는 1) 및 'maxOccurs' = 1이 있어야 합니다. |
must have 'minOccurs' = (0 or 1) and 'maxOccurs' = 1. |
0xC00CE1DA | 그룹에 있는 모든 파티클의 'maxOccurs'는 0 아니면 1이어야 합니다. |
'maxOccurs' of all the particles in an group must be either 0 or 1. |
0xC00CE1DB | 잘못된 : %1. |
Invalid : %1. |
0xC00CE1DC | 중복 ID 특성: id = '%1'. |
Duplicate id attribute : id = '%1'. |
0xC00CE1DD | 선언되지 않은 참조: '%2'. |
Reference to undeclared : '%2'. |
0xC00CE1DE | 요소 '%1'은(는) substitutionGroup '%2'의 구성원이 될 수 없습니다. |
Element '%1' is not allowed to be a member of substitutionGroup '%2'. |
0xC00CE1DF | {attribute uses}의 두 개별 구성원에 있는 {type definition}이 자체 ID 또는 파생된 것이면 안 됩니다. : '%1'. |
Two distinct members of the {attribute uses} must not have {type definition}s which are or are derived from ID. : '%1'. |
0xC00CE1E0 | 형식 파생은 허용되지 않습니다.기본 형식: '%1'파생 형식: '%2' |
Type derivation is not allowed.Base type : '%1'Derived type : '%2' |
0xC00CE1E1 | 기본 형식 '%1'에 간단한 컨텐트가 있어야 합니다. |
Base type '%1' must have a simple content. |
0xC00CE1E2 | 정의되지 않은 '%1'이(가) 기본 형식으로 사용됩니다. |
Undefined , '%1' is used as a base type. |
0xC00CE1E3 | 확장에 의한 파생은 허용되지 않습니다.기본 형식: '%1'파생 형식: '%2' |
Derivation by extension is not allowed.Base type : '%1'Derived type : '%2' |
0xC00CE1E4 | 제한에 의한 파생은 허용되지 않습니다.기본 형식: '%1'파생 형식: '%2' |
Derivation by restriction is not allowed.Base type : '%1'Derived type : '%2' |
0xC00CE1E5 | 파생 형식과 기본 형식의 컨텐트 형식이 같아야 합니다.기본 형식: '%1'파생 형식: '%2' |
Derived type and the base type must have the same content type.Base type : '%1'Derived type : '%2' |
0xC00CE1E6 | 제한에 의한 잘못된 컨텐트 형식 파생입니다.기본 형식: '%1'파생 형식: '%2' |
Invalid content type derivation by restriction.Base type : '%1'Derived type : '%2' |
0xC00CE1E7 | 제한에 의한 잘못된 파티클 파생입니다.기본 형식: '%1'파생 형식: '%2' |
Invalid particle derivation by restriction.Base type : '%1'Derived type : '%2' |
0xC00CE1E8 | 에 대한 참조가 루트 파티클이 아니거나 확장으로 사용되고 있습니다. |
reference to is not the root particle or being used as an extension. |
0xC00CE1E9 | 에 대한 참조에 {max occurs} = 1이 있어야 합니다. |
reference to must have {max occurs} = 1. |
0xC00CE1EA | 이 의 유일한 파티클이 아니거나 확장으로 사용되고 있습니다. |
is not the only particle in a or being used as an extension. |
0xC00CE1EB | 기본 는 파생 의 상위 집합이어야 합니다. |
Base must be a superset of derived . |
0xC00CE1EC | 잘못된 특성 제한 { : '%1'}은(는) 기본 형식에 없습니다. |
Invalid attribute restriction, { : '%1'} is not found in the base. |
0xC00CE1ED | 잘못된 특성 제한 { : '%1'} 은(는) 기본 형식에서 사용할 수 없습니다. |
Invalid attribute restriction, { : '%1'} is prohibited in base. |
0xC00CE1EE | 기본 형식으로부터의 잘못된 특성 제한, 잘못된 파생입니다. : '%1'. |
Invalid attribute restriction, invalid derivation from the base. : '%1'. |
0xC00CE1EF | 표시할 수 없는 의 결과입니다. |
Result to unexpressible . |
0xC00CE1F0 | 잘못된 를 참조합니다. '%1'. |
Reference to invalid : '%1'. |
0xC00CE1F2 | 'default' 또는 'fixed' 값 오류입니다. |
'default' or 'fixed' value error. |
0xC00CE1F3 | 같은 범위에서 '%1'(이)라는 같은 이름을 갖는 요소는 형식이 같아야 합니다. |
In the same scope elements with the same name, '%1', have to be the same type. |
0xC00CE1F5 | '%1' 네임스페이스에 대한 스키마 선언이 없습니다. |
Schema declaration for namespace '%1' is not found. |
0xC00CE1F6 | 기본 형식의 컨텐트 형식이 간단한 형식 정의가 아닌 경우 간단한 컨텐트 제한에 간단한 형식 자식이 있어야 합니다. |
Simple content restriction must have a simple type child if content type of the base type is not a simple type definition. |
0xC00CE1F7 | 파생된 형식의 는 불충분한 'processContents'를 가질 수 없습니다. |
Derived type's can not have a weaker 'processContents'. |
0xC00CE1F8 | ID 제약 조건 '%1'이(가) 키가 아닌 ID 제약 조건 '%2'을(를) 참조합니다. |
The identity constraint '%1' is refering to a non-key identity constraint '%2'. |
0xC00CE1F9 | '%1' 형식이 선언되지 않았거나 simpleType이 아닙니다. |
Type '%1' is either not declared or not a simpleType. |
0xC00CE1FA | '공백' 제한 사항이 유효하지 않습니다.기본 유형은 {value}: '%1'입니다.파생 유형은 {value}: '%2'입니다. |
'whiteSpace' restriction is invalid.Base type {value}: '%1'.Derived type {value}: '%2'. |
0xC00CE1FB | xsd:ID 형식이나 xsd:ID에서 파생된 형식의 또는 에는 값 제약 조건이 없어야 합니다. |
An or of type xsd:ID or derived from xsd:ID, should not have a value constraint. |
0xC00CE200 | '%1' ID가 중복되었습니다. |
The ID '%1' is duplicated. |
0xC00CE201 | '%1'을(를) %2 데이터 형식으로 구문 분석하는 동안 오류가 발생했습니다. |
Error parsing '%1' as %2 datatype. |
0xC00CE202 | '%1' 네임스페이스에 충돌이 있습니다. |
There was a Namespace conflict for the '%1' Namespace. |
0xC00CE204 | 개체 값을 가진 특성을 확장할 수 없습니다. |
Unable to expand an attribute with Object value |
0xC00CE205 | 요소 한 개에 두 개의 데이터 형식 특성을 가질 수 없습니다. |
Can not have 2 datatype attributes on one element. |
0xC00CE206 | 삽입 위치 노드가 없습니다. |
Insert position node not found |
0xC00CE207 | 노드가 없습니다. |
Node not found |
0xC00CE208 | 이 작업은 %1 형식의 노드를 사용하여 수행할 수 없습니다. |
This operation can not be performed with a node of type %1. |
0xC00CE209 | '%1'은(는) XML 선언에 대한 올바른 특성이 아닙니다.'version', 'encoding', 또는 'standalone' 특성만 허용됩니다. |
'%1' is not a valid attribute on the XML Declaration.Only 'version', 'encoding', or 'standalone' attributes are allowed. |
0xC00CE20A | 노드 또는 이 노드의 상위 노드를 하위 항목으로 삽입할 수 없습니다. |
Inserting a node or its ancestor under itself is not allowed. |
0xC00CE20B | 삽입 위치 노드는 삽입할 상위 노드의 하위 노드여야 합니다. |
Insert position node must be a Child of the node to insert under. |
0xC00CE20C | 형식이 '%1'인 노드에서는 특성을 사용할 수 없습니다. |
Attributes are not allowed on nodes of type '%1'. |
0xC00CE20D | 매개 변수 노드는 이 노드의 하위 노드가 아닙니다. |
The parameter node is not a child of this node. |
0xC00CE20E | '%1' 형식의 노드를 만들려면 유효한 이름을 지정해야 합니다. |
To create nodes of type '%1', a valid name must be specified. |
0xC00CE20F | 예상치 않은 네임스페이스 매개 변수입니다. |
Unexpected NameSpace parameter. |
0xC00CE210 | 필요한 매개 변수가 없습니다(Null이거나 비어 있습니다). |
Required parameter is missing (or null/empty). |
0xC00CE211 | 네임스페이스 노드가 잘못되었습니다. |
Namespace node is invalid. |
0xC00CE212 | 읽기 전용 노드를 수정하려고 합니다. |
Attempt to modify a read-only node. |
0xC00CE213 | 액세스가 거부되었습니다. |
Access Denied. |
0xC00CE214 | 다른 노드에 추가하기 전에 특성을 제거해야 합니다. |
Attributes must be removed before adding them to a different node. |
0xC00CE215 | '%1' 형식의 노드에 대한 데이터가 잘못되었습니다. |
Invalid data for a node of type '%1'. |
0xC00CE216 | 호출자가 작업을 취소했습니다. |
Operation aborted by caller. |
0xC00CE217 | 노드 목록 반복기 위치를 복구할 수 없습니다. |
Unable to recover node list iterator position. |
0xC00CE218 | 오프셋은 0이거나 데이터 문자 수보다 작거나 같은 양수여야 합니다. |
The offset must be 0 or a positive number that is not greater than the number of characters in the data. |
0xC00CE219 | 제공된 노드는 이 노드에 지정된 특성이 아닙니다. |
The provided node is not a specified attribute on this node. |
0xC00CE21A | DOCTYPE 노드에서 이 작업을 수행할 수 없습니다. |
This operation can not be performed on DOCTYPE node. |
0xC00CE21B | 문서에서 서로 다른 스레드 모델을 혼합할 수 없습니다. |
Cannot mix different threading models in document. |
0xC00CE21C | '%1' 데이터 형식은 지원하지 않습니다. |
Datatype '%1' is not supported. |
0xC00CE21D | 속성 이름이 잘못되었습니다. |
Property name is invalid. |
0xC00CE21E | 잘못된 속성 값입니다. |
Property value is invalid. |
0xC00CE21F | 개체는 읽기 전용입니다. |
Object is read-only. |
0xC00CE220 | XMLSchemaCache 스키마 컬렉션만 사용할 수 있습니다. |
Only XMLSchemaCache schema collections can be used. |
0xC00CE223 | 문서가 정확히 하나의 루트 요소를 포함하고 있지 않기 때문에 확인하지 못했습니다. |
Validate failed because the document does not contain exactly one root node. |
0xC00CE224 | DTD/스키마 선언을 찾을 수 없으므로 노드의 유효성을 알 수 없습니다. |
The node is neither valid nor invalid because no DTD/Schema declaration was found. |
0xC00CE225 | 확인하지 못했습니다. |
Validate failed. |
0xC00CE226 | 인덱스는 목록의 끝을 넘어 참조합니다. |
Index refers beyond end of list. |
0xC00CE227 | '%1' 형식의 노드는 '%2' 이름을 가질 수 없습니다. |
A node of type '%1' cannot have the name '%2'. |
0xC00CE228 | 필요한 속성에 유효한 값이 없습니다. |
Required property does not have a valid value. |
0xC00CE229 | 변환이 진행 중인 동안 작업이 잘못되었습니다. |
Illegal operation while a transformation is currently in progress. |
0xC00CE22A | 사용자가 변환을 중단했습니다. |
User aborted transform. |
0xC00CE22B | 문서를 완전히 구문 분석하지 못했습니다. |
Document is not completely parsed. |
0xC00CE22C | 이 개체는 '%1' 이벤트를 싱크할 수 없습니다. 개체의 IDispatch 인터페이스를 마샬링하는 동안 오류가 발생했습니다. |
This object cannot sink the '%1' event. An error occurred marshalling the object's IDispatch interface. |
0xC00CE22D | XSLTemplate 개체와 함께 사용하려면 XSL 스타일시트 문서의 스레드가 해제되어야 합니다. |
The XSL stylesheet document must be free threaded in order to be used with the XSLTemplate object. |
0xC00CE22E | SelectionNamespaces 속성 값이 잘못되었습니다. 제대로 형식을 갖춘 xmlns 특성만 허용됩니다. |
SelectionNamespaces property value is invalid. Only well-formed xmlns attributes are allowed. |
0xC00CE22F | 이 이름에 '%2' 문자가 없을 수 있습니다.%1--%2 |
This name may not contain the '%2' character:%1--%2 |
0xC00CE230 | 이 이름이 '%2' 문자로 시작하지 않을 수 있습니다.%1--%2 |
This name may not begin with the '%2' character:%1--%2 |
0xC00CE231 | 비어 있는 문자열 ''은 잘못된 이름입니다. |
An empty string '' is not a valid name. |
0xC00CE232 | 문서를 비동기적으로 로드할 때는 ServerHTTPRequest 속성을 사용할 수 없으며 Windows NT 4.0 이상에서만 지원됩니다. |
The ServerHTTPRequest property can not be used when loading a document asynchronously and is only supported on Windows NT 4.0 and above. |
0xC00CE233 | SAX에서 DOM을 만드는 경우 지원되지 않습니다. |
Not supported when building DOM from SAX. |
0xC00CE234 | startDocument()가 호출되어야 '%1' 메서드를 사용할 수 있습니다. |
Method '%1' not valid until after startDocument() is called. |
0xC00CE235 | 예기치 않은 '%1()' 메서드입니다. |
Method '%1()' unexpected. |
0xC00CE236 | 예기치 않은 '%1()' 메서드입니다. '%2()'이(가) 와야 합니다. |
Method '%1()' unexpected. Expecting '%2()'. |
0xC00CE237 | 전달된 버퍼 길이가 부족합니다. |
The buffer passed in has insufficient length. |
0xC00CE238 | 네임스페이스 관리자에 표시할 컨텍스트가 없습니다. |
There are no contexts left to pop in the Namespace Manager. |
0xC00CE239 | '%1' 접두사는 다시 선언할 수 없습니다. 네임스페이스 관리자는 덮어쓰기 모드가 아닙니다. |
The prefix '%1' can not be redeclared. The Namespace Manager is not in override mode. |
0xC00CE23A | 다른 버전의 MSXML 개체를 혼합하면 오류가 발생합니다. |
It is an error to mix objects from different versions of MSXML. |
0xC00CE23B | 현재 운영 체제에는 WINHTTP.DLL이 없습니다. ServerXMLHTTP 개체를 사용하려면 WINHTTP.DLL이 등록되어 있어야 합니다. |
Current operating system does not have WINHTTP.DLL. WINHTTP.DLL must be registered to use the ServerXMLHTTP object. |
0xC00CE23C | XSLPattern 선택 언어는 이 버전의 MSXML에서 지원되지 않습니다. |
The XSLPattern selection language is not supported in this version of MSXML. |
0xC00CE23D | NewParser 옵션이나 MXXMLWriter를 사용하여 DOMDocument를 작성하는 동안 DTD 유효성 검사는 지원되지 않습니다. |
DTD Validation when using the NewParser option or MXXMLWriter to build a DOMDocument is not supported. |
0xC00CE23E | 이 문서에 속하지 않은 노드가 제공되어 유효성 검사에 실패했습니다. |
Validate failed because the node provided does not belong to this document. |
0xC00CE23F | 이 메서드는 MultipleErrorMessages 속성을 활성화할 경우 최상위 수준 오류 개체에서만 호출할 수 있습니다. |
This method can only be called from top level error object when the MultipleErrorMessages property is enabled. |
0xC00CE240 | 스키마 '%1'을(를) 로드하는 동안 다음과 같은 오류가 발생했습니다. |
While loading schema '%1' following error has occured: |
0xC00CE241 | 'importNode'의 값이 true가 되려면 'deep' 매개 변수가 필요합니다. |
'importNode' requires the 'deep' parameter to be true. |
0xC00CE300 | XSL 프로세서 스택 오버플로입니다. 템플릿이 무한 반복되기 때문인 것 같습니다. |
The XSL processor stack has overflowed - probable cause is infinite template recursion. |
0xC00CE301 | %1 키워드는 여기에서 사용할 수 없습니다. |
Keyword %1 may not be used here. |
0xC00CE303 | XSL 스타일시트의 루트는 요소이어야 합니다. |
The root of an XSL stylesheet must be an element. |
0xC00CE304 | %1 키워드는 %2 다음에 오지 않습니다. |
Keyword %1 may not follow %2. |
0xC00CE305 | %1은(는) 스크립트 언어가 아닙니다. |
%1 is not a scripting language. |
0xC00CE306 | formatIndex에 전달된 값은 0보다 커야 합니다. |
The value passed in to formatIndex needs to be greater than 0. |
0xC00CE307 | 형식 문자열이 잘못되었습니다. |
Invalid format string. |
0xC00CE308 | 줄 = %1, 열 = %2(줄은 스크립트 블럭 시작으로부터 오프셋됨). |
line = %1, col = %2 (line is offset from the start of the script block). |
0xC00CE309 | 속성 또는 메서드 호출에서 반환된 오류입니다. |
Error returned from property or method call. |
0xC00CE30A | 시스템 오류: %1. |
System error: %1. |
0xC00CE30B | %1 키워드는 %3을(를) 포함할 수 없습니다. |
Keyword %1 may not contain %3. |
0xC00CE30C | %1 키워드는 %2 네임스페이스에서 사용할 수 없습니다. |
Keyword %1 may not be used in namespace %2. |
0xC00CE30D | '%1' 특성의 값은 '%2' 또는 '%3'만 될 수 있습니다. |
The value of the '%1' attribute may only be '%2' or '%3'. |
0xC00CE30F | 스타일시트 '%1'은(는) 직접적으로나 간접적으로 그 자체를 포함할 수 없습니다. |
Stylesheet '%1' cannot directly or indirectly include itself. |
0xC00CE310 | '%1'은(는) 유효하지 않은 URL 입니다. |
'%1' is not a valid URL. |
0xC00CE311 | 스타일시트에 문서 요소가 들어 있지 않습니다. 스타일시트가 비어 있거나 제대로 구성된 XML 문서가 아닐 수 있습니다. |
The stylesheet does not contain a document element. The stylesheet may be empty, or it may not be a well-formed XML document. |
0xC00CE312 | %1'을(를) 구문 분석하는 동안 오류가 발생했습니다. %2 |
Error while parsing '%1'. %2 |
0xC00CE313 | '%1'은(는) 유효한 우선 순위 값이 아닙니다. |
'%1' is not a valid priority value. |
0xC00CE314 | 변수 또는 매개 변수 '%1'에 대한 참조는 노드 목록이어야 합니다. |
Reference to variable or parameter '%1' must evaluate to a node list. |
0xC00CE315 | 변수 또는 매개 변수 '%1'을(를) 같은 범위 내에서 두 번 정의할 수 없습니다. |
Variable or parameter '%1' cannot be defined twice within the same template. |
0xC00CE316 | 변수 또는 매개 변수 '%1'에 대한 정의를 확인할 수 없습니다. 변수 또는 매개 변수가 정의될 수 없거나 범위 내에 없을 수 있습니다. |
A reference to variable or parameter '%1' cannot be resolved. The variable or parameter may not be defined, or it may not be in scope. |
0xC00CE317 | '%1' 네임스페이스는 언어 특성의 값이 다른 스크립트 블록을 포함할 수 없습니다. |
Namespace '%1' cannot contain script blocks with different values of the language attribute. |
0xC00CE318 | '%1' 네임스페이스에는 함수가 들어 있지 않습니다. |
Namespace '%1' does not contain any functions. |
0xC00CE319 | '%1' 네임스페이스에는 '%2' 함수가 들어 있지 않습니다. |
Namespace '%1' does not contain function '%2'. |
0xC00CE320 | '%1' 함수가 값을 반환하지 않았거나 XSL 데이터 형식으로 변환될 수 없는 값을 반환했습니다. |
Function '%1' did not return a value, or it returned a value that cannot be converted to an XSL data type. |
0xC00CE321 | %1'%2' 속성 또는 메서드를 호출하는 동안 오류가 발생했습니다. |
%1Error occurred during a call to property or method '%2'. |
0xC00CE322 | %1'%3' 속성이나 메서드를 호출하는 동안 %2 매개 변수에 오류가 발생했습니다. |
%1Error occurred with parameter %2 during a call to property or method '%3'. |
0xC00CE323 | 값 '%2'은(는) '%1' 특성에 사용할 수 없는 잘못된 값입니다. |
The value '%2' is invalid for attribute '%1'. |
0xC00CE324 | 전역 변수 '%1'은(는) 그 자체에 직접 또는 간접 참조를 포함할 수 없습니다. 순환 정의를 사용할 수 없습니다. |
Global variable '%1' may not contain direct or indirect reference to itself. Circular definitions are not allowed. |
0xC00CE325 | %1 키워드는 %2 노드를 포함할 수 없습니다. |
Keyword %1 may not contain %2 nodes. |
0xC00CE326 | '%1' 변수 또는 매개 변수는 선택 특성과 비어 있지 않은 내용 둘 다 가질 수 없습니다. |
Variable or parameter '%1' cannot have both a select attribute and non-empty content. |
0xC00CE327 | '%1' 이름의 템플릿은 같은 가져오기 우선권으로 한번 이상 정의될 수 없습니다. |
Named template '%1' cannot be defined more than once with the same import precedence. |
0xC00CE328 | '%1' 이름의 템플릿은 스타일시트에 없습니다. |
Named template '%1' does not exist in the stylesheet. |
0xC00CE329 | '%1' 전역 변수 또는 매개 변수는 같은 가져오기 우선권으로 한번 이상 정의될 수 없습니다. |
Global variable or parameter '%1' cannot be defined more than once with the same import precedence. |
0xC00CE32A | xsl:apply-imports 명령은 특성이 일치하는 xsl:template 명령에서만 실행될 수 있으며 xsl:for-each 명령 내에서는 실행될 수 없습니다. |
The xsl:apply-imports instruction may only occur within an xsl:template instruction with a match attribute, and may not occur within an xsl:for-each instruction. |
0xC00CE32B | '%1' 특성 집합에 대한 참조를 확인할 수 없습니다. 이 이름을 가진 xsl:attribute-set는 스타일시트의 최상위 수준에서 선언해야 합니다. |
A reference to attribute set '%1' cannot be resolved. An xsl:attribute-set of this name must be declared at the top-level of the stylesheet. |
0xC00CE32C | '%1' 특성 집합이 직접적으로 또는 간접적으로 그 자신을 참조할 수 없습니다. |
Attribute set '%1' may not directly or indirectly reference itself. |
0xC00CE32D | %1포함되었거나 가져온 스타일시트 '%2'을(를) 컴파일하는 동안 오류가 발생했습니다. |
%1Error occurred during compilation of included or imported stylesheet '%2'. |
0xC00CE32E | '%2'에서 '%1' 특성이 잘못되었습니다. |
Attribute '%1' is invalid on '%2'. |
0xC00CE32F | xsl:choose는 적어도 하나의 xsl:when 자식이 있어야 합니다. |
xsl:choose must have at least one xsl:when child. |
0xC00CE330 | '%1'은(는) 잘못된 네임스페이스 접두사 값입니다. |
'%1' is not a valid namespace prefix value. |
0xC00CE331 | '%1' 요소는 인식된 확장 요소가 아닙니다. |
Element '%1' is not a recognized extension element. |
0xC00CE332 | 스타일시트 요소는 확장 요소가 될 수 없습니다. |
The stylesheet element may not be an extension element. |
0xC00CE333 | '%1' 키에 대한 참조를 확인할 수 없습니다. 이 이름에 대한 xsl:key 명령은 스타일시트의 최상위 수준에서 선언되어야 합니다. |
A reference to key '%1' cannot be resolved. An xsl:key instruction of this name must be declared at the top-level of the stylesheet. |
0xC00CE334 | '%1'은(는) 유효한 XSLT 또는 XPath 함수가 아닙니다. |
'%1' is not a valid XSLT or XPath function. |
0xC00CE335 | '%2' 네임스페이스에서 '%1' 함수는 노드 집합을 반환해야 합니다. |
Function '%1' in namespace '%2' must return a node-set. |
0xC00CE336 | %1 인수는 노드 집합을 반환해야 합니다. |
Argument %1 must return a node-set. |
0xC00CE337 | xsl:template에 일치 특성이 없으면 모드 특성도 없을 수 있습니다. |
xsl:template may not have a mode attribute if it does not have a match attribute. |
0xC00CE338 | %1() 함수가 일치 패턴에서 사용되지 않을 수 있습니다. |
The %1() function may not be used in a match pattern. |
0xC00CE339 | '%1' 특성 값은 단일 문자이어야 합니다. |
The value of the '%1' attribute must be a single character. |
0xC00CE33A | xsl:decimal-format '%2'에서 '%1' 특성은 '%3' 값으로 다시 정의되지 않았을 수 있습니다. |
The '%1' attribute on xsl:decimal-format '%2' may not be redefined with a value of '%3'. |
0xC00CE33B | '%1' 십진 형식이 스타일시트에 없습니다. |
Decimal format '%1' does not exist in the stylesheet. |
0xC00CE33C | 보안 설정에 의하면 이 스타일시트내에서 스크립트 코드의 실행은 허용되지 않습니다. |
Security settings do not allow the execution of script code within this stylesheet. |
0xC00CE33D | 시스템에서 '%1'을(를) 유효한 언어 코드로 인식하지 않습니다. |
The system does not recognize '%1' as a valid language code. |
0xC00CE33E | '%1' 네임스페이스를 구현하는 다중 스크립트 블록은 동일한 '%2' 접두사에 대해 다른 URI 매핑을 가질 수 없습니다. |
The multiple script blocks that implement namespace '%1' may not have different URI mappings for the same '%2' prefix. |
0xC00CE33F | 이 식에는 %1() 함수 호출이 포함되지 않을 수 있습니다. |
This expression may not contain a call to the %1() function. |
0xC00CE340 | %1() 함수가 일치 패턴에 있으면 해당 인수는 문자열 리터럴이어야 합니다. |
When the %1() function appears in a match pattern, its arguments must be string literals. |
0xC00CE341 | 문자열 비교 옵션 '%1'이(가) 유효하지 않거나 함께 사용할 수 없습니다. |
String comparison options '%1' are either invalid or cannot be used together. |
0xC00CE342 | 같은 xsl:call-template 또는 xsl:apply-templates 명령에서는 '%1' 매개 변수를 두 번 이상 정의할 수 없습니다. |
Parameter '%1' cannot be defined more than once within the same xsl:call-template or xsl:apply-templates instruction. |
0xC00CE343 | 비어 있는 기본 URI 노드 집합을 document() 함수의 두 번째 매개 변수로 사용하여 상대 URI '%1'을(를) 확인할 수 없습니다. |
Relative URI '%1' cannot be resolved using an empty base URI node-set as the second parameter to the document() function. |
0xC00CE344 | 'http://www.w3.org/TR/WD-xsl' 네임스페이스는 이 버전의 MSXML에서 더 이상 지원하지 않습니다. |
The 'http://www.w3.org/TR/WD-xsl' namespace is no longer supported in this version of MSXML. |
0xC00CE380 | 예상된 %1 토큰이 %2에 있습니다. |
Expected token %1 found %2. |
0xC00CE381 | 예상치 않은 %1 토큰입니다. |
Unexpected token %1. |
0xC00CE382 | 식이 DOM 노드를 반환하지 않았습니다. |
Expression does not return a DOM node. |
0xC00CE383 | 식은 쿼리 또는 정수인 상수여야 합니다. |
Expression must be a query or an integer constant. |
0xC00CE384 | 쿼리 식이 완료되지 않았습니다. |
Incomplete query expression. |
0xC00CE385 | 알 수 없는 메서드입니다. |
Unknown method. |
0xC00CE386 | 쿼리 문자열에 예상치 않은 문자가 있습니다. |
Unexpected character in query string. |
0xC00CE387 | %1은(는) / 또는 //의 오른쪽에 나타날 수 없거나 |와 함께 사용할 수 없습니다. |
%1 may not appear to the right of / or // or be used with |. |
0xC00CE388 | 식은 문자열 상수여야 합니다. |
Expression must be a string constant. |
0xC00CE389 | 개체가 이 메서드를 지원하지 않습니다. |
Object does not support this method. |
0xC00CE38A | 이 데이터 형식에 식을 적용할 수 없습니다. |
Expression can't be cast to this data type. |
0xC00CE38C | XML 스크립트 엔진이 스크립트 조각을 지원하지 않습니다. 이 오류는 페이지 상의 다른 스크립트 태그가 설정되기 전에 스크립트 태그의 언어 속성이 'XML'로 설정되었거나 텍스트 속성이 'text/xml'로 설정되었기 때문에 발생했습니다. |
The XML script engine does not support script fragments. This error was probably caused by having a script tag with the language attribute set to 'XML' or the text attribute set to 'text/xml' before any other script tag on the page. |
0xC00CE38D | 매개 변수는 쿼리 또는 문자열 상수여야 합니다. |
Parameter must be a query or a string constant. |
0xC00CE38E | 매개 변수는 정수인 상수여야 합니다. |
Parameter must be a integer constant. |
0xC00CE440 | ID 제약 조건에 제공된 XPath 식을 지원하지 않습니다. |
The XPath expression provided in the identity constraint is not supported. |
0xC00CE441 | ID 제약 조건의 XPath 식이 '%1' 함수를 지원하지 않습니다. |
XPath expressions in the identity constraints do not support functions '%1'. |
0xC00CE442 | ID 제약 조건의 XPath 식이 '%1' 변수를 지원하지 않습니다. |
XPath expressions in the identity constraints do not support variables '%1'. |
0xC00CE443 | ID 제약 조건의 XPath 식이 '%1' 리터럴을 지원하지 않습니다. |
XPath expressions in the identity constraints do not support literals '%1'. |
0xC00CE444 | ID 제약 조건의 XPath 식이 절대 경로를 지원하지 않습니다. |
XPath expressions in the identity constraints do not support absolute paths. |
0xC00CE445 | ID 제약 조건의 XPath 식이 '%1' 쿼리를 지원하지 않습니다. |
XPath expressions in the identity constraints do not support '%1' query. |
0xC00CE446 | ID 제약 조건의 XPath 식이 부울을 지원하지 않습니다. |
XPath expressions in the identity constraints do not support booleans. |
0xC00CE447 | ID 제약 조건의 XPath 식이 비교를 지원하지 않습니다. |
XPath expressions in the identity constraints do not support comparisons. |
0xC00CE448 | ID 제약 조건의 XPath 식이 숫자 쿼리를 지원하지 않습니다. |
XPath expressions in the identity constraints do not support numeric queries. |
0xC00CE449 | ID 제약 조건의 XPath 식이 정렬을 지원하지 않습니다. |
XPath expressions in the identity constraints do not support sort. |
0xC00CE44A | ID 제약 조건의 XPath 식이 '(' 및 ')'를 지원하지 않습니다. |
XPath expressions in the identity constraints do not support '(' and ')'. |
0xC00CE44B | ID 제약 조건의 XPath 식이 필터 연산자를 지원하지 않습니다. |
XPath expressions in the identity constraints do not support filter operators. |
0xC00CE44C | ID 제약 조건 %1의 XPath 식이 %2을(를) 지원하지 않습니다. |
XPath expressions in the identity constraint %1 do not support %2. |
0xC00CE44D | XPath 식의 통합 연산자가 잘못되었습니다. |
Illegal union operator in the XPath expression. |
0xC00CE453 | '%1'의 필드 노드 집합에 간단한 형식이나 기본 제공 데이터 형식이 없는 '%2'이(가) 있습니다. |
The field nodeset for '%1' contains a node '%2' that does not have a simple type or a built-in data type. |
0xC00CE454 | ID 제약 조건의 XPath 식이 잘못되었습니다. |
Invalid XPath expression in the identity constraint. |
0xC00CE460 | 패턴에서 오류 발생: '%1' 위치: %2%3 |
Error occurs in the pattern : '%1' at position: %2%3 |
0xC00CE461 | 범주 이스케이프가 불완전합니다. |
Incomplete category escape. |
0xC00CE462 | 범주 이스케이프 형식이 잘못되었습니다. |
Malformed category escape. |
0xC00CE463 | 잘못된 그룹 이름입니다. |
Invalid group name. |
0xC00CE464 | 잘못된 이스케이프입니다. |
Invalid escape. |
0xC00CE465 | 알 수 없는 속성 이름: %1. |
Unknown property name: %1. |
0xC00CE466 | 닫는 대괄호가 없습니다. |
Unterminated bracket. |
0xC00CE467 | 조건식이 잘못되었습니다. |
Illegal condition. |
0xC00CE468 | 평가할 단위가 없습니다. |
No unit to quantify. |
0xC00CE469 | 잘못된 범위입니다. |
Invalid range. |
0xC00CE46A | 잘못된 범위의 문자입니다. |
Invalid range character. |
0xC00CE46B | 잘못된 문자 범위입니다. |
Invalid character range. |
0xC00CE46C | 문자 범위의 클래스가 잘못되었습니다. |
Bad class in character range. |
0xC00CE46D | 인식할 수 없는 그룹화입니다. |
Unrecognized grouping. |
0xC00CE46E | 종료되지 않은 주석입니다. |
Unterminated comments. |
0xC00CE46F | 정의되지 않은 참조입니다. |
Undefined reference. |
0xC00CE470 | 변경 사항을 캡쳐할 수 없습니다. |
Alteration can't capture. |
0xC00CE471 | 변경 사항은 주석을 가질 수 없습니다. |
Alteration can't have comment. |
0xC00CE472 | 변경 사항이 너무 많습니다. |
Too many alternates. |
0xC00CE473 | 콘트롤이 없습니다. |
Missing control. |
0xC00CE474 | 인식할 수 없는 콘트롤입니다. |
Unrecognized control. |
0xC00CE501 | 특성과 특성 값 사이에 등호가 없습니다. |
Missing equals sign between attribute and attribute value. |
0xC00CE502 | 문자열 리터럴이 예상되지만 열기 인용 문자가 없습니다. |
A string literal was expected, but no opening quote character was found. |
0xC00CE503 | 설명에 잘못된 구문이 사용되었습니다. |
Incorrect syntax was used in a comment. |
0xC00CE504 | 이름이 잘못된 문자로 시작되었습니다. |
A name was started with an invalid character. |
0xC00CE505 | 이름에 잘못된 문자가 포함되어 있습니다. |
A name contained an invalid character. |
0xC00CE506 | ' |
The character ' |
0xC00CE507 | xml 선언에 대한 구문이 잘못되었습니다. |
Invalid syntax for an xml declaration. |
0xC00CE508 | 텍스트 내용에 잘못된 문자가 있습니다. |
An invalid character was found in text content. |
0xC00CE509 | 필요한 공백이 없습니다. |
Required white space was missing. |
0xC00CE50A | '' 문자가 예상됩니다. |
The character '' was expected. |
0xC00CE50B | DTD에 잘못된 문자가 있습니다. |
Invalid character found in DTD. |
0xC00CE50C | DTD 선언 내에 잘못된 문자가 있습니다. |
An invalid character was found inside a DTD declaration. |
0xC00CE50D | 세미콜론(;)이 와야 합니다. |
A semi colon character was expected. |
0xC00CE50E | 엔터티 참조 내에 잘못된 문자가 있습니다. |
An invalid character was found inside an entity reference. |
0xC00CE50F | 괄호의 양쪽이 다릅니다. |
Unbalanced parentheses. |
0xC00CE510 | 앞 괄호인 '[' 문자가 와야 합니다. |
An opening '[' character was expected. |
0xC00CE511 | 조건부 또는 CDATA 구역에 잘못된 구문이 있습니다. |
Invalid syntax in a conditional or a CDATA section. |
0xC00CE512 | 내부 오류입니다. |
Internal error. |
0xC00CE513 | 이 위치에는 공백이 허용되지 않습니다. |
Whitespace is not allowed at this location. |
0xC00CE514 | 현재 인코딩에 대해 잘못된 상태로 파일의 끝에 도달했습니다. |
End of file reached in invalid state for current encoding. |
0xC00CE515 | 혼합 컨텐트 모델은 이 문자를 가질 수 없습니다. |
Mixed content model cannot contain this character. |
0xC00CE516 | 혼합 컨텐트 모델은 0 또는 그 이상으로('*') 정의되야 합니다. |
Mixed content model must be defined as zero or more('*'). |
0xC00CE517 | 컨텐트 모델에 잘못된 문자가 있습니다. |
Invalid character in content model. |
0xC00CE518 | 괄호가 없습니다. |
Missing parenthesis. |
0xC00CE519 | ATTLIST 열거에 잘못된 문자가 있습니다. |
Invalid character found in ATTLIST enumeration. |
0xC00CE51A | PI 선언에 잘못된 구문이 있습니다. |
Invalid syntax in PI declaration. |
0xC00CE51B | 닫는 작은따옴표 또는 닫는 큰따옴표(\\' 또는 \\\")가 없습니다. |
A single or double closing quote character (\\' or \\\") is missing. |
0xC00CE51C | 이름에는 콜론(:)을 여러 개 사용할 수 없습니다. |
Multiple colons are not allowed in a name. |
0xC00CE51D | 10진수 문자가 잘못되었습니다. |
Invalid character for decimal digit. |
0xC00CE51E | 16진수 문자가 잘못되었습니다. |
Invalid character for hexidecimal digit. |
0xC00CE51F | 유니코드 문자가 잘못되었습니다. |
Invalid unicode character. |
0xC00CE520 | 공백 또는 '?'가 와야 합니다. |
Expecting whitespace or '?'. |
0xC00CE521 | 콘텐츠 모델이 너무 복잡합니다. |
Content model is too complex. |
0xC00CE550 | 파서가 일시 중단되었습니다. |
The parser is suspended. |
0xC00CE551 | 파서가 중지되었습니다. |
The parser is stopped. |
0xC00CE552 | 이 위치에는 끝 태그가 예상되지 않습니다. |
End tag was not expected at this location. |
0xC00CE553 | %1 태그가 닫히지 않았습니다. |
The following tags were not closed: %1. |
0xC00CE554 | 특성이 중복되었습니다. |
Duplicate attribute. |
0xC00CE555 | XML 문서에서는 최상위 요소 하나만 허용됩니다. |
Only one top level element is allowed in an XML document. |
0xC00CE556 | 문서의 최상위 수준이 잘못되었습니다. |
Invalid at the top level of the document. |
0xC00CE557 | xml 선언이 잘못되었습니다. |
Invalid xml declaration. |
0xC00CE558 | XML 문서에는 최상위 요소가 반드시 있어야 합니다. |
XML document must have a top level element. |
0xC00CE559 | 예기치 않은 파일의 끝입니다. |
Unexpected end of file. |
0xC00CE55A | 매개 변수 엔터티는 내부 하위 집합의 표시 선언 내에서 사용할 수 없습니다. |
Parameter entities cannot be used inside markup declarations in an internal subset. |
0xC00CE55B | 매개 변수 엔터티에 대한 대체 텍스트는 괄호 안에 있는 그룹과 적합하게 중첩되어야 합니다. |
The replacement text for a parameter entity must be properly nested with parenthesized groups. |
0xC00CE55C | 리터럴 문자열']]'은 요소 내용에서 사용할 수 없습니다. |
The literal string ']]' is not allowed in element content. |
0xC00CE55D | 처리 지침이 닫히지 않았습니다. |
Processing instruction was not closed. |
0xC00CE55E | 요소가 닫히지 않았습니다. |
Element was not closed. |
0xC00CE55F | 마침 요소에 '' 문자가 없습니다. |
End element was missing the character ''. |
0xC00CE560 | 문자열 리터럴이 닫히지 않았습니다. |
A string literal was not closed. |
0xC00CE561 | 설명이 닫히지 않았습니다. |
A comment was not closed. |
0xC00CE562 | 선언이 닫히지 않았습니다. |
A declaration was not closed. |
0xC00CE563 | 표시 선언이 닫히지 않았습니다. |
A markup declaration was not closed. |
0xC00CE564 | CDATA 구역이 닫히지 않았습니다. |
A CDATA section was not closed. |
0xC00CE565 | 선언에 잘못된 이름이 있습니다. |
Declaration has an invalid name. |
0xC00CE566 | 외부 ID가 잘못되었습니다. |
External ID is invalid. |
0xC00CE567 | XML 요소는 DTD 내에서 사용할 수 없습니다. |
An XML element is not allowed inside a DTD. |
0xC00CE568 | 접두사 'xml' 및 'xmlns'는 XML에서 사용하기 위해 예약된 것입니다. |
Prefixes 'xml' and 'xmlns' are reserved for use by XML. |
0xC00CE569 | 이 위치에는 'version' 특성이 필요합니다. |
The 'version' attribute is required at this location. |
0xC00CE56A | 이 위치에는 'encoding' 특성이 필요합니다. |
The 'encoding' attribute is required at this location. |
0xC00CE56B | 이 위치에는 적어도 하나의 이름이 필요합니다. |
At least one name is required at this location. |
0xC00CE56C | 이 위치에는 지정된 특성을 사용할 수 없습니다.특성은 대/소문자를 구분할 수 있습니다. |
The specified attribute was not expected at this location.The attribute may be case sensitive. |
0xC00CE56D | %2 끝 태그가 %1 시작 태그와 일치하지 않습니다. |
End tag '%2' does not match the start tag '%1'. |
0xC00CE56E | 시스템이 지정한 인코딩을 지원하지 않습니다. |
System does not support the specified encoding. |
0xC00CE56F | 현재 인코딩을 지정한 인코딩으로 전환하는 것을 지원하지 않습니다. |
Switch from current encoding to specified encoding not supported. |
0xC00CE570 | NDATA 키워드가 없습니다. |
NDATA keyword is missing. |
0xC00CE571 | 컨텐트 모델이 잘못되었습니다. |
Content model is invalid. |
0xC00CE572 | ATTLIST에 정의된 형식이 잘못되었습니다. |
Invalid type defined in ATTLIST. |
0xC00CE573 | xml:space 특성에 잘못된 값이 있습니다. 'default' 또는 'preserve'를 지정해야 합니다. |
The xml:space attribute has a non-legal value. The only legal values are 'default' and 'preserve'. |
0xC00CE574 | 하나의 이름만 있어야 할 특성 값에 여러 개의 이름이 있습니다. |
Multiple names found in attribute value when only one was expected. |
0xC00CE575 | ATTDEF 선언이 잘못되었습니다. #REQUIRED, #IMPLIED 또는 #FIXED가 필요합니다. |
Invalid ATTDEF declaration. Expected #REQUIRED, #IMPLIED or #FIXED. |
0xC00CE576 | 이름 'xml'은 예약되었고 소문자여야 합니다. |
The name 'xml' is reserved and must be lower case. |
0xC00CE577 | 조건 구역은 내부 하위 집합에서 사용할 수 없습니다. |
Conditional sections are not allowed in an internal subset. |
0xC00CE578 | CDATA는 DTD에서 사용할 수 없습니다. |
CDATA is not allowed in a DTD. |
0xC00CE579 | 독립형 특성은 'yes' 또는 'no' 값을 가져야 합니다. |
The standalone attribute must have the value 'yes' or 'no'. |
0xC00CE57A | 독립형 특성을 외부 엔터티에서 사용할 수 없습니다. |
The standalone attribute cannot be used in external entities. |
0xC00CE57B | DTD에서 DOCTYPE 선언을 가질 수 없습니다. |
Cannot have a DOCTYPE declaration in a DTD. |
0xC00CE57C | 정의되지 않은 엔터티를 참조합니다. |
Reference to undefined entity. |
0xC00CE57D | 엔터티 참조가 잘못된 이름 문자로 확인되었습니다. |
Entity reference is resolved to an invalid name character. |
0xC00CE57E | 프롤로그 외부에서 DOCTYPE 선언을 가질 수 없습니다. |
Cannot have a DOCTYPE declaration outside of a prolog. |
0xC00CE57F | 잘못된 버전 번호입니다. |
Invalid version number. |
0xC00CE580 | DTD 외부에서 DTD 선언을 가질 수 없습니다. |
Cannot have a DTD declaration outside of a DTD. |
0xC00CE581 | 여러 DOCTYPE 선언을 가질 수 없습니다. |
Cannot have multiple DOCTYPE declarations. |
0xC00CE582 | '%1' 리소스를 처리하는 데 오류가 발생했습니다. |
Error processing resource '%1'. |
0xC00CE583 | 이 위치에 이름이 필요합니다. |
A name is required at this location. |
0xC00CE584 | DTD를 사용할 수 없습니다. |
DTD is prohibited. |
0xC00CE5FF | 작업을 취소했습니다. 제약 조건 %1에 위반됩니다. |
Operation aborted: %1 constraint violated. |
0xC00CE600 | 여기에 NodeTest가 와야 합니다. |
NodeTest expected here. |
0xC00CE601 | Last() 함수에는 작업할 노드 집합이 있어야 합니다. |
Last() function must have a node-set to operate on. |
0xC00CE602 | 부울 매개 변수가 와야 합니다. |
Boolean parameter expected. |
0xC00CE603 | 숫자 매개 변수가 와야 합니다. |
Number parameter expected. |
0xC00CE604 | 피연산자에 대한 인수가 유효하지 않습니다. |
An argument to the operand is not valid. |
0xC00CE605 | 변수를 확인하려는 중 오류가 발생했습니다. |
Error trying to resolve the variable. |
0xC00CE606 | 식이 와야 합니다. |
Expression expected. |
0xC00CE607 | 축 이름이 잘못되었습니다. |
Invalid axes name. |
0xC00CE608 | 이 위치에서 문자열 값은 QName이 되어야 합니다. |
String Value at this location must evaluate to a QName. |
0xC00CE609 | 이 형식 패턴 영역에서 '%1' 형식 기호가 '%2' 형식 기호 다음에 올 수 없습니다. |
The '%1' format symbol may not follow the '%2' format symbol in this section of a format pattern. |
0xC00CE60A | 인수 개수가 잘못되었습니다. |
Invalid number of arguments. |
0xC00CE60B | 개수가 범위를 벗어났습니다. |
Number is out of range. |
0xC00CE60C | 이 쿼리는 노드를 두 개 이상 반환하는 쿼리 뒤에 올 수 없습니다. |
This query can not follow a query that may retun more than one node. |
0xC00CE60D | XPATH 문이 완전하지 않습니다. |
Incomplete XPATH statement. |
0xC00CE60E | 조건부 외부의 일치 패턴에서는 'child'와 'attribute' 축만 허용됩니다. |
Only 'child' and 'attribute' axes are allowed in a match pattern outside predicates. |
0xC00CE60F | 이 QName을 확인할 수 없습니다. |
Could not resolve this QName. |
0xC00CE610 | 이 식에서는 변수는 사용되지 않을 수 있습니다. |
Variables may not be used within this expression. |
0xC00CE611 | 현재 노드는 XSLT 변환 시 공백이 처리되지 않은 텍스트일 수 있습니다. |
The context node in an XSLT transform may not be stripped text. |
0xC00CE612 | %1 내의 노드는 XSLT 변환 또는 XPath 쿼리의 현재 노드로서 전달될 수 없습니다. |
A node within the %1 may not be passed as the context node for an XSLT transform or an XPath query. |
0xC00CE613 | 특정 특성의 텍스트 노드 자식은 XSLT 변환 또는 XPath 쿼리의 현재 노드로서 전달될 수 없습니다. |
A text node child of an attribute may not be passed as the context node for an XSLT transform or an XPath query. |
0xC00CE614 | %1' 형식 노드는 XSLT 변환 또는 XPath 쿼리의 현재 노드로서 전달될 수 없습니다. |
A node of type '%1' may not be passed as the context node for an XSLT transform or an XPath query. |
0xC00CE615 | 기본 특성은 XSLT 변환 또는 XPath 쿼리의 현재 노드로서 전달될 수 없습니다. |
A default attribute may not be passed as the context node for an XSLT transform or an XPath query. |
0xC00CE616 | 부동 특성은 XSLT 변환이나 XPath 쿼리의 현재 노드로서 전달될 수 없습니다. |
A floating attribute may not be passed as the context node for an XSLT transform or an XPath query. |
0xC00CE617 | 식은 노드 집합이 되어야 합니다. |
Expression must evaluate to a node-set. |
0xC00CE618 | 식은 유효한 일치 패턴이 아닙니다. |
Expression is not a valid match pattern. |
0xC00CEE00 | 판독기 오류입니다. |
Reader error. |
0xC00CEE01 | 예기치 않은 입력의 끝입니다. |
Unexpected end of input. |
0xC00CEE02 | 인식할 수 없는 인코딩입니다. |
Unrecognized encoding. |
0xC00CEE03 | 인코딩을 전환할 수 없습니다. |
Unable to switch the encoding. |
0xC00CEE04 | 인식할 수 없는 입력 서명입니다. |
Unrecognized input signature. |
0xC00CEE20 | 구성 오류입니다. |
Well formedness error. |
0xC00CEE21 | 공백이 와야 합니다. |
Whitespace expected. |
0xC00CEE23 | ''가 와야 합니다. |
'' expected. |
0xC00CEE24 | 인용 부호가 와야 합니다. |
Quote expected. |
0xC00CEE25 | 등호(=)가 와야 합니다. |
Equal expected. |
0xC00CEE26 | 특성 값에 ' |
An attribute value must not contain ' |
0xC00CEE27 | 16진수가 와야 합니다. |
Hexadecimal digit expected. |
0xC00CEE28 | 10진수가 와야 합니다. |
Decimal digit expected. |
0xC00CEE29 | '['가 와야 합니다. |
'[' expected. |
0xC00CEE2A | '('가 와야 합니다. |
'(' expected. |
0xC00CEE2B | 잘못된 xml 문자입니다. |
Illegal xml character. |
0xC00CEE2C | 잘못된 이름 문자입니다. |
Illegal name character. |
0xC00CEE2D | 잘못된 문서 구문입니다. |
Incorrect document syntax. |
0xC00CEE2E | 잘못된 CDATA 구역 구문입니다. |
Incorrect CDATA section syntax. |
0xC00CEE2F | 잘못된 설명 구문입니다. |
Incorrect comment syntax. |
0xC00CEE30 | 잘못된 조건 구역 구문입니다. |
Incorrect conditional section syntax. |
0xC00CEE31 | 잘못된 ATTLIST 선언 구문입니다. |
Incorrect ATTLIST declaration syntax. |
0xC00CEE32 | 잘못된 DOCTYPE 선언 구문입니다. |
Incorrect DOCTYPE declaration syntax. |
0xC00CEE33 | 잘못된 ELEMENT 선언 구문입니다. |
Incorrect ELEMENT declaration syntax. |
0xC00CEE34 | 잘못된 ENTITY 선언 구문입니다. |
Incorrect ENTITY declaration syntax. |
0xC00CEE35 | 잘못된 NOTATION 선언 구문입니다. |
Incorrect NOTATION declaration syntax. |
0xC00CEE36 | NDATA가 와야 합니다. |
NDATA expected. |
0xC00CEE37 | PUBLIC이 와야 합니다. |
PUBLIC expected. |
0xC00CEE38 | SYSTEM이 와야 합니다. |
SYSTEM expected. |
0xC00CEE39 | Name이 와야 합니다. |
Name expected. |
0xC00CEE3A | 문서에는 루트 요소가 반드시 한 개 있어야 합니다. |
A document must contain exactly one root element. |
0xC00CEE3B | 요소의 마침 태그에 있는 이름은 시작 태그에 있는 요소 형식과 일치해야 합니다. |
The name in the end tag of the element must match the element type in the start tag. |
0xC00CEE3C | 같은 시작 태그나 빈 요소 태그에서 특성 이름은 반드시 한 번만 표시할 수 있습니다. |
No attribute name may appear more than once in the same start tag or empty element tag. |
0xC00CEE3D | text/xml 선언은 입력 처음 부분에만 나타날 수 있습니다. |
A text/xml declaration may occur only at the very beginning of input. |
0xC00CEE3E | 모든 경우의 조합에서 x, m, l의 세 문자 시퀀스로 시작하는 이름은 XML과 XML 관련 지정에서 사용하도록 예약되어 있습니다. |
Names beginning with the three letter sequence x, m, l, in any case combination, are reserved for use by XML and XML-related specifications. |
0xC00CEE3F | 잘못된 텍스트 선언 구문입니다. |
Incorrect text declaration syntax. |
0xC00CEE40 | 잘못된 xml 선언 구문입니다. |
Incorrect xml declaration syntax. |
0xC00CEE41 | 잘못된 인코딩 이름 구문입니다. |
Incorrect encoding name syntax. |
0xC00CEE42 | 잘못된 공개 식별자 구문입니다. |
Incorrect public identifier syntax. |
0xC00CEE43 | 내부 DTD 하위 집합에서 매개 변수 엔터티 참조는 태그 선언이 발생할 수 있는 곳에서만 일어날 수 있으며 태그 선언 내부에 올 수는 없습니다. |
In the internal DTD subset, parameter entity references can occur only where markup declarations can occur, not within markup declarations. |
0xC00CEE44 | 태그 선언 간에 참조되는 매개 변수의 대체 텍스트는 올바르게 구성되어야 합니다. |
The replacement text of a parameter entity referenced between markup declarations must be well formed. |
0xC00CEE45 | 구문 분석된 엔터티에는 직접적으로나 간접적으로 자체에 대한 재귀 참조는 없어야 합니다. |
A parsed entity must not contain a recursive reference to itself, either directly or indirectly. |
0xC00CEE46 | 내용에서 참조된 엔터티의 대체 텍스트는 올바르게 구성되어야 합니다. |
The replacement text of an entity referenced in the content must be well formed. |
0xC00CEE47 | 선언되지 않은 엔터티입니다. |
Undeclared entity. |
0xC00CEE48 | 엔터티 참조에는 구문 분석되지 않은 엔터티 이름을 사용할 수 없습니다. |
An entity reference must not contain the name of an unparsed entity. |
0xC00CEE49 | 특성 값에는 직접적으로나 간접적으로 외부 엔터티에 대한 엔터티 참조를 포함할 수 없습니다. |
Attribute values cannot contain direct or indirect entity references to external entities. |
0xC00CEE4A | 잘못된 처리 명령 구문입니다. |
Incorrect processing instruction syntax. |
0xC00CEE4B | 잘못된 시스템 식별자 구문입니다. |
Incorrect system identifier syntax. |
0xC00CEE4C | '?'가 와야 합니다. |
'?' expected. |
0xC00CEE4D | 요소 내용에는 문자 시퀀스 ']]'가 있으면 안됩니다. |
The content of an element must not contain the character sequence ']]'. |
0xC00CEE4F | 'xmlns:xml'의 네임스페이스는 예약된 것으로, 'http://www.w3.org/XML/1998/namespace'으로만 선언될 수 있습니다. |
The namespace for 'xmlns:xml' is reserved and it can only be declared as 'http://www.w3.org/XML/1998/namespace'. |
0xC00CEE60 | 네임스페이스 오류입니다. |
Namespace error. |
0xC00CEE61 | 잘못된 정식 이름 문자입니다. |
Illegal qualified name character. |
0xC00CEE62 | 정식 이름에는 콜론(:)이 여러 개 있으면 안됩니다. |
A qualified name cannot contain multiple colons. |
0xC00CEE63 | ID, IDREF(S), ENTITY(IES) 또는 NOTATION 형식으로 선언된 특성 값에는 콜론(:)을 사용할 수 없습니다. |
An attribute value declared to be of type ID, IDREF(S), ENTITY(IES) or NOTATION cannot contain colons. |
0xC00CEE64 | 선언된 접두사입니다. |
Declared prefix. |
0xC00CEE65 | 선언되지 않은 접두사입니다. |
Undeclared prefix. |
0xC00CEE80 | 유효성 오류입니다. |
Validity error. |
0xC00CEF00 | 제공된 노드 '%1'이(가) 예상 노드 '%2'과(와) 일치하지 않습니다. |
The provided node '%1' does not match to expected node '%2'. |
0xC00CEF01 | 다음 노드를 찾을 수 없음: '%1' |
Can not locate the following node: '%1' |
0xC00CEF02 | URI를 찾을 수 없음: '%1'. |
Can not locate URI: '%1'. |
0xC00CEF04 | 암호화 서비스 공급자 유형 '%1'은(는) 지원되지 않습니다. |
The Cryptographic Service Provider type '%1' is not supported. |
0xC00CEF05 | 확인 키는 서명과 호환되지 않습니다. |
The verification key is not compatible with the signature. |
0xC00CEF06 | Canonicalization 메서드 '%1'은(는) 지원되지 않습니다. |
The Canonicalization Method '%1' is not supported. |
0xC00CEF07 | DigestMethod 알고리즘 '%1'은(는) 지원하지 않습니다. |
The DigestMethod algorithm '%1' is not supported. |
0xC00CEF08 | 서명에 두 개 이상의 순환 참조가 포함되어 있습니다. |
The signature contains at least one circular reference. |
0xC00CEF09 | 기본 URI 선언이 없습니다. |
The default URI declaration is missing. |
0xC00CEF0A | 문서는 비워둘 수 없습니다. |
The document can not be empty. |
0xC00CEF0B | URI '%1'에 대한 원본 유형은 지원되지 않습니다. |
The source type for URI '%1' is not supported. |
0xC00CEF0C | Transformation 메서드 '%1' 변환 메서드는 지원하지 않습니다. |
The Transformation method '%1' is not supported. |
0xC00CEF0D | URI '%1'이(가) 있는 RetrievalMethod가 제대로 처리되지 않았습니다. |
The RetrievalMethod with uri '%1' failed to process correctly. |
0xC00CEF0E | 공급된 노드는 유효한 키 또는 X509 인증서 노드가 아닙니다. |
The provided node is not a valid Key or X509 Certificate node. |
0xC00CEF0F | 공급된 노드는 요소가 아닙니다. |
The provided node is not a element. |
0xC00CEF10 | 잘못된 X509 인증서 인코딩입니다. |
Bad X509 Certificate encoding. |
0xC00CEF11 | 알 수 없는 키 유형 '%1'을(를) 가진 서명이 공급되었습니다. |
The signature provided has a unknown key type '%1'. |
0xC00CEF12 | 요소 '%1'은(는) 이 컨텍스트에서 한 번만 사용할 수 있습니다. |
The element '%1' can be used only once in this context. |
0xC00CEF13 | 이 메서드를 호출하려면 먼저 서명 속성을 설정해야 합니다. |
The signature property must be set before calling this method. |
0xC00CEF14 | URI '%1'이(가) 서명의 참조 요소 둘 이상에서 사용됩니다. |
The uri '%1' is used more than one reference element in the signature. |
0xC00CEF15 | URI '%1'이(가) 서명의 어느 참조 요소에도 사용되지 않습니다. |
The uri '%1' is not used in any of the reference elements in the signature. |
0xC00CEF16 | URI '%1'이(가) KeyValue, RSAKeyValue 및 DSAKeyValue를 확인할 수 없습니다. X509Certificate 노드 또는 rawX509Certificate 스트림에 대한 항목입니다. |
The uri '%1' does not resolve to a KeyValue, RSAKeyValue, DSAKeyValue. X509Certificate node or to a rawX509Certificate stream. |
0xC00CEF17 | URI '%1'이(가) 있는 참조를 제대로 처리하지 못했습니다. |
The reference with uri '%1' failed to process correctly. |
0xC00CEF18 | setReferenceData 호출로 설정된 URI '%1'을(를) 로드하지 못했습니다. |
The uri '%1' set by calling setReferenceData, failed to load. |
0xC00CEF19 | 변환 '%1'은(는) 지원되지 않습니다. |
The transformation '%1' is not supported. |
0xC00CEF1A | HMAC 알고리즘을 가진 문서를 확인하려면 HMAC 키가 필요합니다. |
A HMAC key is necessary to verify a document with HMAC algorithm. |
0xC00CEF1B | 이 문서를 확인할 수 있는 호환 키를 찾지 못했습니다. |
No compatible keys found that can verify this document. |
0xC00CEF1C | RetrievalMethod가 인식된 키 또는 인증서를 공급하지 못했습니다. |
The RetrievalMethod failed to provide a recogized key or a cerificate. |
0xC00CEF1D | 계산된 다이제스트 값이 참조 URI '%1'에 대해 제공된 값과 일치하지 않습니다. |
The digest value computed does not match with the provided one for reference uri '%1'. |
0xC00CEF1E | HMAC 출력 길이 값은 0이 아닌 양수이면서 8의 배수이어야 합니다. |
The HMAC output length value must be a non-zero positive and multiples of 8. |
0xC00CEF1F | 이 메서드를 사용하려면 CAPICOM.DLL 버전 2 이상이 등록되어 있어야 합니다. |
CAPICOM.DLL Version 2 or higher must be registered to use this method. |
0xC00CEF20 | URI '%1'이(가) 유효하지 않습니다. |
The uri '%1' is invalid. |