com.sun.xml.xsom.impl.parser.Messages.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of schema2proto-xsom Show documentation
Show all versions of schema2proto-xsom Show documentation
XML Schema Object Model (XSOM) is a Java library that allows applications to easily parse XML Schema
documents and inspect information in them. It is expected to be useful for applications that need to take XML
Schema as an input.
The newest version!
#
# Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Distribution License v. 1.0, which is available at
# http://www.eclipse.org/org/documents/edl-v10.php.
#
# SPDX-License-Identifier: BSD-3-Clause
#
UndefinedSimpleType = \
undefined simple type ''{0}''
UndefinedCompplexType = \
undefined complex type ''{0}''
UndefinedType = \
undefined simple or complex type ''{0}''
UndefinedElement = \
undefined element declaration ''{0}''
UndefinedModelGroup = \
undefined model group ''{0}''
UndefinedAttribute = \
undefined attribute ''{0}''
UndefinedAttributeGroup = \
undefined attribute group ''{0}''
UndefinedIdentityConstraint = \
undefined identity constraint ''{0}''
UndefinedPrefix = \
unbounded prefix ''{0}''
UnexpectedTargetnamespace.Include = \
the target namespace of the included schema "{0}" doesn''t agree with the expected value "{1}"
UnexpectedTargetnamespace.Import = \
the target namespace of the imported schema "{0}" doesn''t agree with the expected value "{1}"
DoubleDefinition = \
''{0}'' is already defined
DoubleDefinition.Original = \
(related to above error) the first definition appears here
MissingSchemaLocation = \
a "schemaLocation" attribute is required
EntityResolutionFailure = \
failed to retrieve ''{0}'': {1}
SimpleContentExpected = \
A complex type with a simple content or a simple type is expected but found ''{0}'':{1}
JAXPUnsupportedProperty = \
Property "{0}" is not supported by used JAXP implementation.
JAXPSupportedProperty = \
Property "{0}" is supported and has been successfuly set by used JAXP implementation.