Author: lmandel
Date: Tue Dec  6 15:03:57 2005
New Revision: 354604

URL: http://svn.apache.org/viewcvs?rev=354604&view=rev
Log:
Corrected messages.

Modified:
    incubator/woden/java/src/org/apache/woden/internal/Messages.properties

Modified: incubator/woden/java/src/org/apache/woden/internal/Messages.properties
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/internal/Messages.properties?rev=354604&r1=354603&r2=354604&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/internal/Messages.properties 
(original)
+++ incubator/woden/java/src/org/apache/woden/internal/Messages.properties Tue 
Dec  6 15:03:57 2005
@@ -88,16 +88,16 @@
 
 # ---------------- WSDL Document Level Assertions -------------------
 
-Description-0025 = The target namespace '{0}' is not an absolute IRI. The 
target namespace must be an absolute IRI.
+Description-0025 = The target namespace ''{0}'' is not an absolute IRI. The 
target namespace must be an absolute IRI.
 Description-0025.assertion = The type of the targetNamespace attribute 
information item is xs:anyURI. Its value MUST be an absolute IRI (see [IETF RFC 
3987]).
 
-Import-0001 = The component '{0}' is in the namespace '{1}', which has not 
been imported. A namespace must be imported before components from it can be 
referenced in this document.
+Import-0001 = The component ''{0}'' is in the namespace ''{1}'', which has not 
been imported. A namespace must be imported before components from it can be 
referenced in this document.
 Import-0001.assertion =  However, any WSDL 2.0 document that contains 
component definitions that refer by QName to WSDL 2.0 components that belong to 
a different namespace MUST contain a wsdl:import element information item  for 
that namespace (see 4.2 Importing Descriptions).
 
-Import-0003 = The imported document located at '{0}' has the same namespace as 
this document. An imported document's target namespace must be different than 
the target namespace of the document that imports it. If the target namespaces 
are the same a WSDL include should be used instead of a WSDL import.
+Import-0003 = The imported document located at ''{0}'' has the same namespace 
as this document. An imported document's target namespace must be different 
than the target namespace of the document that imports it. If the target 
namespaces are the same a WSDL include should be used instead of a WSDL import.
 Import-0003.assertion =  Imported components have different target namespace 
values from the WSDL 2.0 document that is importing them.
 
-Interface-0031 = The styleDefault attribute contains the IRI '{0}', which is 
not absolute. All IRIs specified for styleDefault must be absolute.
+Interface-0031 = The styleDefault attribute contains the IRI ''{0}'', which is 
not absolute. All IRIs specified for styleDefault must be absolute.
 Interface-0031.assertion = The type of the styleDefault attribute information 
item is list of xs:anyURI. Its value, if present, MUST contain absolute IRIs 
(see [IETF RFC 3987]).
 
 MessageLabel-0004 = 
@@ -136,21 +136,21 @@
 MessageLabel-0015 = 
 MessageLabel-0015.assertion =  If the messageLabel attribute information item  
of a binding fault reference element information item  is absent then there 
MUST be a unique placeholder message with {direction} equal to the message 
direction.
 
-Schema-0016 = A component in the XML Schema namespace '{0}' has been 
referenced but this namespace is not available. In order to reference 
components from a XML Schema namespace the namespace must be imported or 
defined inline.
+Schema-0016 = A component in the XML Schema namespace ''{0}'' has been 
referenced but this namespace is not available. In order to reference 
components from a XML Schema namespace the namespace must be imported or 
defined inline.
 Schema-0016.assertion = A WSDL 2.0 document MUST NOT refer to XML Schema 
components in a given namespace unless an xs:import or xs:schema element 
information item for that namespace is present or the namespace is the XML 
Schema namespace which contains built-in types as defined in XML Schema Part 2: 
Datatypes Second Edition [XML Schema: Datatypes].
 
 # schema-0017 is a replacement for WSDL501
 WSDL501=The XML schema imported from "{0}" must specify a target namespace.
-Schema-0017 = The XML schema imported from '{0}' must specify a target 
namespace.
+Schema-0017 = The XML schema imported from ''{0}'' must specify a target 
namespace.
 Schema-0017.assertion = The referenced schema MUST contain a targetNamespace 
attribute information item on its xs:schema element information item.
 
 #schema-0017b is a replacement for WSDL502
 WSDL502=The namespace "{0}" specified on a schema import element does not 
match the target namespace "{1}" of the schema at the schemaLocation "{2}".
 
-Schema-0018 = The element '{0}' has already been defined in another inline XML 
Schema with the target namespace '{1}'.
+Schema-0018 = The element ''{0}'' has already been defined in another inline 
XML Schema with the target namespace ''{1}''.
 Schema-0018.assertion = A WSDL 2.0 document MUST NOT define the same element 
or type in more than one inlined schema.
 
-Schema-0018b = The type '{0}' has already been defined in another inline XML 
Schema with the target namespace '{1}'.
+Schema-0018b = The type ''{0}'' has already been defined in another inline XML 
Schema with the target namespace ''{1}''.
 Schema-0018b.assertion = A WSDL 2.0 document MUST NOT define the same element 
or type in more than one inlined schema.
 
 # error schema-0019 is a replacement for WSDL503
@@ -159,23 +159,23 @@
 Schema-0019.assertion =  The xs:schema element information item MUST contain a 
targetNamespace attribute information item.
 
 # This assertion is for interface message reference
-Schema-0020 = The message reference '{0}' refers to the type definition '{1}'. 
A message reference must refer to an element definition. 
+Schema-0020 = The message reference ''{0}'' refers to the type definition 
''{1}''. A message reference must refer to an element definition. 
 Schema-0020.assertion = An element attribute information item MUST NOT refer 
to a global xs:simpleType or xs:complexType definition.
 
 # This assertion is for interface fault
-Schema-0020b = The fault '{0}' refers to the type definition '{1}'. A fault 
must refer to an element definition. 
+Schema-0020b = The fault ''{0}'' refers to the type definition ''{1}''. A 
fault must refer to an element definition. 
 Schema-0020b.assertion = An element attribute information item MUST NOT refer 
to a global xs:simpleType or xs:complexType definition.
 
 Schema-0021 = The alternative schema language makes use of the XML Schema 
namespace.
 Schema-0021.assertion = A specification of extension syntax for an alternative 
schema language MUST use a namespace that is different than the namespace of 
XML Schema.
 
-Schema-0022 = The binding '{0}' specified is not consistent with the interface 
'{1}' specified. The binding must refer to the same interface as is specified 
by the interace attribute.
+Schema-0022 = The binding ''{0}'' specified is not consistent with the 
interface ''{1}'' specified. The binding must refer to the same interface as is 
specified by the interace attribute.
 Schema-0022.assertion = If wsdlx:interface and wsdlx:binding are used together 
then they MUST satisfy the same consistency rules that apply to the {interface} 
property of a Service component and the {binding} property of a nested Endpoint 
component, that is either the binding refers the interface of the service or 
the binding refers to no interface.
 
-Schema-0052 = The imported XML Schema is not defined with the namespace '{0}' 
that is specified on the import element.
+Schema-0052 = The imported XML Schema is not defined with the namespace 
''{0}'' that is specified on the import element.
 Schema-0052.assertion = The value of the targetNamespace attribute information 
item of the xs:schema element information item of an imported schema MUST equal 
the value of the namespace of the import element information item in the 
importing WSDL 2.0 document.
 
-Schema-0053 = The namespace '{0}' specified is not an absolute IRI.
+Schema-0053 = The namespace ''{0}'' specified is not an absolute IRI.
 Schema-0053.assertion = The namespace used for an alternate schema language 
MUST be an absolute IRI.
 
 Types-0023 = The alternate schema language does not include a declaration of 
an element information item to appear as a child of the types element.
@@ -188,19 +188,19 @@
 Description-0024.ref = 2.1.2
 Description-0024.assertion = Each WSDL 2.0 or type system component MUST be 
uniquely identified by its qualified name.
 
-FeatureRef-0046 = The ref '{0}' specified for this feature is not absolute. 
The ref must be absolute.
+FeatureRef-0046 = The ref ''{0}'' specified for this feature is not absolute. 
The ref must be absolute.
 FeatureRef-0046.ref = 2.7.1
 FeatureRef-0046.assertion = This xs:anyURI MUST be an absolute IRI as defined 
by [IETF RFC 3987].
 
-FeatureRef-0047 = The ref '{0}' has already been specified for a feature in 
this component. The ref property for a feature must be unique within the 
enclosing component.
+FeatureRef-0047 = The ref ''{0}'' has already been specified for a feature in 
this component. The ref property for a feature must be unique within the 
enclosing component.
 FeatureRef-0047.ref = 2.7.1
 FeatureRef-0047.assertion = The {ref} property of a Feature component MUST be 
unique within the {features} property of an Interface, Interface Fault, 
Interface Operation, Interface Message Reference, Interface Fault Reference, 
Binding, Binding Fault, Binding Operation, Binding Message Reference, Binding 
Fault Reference, Service, or Endpoint component.
 
-Interface-0027 = This interface extends itself via the extended interface 
'{0}'. An interface cannot appear in the list of interfaces it extends.
+Interface-0027 = This interface extends itself via the extended interface 
''{0}''. An interface cannot appear in the list of interfaces it extends.
 Interface-0027.ref = 2.2.1
 Interface-0027.assertion = To avoid circular definitions, an interface MUST 
NOT appear as an element of the set of interfaces it extends, either directly 
or indirectly.
 
-Interface-0030 = An interface with the name '{0}' has already been defined for 
the description component. All interfaces defined in the description component 
must have unique names.
+Interface-0030 = An interface with the name ''{0}'' has already been defined 
for the description component. All interfaces defined in the description 
component must have unique names.
 Interface-0030.ref = 2.2.1
 Interface-0030.assertion = For each Interface component in the {interfaces} 
property of a Description component, the {name} property MUST be unique.
 
@@ -208,7 +208,7 @@
 InterfaceFault-0028.ref = 2.2.1
 InterfaceFault-0028.assertion = The namespace name of the {name} property of 
each Interface Fault in this set MUST be the same as the namespace name of the 
{name} property of this Interface component.
 
-InterfaceFault-0032 = An interface fault with the name '{0}' has already been 
defined for the interface component. All interface faults defined for an 
interface component must have a unique name.
+InterfaceFault-0032 = An interface fault with the name ''{0}'' has already 
been defined for the interface component. All interface faults defined for an 
interface component must have a unique name.
 InterfaceFault-0032.ref = 2.3.1
 InterfaceFault-0032.assertion = For each Interface Fault component in the 
{interface faults} property of an Interface component, the {name} property must 
be unique.
 
@@ -224,7 +224,7 @@
 InterfaceFaultReference-0044.ref = 2.6.1
 InterfaceFaultReference-0044.assertion = The direction MUST be consistent with 
the direction implied by the fault propagation ruleset used in the message 
exchange pattern of the operation.
 
-InterfaceFaultReference-0045 = An interface fault reference with for the fault 
'{0}' and message label '{1}' has already been defined for this interface 
operation. Each fault reference in an interface operation must have a unique 
combination of fault and message label.
+InterfaceFaultReference-0045 = An interface fault reference with for the fault 
''{0}'' and message label ''{1}'' has already been defined for this interface 
operation. Each fault reference in an interface operation must have a unique 
combination of fault and message label.
 InterfaceFaultReference-0045.ref = 2.6.1
 InterfaceFaultReference-0045.assertion = For each Interface Fault Reference 
component in the {interface fault references} property of an Interface 
Operation component, the combination of its {interface fault} and {message 
label} properties MUST be unique.
 
@@ -236,7 +236,7 @@
 InterfaceMessageReference-0041.ref = 2.5.1
 InterfaceMessageReference-0041.assertion = When the {message content model} 
property has the value #any or #none the {element declaration} property MUST be 
empty.
 
-InterfaceMessageReference-0042 = An interface message reference with the 
message label '{0}' has already been defined. An interface message reference 
must have a unique message label within the interface operation that contains 
it.
+InterfaceMessageReference-0042 = An interface message reference with the 
message label ''{0}'' has already been defined. An interface message reference 
must have a unique message label within the interface operation that contains 
it.
 InterfaceMessageReference-0042.ref = 2.5.1
 InterfaceMessageReference-0042.assertion = For each Interface Message 
Reference component in the {interface message references} property of an 
Interface Operation component, its {message label} property MUST be unique.
 
@@ -244,7 +244,7 @@
 InterfaceOperation-0029.ref = 2.2.1
 InterfaceOperation-0029.assertion = The namespace name of the {name} property 
of each Interface Operation in this set MUST be the same as the namespace name 
of the {name} property of this Interface component.
 
-InterfaceOperation-0035 = An interface operation with the name '{0}' has 
already been defined for the interface component. All interface operations 
defined for an interface component must have a unique name.
+InterfaceOperation-0035 = An interface operation with the name ''{0}'' has 
already been defined for the interface component. All interface operations 
defined for an interface component must have a unique name.
 InterfaceOperation-0035.ref = Section 2.4.1
 InterfaceOperation-0035.assertion = For each Interface Operation component in 
the {interface operations} property of an Interface component, the {name} 
property MUST be unique.
 
@@ -256,7 +256,7 @@
 InterfaceOperation-0038.ref = 2.4.1.2
 InterfaceOperation-0038.assertion = An Interface Operation component MUST 
satisfy the specification defined by each operation style identified by its 
{style} property.
 
-MEP-0037 = The message exchange pattern '{0}' is not absolute. A message 
exchange pattern must be identified by an absolute IRI.
+MEP-0037 = The message exchange pattern ''{0}'' is not absolute. A message 
exchange pattern must be identified by an absolute IRI.
 MEP-0037.ref = 2.4.1.1
 MEP-0037.assertion = A message exchange pattern is uniquely identified by an 
absolute IRI which is used as the value of the {message exchange pattern} 
property the Interface Operation component, and it specifies the fault 
propagation ruleset that its faults obey.
 
@@ -264,7 +264,7 @@
 MessageLabel-0039.ref = 2.5.1
 MessageLabel-0039.assertion = The value of this property MUST match the name 
of a placeholder message defined by the message exchange pattern.
 
-Property-0049 = The constraint references type '{0}' that is not available. A 
constraint may only reference types that are available in the description 
component.
+Property-0049 = The constraint references type ''{0}'' that is not available. 
A constraint may only reference types that are available in the description 
component.
 Property-0049.ref = 2.8.1
 Property-0049.assertion = A reference to a Type Definition component in the 
{type definitions} property of the Description component constraining the value 
of the Property, or the token #value if the {value} property is not empty.
 
@@ -272,7 +272,7 @@
 Property-0049b.ref = 2.8.1
 Property-0049b.assertion = A reference to a Type Definition component in the 
{type definitions} property of the Description component constraining the value 
of the Property, or the token #value if the {value} property is not empty.
 
-Property-0050 = The ref '{0}' has already been specified for a property in 
this component. The ref property for a property must be unique within the 
enclosing component.
+Property-0050 = The ref ''{0}'' has already been specified for a property in 
this component. The ref property for a property must be unique within the 
enclosing component.
 Property-0050.ref = 2.8.1
 Property-0050.assertion = The {ref} property of a Property component MUST be 
unique within the {properties} property of an Interface, Interface Fault, 
Interface Operation, Interface Message Reference, Interface Fault Reference, 
Binding, Binding Fault, Binding Operation, Binding Message Reference, Binding 
Fault Reference, Service, or Endpoint component.
 
@@ -280,7 +280,7 @@
 Property-0051.ref = 2.8.1.1
 Property-0051.assertion = All specified values MUST be equal and belong to 
each specified value set.
 
-PropertyRef-0048 = The ref '{0}' specified for this property is not absolute. 
The ref must be absolute.
+PropertyRef-0048 = The ref ''{0}'' specified for this property is not 
absolute. The ref must be absolute.
 PropertyRef-0048.ref = 2.8.1
 PropertyRef-0048.assertion = This xs:anyURI MUST an absolute IRI as defined by 
[IETF RFC 3987].
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to