Oracle9i Database Error Messages Release 2 (9.2) Part Number A96525-01 |
|
Cause: A NULL pointer was detected as an internal error condition.
Action: This is a programming error by the caller of the Schema processor. Contact someone who can fix the problem.
Cause: The top-level element of an XML Schema must be <schema>.
Action: Correct the Schema; consult the Schema specification.
Cause: The named Schema element had an invalid attribute.
Action: Correct the Schema; consult the Schema specification.
Cause: Schema contains an XML node other than element, text (or CDATA), comment, or PI.
Action: Other node types are not permitted; remove them.
Cause: An attempt was made to use a feature that is not yet implemented.
Action: Make an enhancement request for the feature.
Cause: Data is missing for an element or attribute of a simple type.
Action: Add data in the element or attribute.
Cause: Extra elements exist at the end of schema component declarations.
Action: Remove the extra elements.
Cause: Implementation error.
Action: File a bug.
Cause: Bogus element exists in the schema file. Its name is not from Schema of Schemas.
Action: Remove the bogus element.
Cause: Instance document to be Schema validated was empty (no top-level element).
Action: Provide a complete XML instance document.
Cause: Failed to parse the schema document using the given URI.
Action: Provide the correct URI and make sure that the schema document is valid.
Cause: A specified type was unknown (not defined in any loaded Schemas).
Action: Make sure the type was defined and that the type usage referenced the correct Schema.
Cause: Element is undefined in the specified namespace.
Action: If the element name is misspelled, correct the spelling.
Cause: Prefix in a QName is undefined in the current scope.
Action: Correct the prefix name if it's misspelled.
Cause: Namespace URI is unknown to the schema processor.
Action: Correct the namespace URI if it's misspelled.
Cause: The name of attribute group is unknown to the schema processor in the current scope.
Action: Correct the name of attribute group if it's misspelled.
Cause: The name of group is unknown to the schema processor in the current scope.
Action: Correct the name of group if it's misspelled.
Cause: The name of attribute is unknown to the schema processor in the current scope.
Action: Correct the name of attribute if it's misspelled.
Cause: Element declaration is not unique within its scope.
Action: Rename the element.
Cause: Group declaration is not unique within its scope.
Action: Rename the group.
Cause: Type definition is not unique within its scope.
Action: Rename the type.
Cause: Attribute group declaration is not unique within its scope.
Action: Rename the attribute group.
Cause: Attribute declaration is not unique within its scope.
Action: Rename the attribute.
Cause: A facet declaration did not have a value attribute.
Action: Each facet declaration must contain one and only one value attribute.
Cause: A specified facet was invalid for a type. Each datatype has a different set of facets which may apply.
Action: Use only applicable facets for the type.
Cause: A facet (other than "enumeration") was specified more than once.
Action: Only the enumeration facet may be used more than once for a type.
Cause: Facet value contains illegal characters or its value is out of range.
Action: Remove illegal characters.
Cause: Facets are not defined in the XMLSchema namespace.
Action: Remove illegal facet declarations.
Cause: Mutual exclusiveness violations were found for facets. For example, both "length" and either "minLength" or "maxLength" are not allowed to be facets.
Action: Remove the facets that are at fault.
Cause: The value of "minLength" must be less than or equal to the value of "maxLength".
Action: Correct either "minLength" or "maxLength".
Cause: The value of a fixed facet in the base type definition should remain the same.
Action: Remove the fixed facet specification in the parent's type for the erroneous facet component.
Cause: Missing base type declaration in the type definition.
Action: Define a base type.
Cause: A "list" element either must have its "itemType" attribute set or have one of its children be a "simpleType" element, but both conditions cannot exist.
Action: Remove the erroneous condition.
Cause: A "restriction" element either must have its "base" attribute set or have one of its children be a "simpleType" element, but both conditions cannot exist.
Action: Remove the erroneous condition.
Cause: Attribute "processContents" in the "any" element or "anyAttribute" declaration has an invalid value.
Action: Specify one of the following values: lax, skip, or strict.
Cause: A minOccurs or maxOccurs attribute had an invalid value (not a integer or less than zero).
Action: Use a legal "occurs" value.
Cause: A "use" attribute had an invalid value. Choices for "use" are "default", "fixed", "optional", "prohibited", or "required".
Action: Change the attribute to one of the above values.
Cause: An attribute that specifies qualification (form, attributeFormDefault, elementFormDefault) was invalid; it must be one of "qualified" or "unqualified".
Action: Change the attribute to one of the above values.
Cause: "minOccurs" has a value other than 0/1 or "maxOccurs" has a value other than 1.
Action: Specify 0/1 for "minOccurs" or "maxOccurs".
Cause: The value of the "maxOccurs" specification is less than the value of the "minOccurs" specification.
Action: Correct "minOccurs" or "maxOccurs".
Cause: For backward compatibility with DTD, ID type may only be used in attributes.
Action: Remove the ID type.
Cause: Invalid sub-element in the content of either attribute or element declaration.
Action: Remove the sub-element.
Cause: A Schema element was declared but was neither type or reference.
Action: One of type or reference must be specified.
Cause: An attribute which specifies a derivation-restriction setting (block, content, final) had an invalid value. Choices are "#all", "extension", or "restriction".
Action: Change the attribute to one of the above values.
Cause: A derivedBy attribute had an invalid value. Choices are "extension" or "restriction".
Action: Change the attribute to one of the above values.
Cause: An element or attribute definition must have either its "type" attribute set or must have one of its children be a "simpleType" or "complexType" element but both conditions cannot exist.
Action: Remove the erroneous condition.
Cause: An invalid schema component exists in the current declaration.
Action: Remove the schema component.
Cause: "annotation" element must be the first in the content.
Action: Make "annotation" the first element.
Cause: A reference-to-attributeGroup element has children. It is suppose to be empty except for annotations.
Action: Remove the children.
Cause: If the item's parent is not <schema>, then either the "ref" or the "name" attribute must be present, but not both. Top-level elements or attributes must have a name.
Action: Specify either the "ref" or "name" attribute.
Cause: If the item's parent is not <schema> and "ref" is present, then "complexType", "simpleType", "key", "keyref", "unique", "nillable", "default", "fixed", "form", "block", and "type" must be absent.
Action: Remove the prohibited attribute.
Cause: It is an error for a declaration to contain both fixed and default attributes.
Action: Remove either the default or the fixed attributes.
Cause: If "default" and "use" are both present, use must have its value set to "optional".
Action: Remove the default attribute or change the value of the "use" attribute.
Cause: If the item's parent is not <schema> and the attribute "ref" is present, then the element "simpleType" and the attributes "form" and "type" must be absent.
Action: Remove the prohibited items.
Cause: Derivation from a type that is declared to be final occurred.
Action: Remove the final declaration from the base type.
Cause: Content of the element must be empty.
Action: Remove any schema components in the content.
Cause: Node with type other than "element", "processing instruction", or "comment" exists in the content of the violating element.
Action: Remove the offending nodes.
Cause: Node with type other than "text", "processing instruction", or "comment" exists in the content of the violating element.
Action: Remove the offending nodes.
Cause: Extra nodes exist at the end of an element with a complex type definition.
Action: Remove the offending nodes or check the definition of the complex type.
Cause: Value is out of range for the data with a specific type.
Action: Fix the value.
Cause: Too many fractional digits after the decimal point.
Action: Remove the extra fractional digits.
Cause: Too many digits in the decimal data.
Action: Remove the extra digits.
Cause: Too few occurrences of particles in the node.
Action: Specify more particles.
Cause: Too many occurrences of particles in the node.
Action: Remove extra ones.
Cause: Data of simple type has invalid length.
Action: Fix the length of the data.
Cause: The length of the data is too short.
Action: Prepend extra characters (such as zeros or blank characters) to make the data longer.
Cause: The length of the data is too long.
Action: Remove extra characters from the data.
Cause: The specified item type must not itself be a list type, and must be one of the types identified in [XML Schemas: Datatypes] as a suitable item type for a list simple type.
Action: Change the list schema component's declaration.
Cause: Illegal characters exist in the "integer" or its derivative type declarations.
Action: Remove illegal characters.
Cause: Illegal characters exist in the "unsignedLong", "unsignedInt", "unsignedShort", or "unsignedByte" declarations.
Action: Remove illegal characters.
Cause: Illegal characters exist in the "unsignedLong" declaration.
Action: Remove illegal characters.
Cause: Illegal characters exist in the "long" declaration.
Action: Remove illegal characters.
Cause: Illegal characters exist in the "decimal" declaration.
Action: Remove illegal characters.
Cause: Invalid URI specification for data of "anyURI" type.
Action: Remove illegal characters.
Cause: Invalid XML name.
Action: Remove illegal characters.
Cause: Invalid Nmtoken.
Action: Remove illegal characters.
Cause: Invalid value for "float" type data.
Action: Remove illegal characters.
Cause: Invalid value for "double" type data.
Action: Remove illegal characters.
Cause: Boolean data must have a value from the following set: "1", "0", "true", or "false".
Action: Specify one of "1", "0", "true", or "false".
Cause: Invalid value for data of "date" type.
Action: Remove illegal characters.
Cause: Invalid value for data of "NCName" type.
Action: Remove illegal characters.
Cause: Data specified is not of "NCName" type.
Action: Remove illegal characters.
Cause: Invalid value for data of "QName" type.
Action: Remove illegal characters.
Cause: Invalid value for data of "language" type.
Action: Remove illegal characters.
Cause: Invalid value for data of "duration" type.
Action: Remove illegal characters.
Cause: Invalid value for data of "dateTime", "time", "gYearMonth", "gYear", "gMonthDay", "gDay", or "gMonth" type.
Action: Remove illegal characters.
Cause: Invalid value for data of "normalizedString" type.
Action: Remove illegal characters.
Cause: Invalid value for data of "token" type.
Action: Remove illegal characters.
Cause: Data of simple type is not one of the union type.
Action: Use one of the union type as its type.
Cause: The pattern specification "branch1 | branch2" has either "branch1" or "branch2" missing.
Action: Remove '|' or add either "branch1" or "branch2".
Cause: ")" found without a matching "(" in a pattern specification.
Action: Add "(" to the pattern specification.
Cause: "[]" found when processing a character class expression.
Action: Specify the character group within the brackets.
Cause: A quantifier was found without an atom specification.
Action: Add an atom specification in front of the quantifier.
Cause: "x" in "is not a valid escape character.
Action: Change "x" to a valid escape character.
Cause: An unexpected character was found in the pattern.
Action: Fix the pattern.
Cause: Something is missing at the end of the pattern.
Action: Fix the pattern.
Cause: An error occurred when processing the character property. For example, "{" is missing after "p" or "P".
Action: Fix the character property.
Cause: The type of the attribute is "complex".
Action: Specify the type of the attribute to be "simple".
Cause: Violating attribute is not defined in the current scope.
Action: Correct the attribute name if it's misspelled.
Cause: Global declarations cannot contain the attributes "ref", "minOccurs", or "maxOccurs", or the use of this attribute is explicitly declared as "prohibited" by the schema.
Action: Remove the attribute.
Cause: Attribute has a value other than its fixed value.
Action: Use fixed value as its value.
Cause: A required attribute is missing.
Action: Add the required attribute.
Cause: Data of "hexBinary" type has odd number of digits.
Action: Add missing digits as appropriate.
Cause: Data of "hexBinary" type has invalid characters.
Action: Remove illegal characters.
Cause: Number of digits is not a multiple of four.
Action: Add missing digits as appropriate.
Cause: Data of "base64Binary" type has invalid characters.
Action: Remove illegal characters.
Cause: Invalid padding characters at the end of data.
Action: Use "=" as the padding characters.
Cause: ID name is not unique within the schema scope.
Action: Rename the ID.
Cause: Referenced ID name is not defined within the schema scope.
Action: Define the ID.
Cause: The name of the "notation" element is not unique within the schema scope.
Action: Rename the element.
Cause: Referenced notation name is not defined within the schema scope.
Action: Define the element.
Cause: Each constraint declaration has a name which exists in a single symbol space for constraints.
Action: Choose a different name.
Cause: Referenced key name is not defined within the schema scope.
Action: Define the key.
Cause: The value of the data is not one of the enumeration choice.
Action: Select one of the enumeration choices as its value.
Cause: Data has a value less than required minimum.
Action: Increase the value.
Cause: Data has a value greater than maximum.
Action: Decrease the value.
Cause: "ref" or "name" attributes are either both missing or have both been specified.
Action: Specify either "ref", "name", but not both.
Cause: Element or attribute name is not namespace qualified.
Action: Add prefix or default namespace URI declaration.
Cause: Element or attribute name is namespace qualified.
Action: Remove prefix or default namespace URI declaration from itself or ancestors.
Cause: Some required elements in "all" particle are missing.
Action: Add the missing elements.
Cause: Missing range start character in a character range specification.
Action: Add the missing characters.
Cause: A comma is missing in a range specification.
Action: Add the missing characters.
Cause: Quatifier has invalid characters.
Action: Remove illegal characters.
Cause: Literal is not valid with respect to the pattern.
Action: Choose correct characters in the literal.
Cause: If the namespace attribute is present, then its actual value must not match the actual value of the enclosing schema's targetNamespace attribute. If the namespace attribute is not present, then the enclosing schema must have a targetNamespace attribute.
Action: Match namespace value.
Cause: For compatibility, ENTITY or ENTITIES should be used only on attributes.
Action: Remove the ENTITY or ENTITIES.
Cause: If the "complexContent" alternative is chosen, then the type definition resolved to by the actual value of the attribute "base" must be a complex type definition.
Action: Choose a complex type definition as its base type.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|