Various minor issues have been found in the TOSCA v1.0 OASIS Standard:
#1:
Line 2443 misses a quote.
xmlns:mcp="http://www.example.com/SampleCapabilityProperties
should be
xmlns:mcp="http://www.example.com/SampleCapabilityProperties"
#2:
Line 2333, the closing quote for mrp is missing:
xmlns:mrp="http://www.example.com/SampleRequirementProperties>
should be
xmlns:mrp="http://www.example.com/SampleRequirementProperties">
#3:
On line 2807, there is a superfluous ">"
Lines 2807 and 2808 are:
xmlns:bnt="http://www.example.com/BaseNodeTypes">
xmlns:spp="http://www.example.com/SamplePolicyProperties">
But should be:
xmlns:bnt="http://www.example.com/BaseNodeTypes"
xmlns:spp="http://www.example.com/SamplePolicyProperties">
#4:
Lines 1580, 1582, and 1584 miss an "e"
InputParam*e*ter
#5:
Line 2025 reads "RelationshipTypeProperties", but it should by
"PropertiesDefinition", because tRelationshipType inherits from
tElementType.
#6:
In line 2195 it should read "Relationship Type" instead of "Node Type"
#7:
In line 2220 the tag "ImplementationArtifact" has to be closed, not opended
again.
#8:
Line 433: When talking about imports, the specification says that "the value of the
importType attribute MUST be set to
http://docs.oasis-open.org/tosca/ns/2011/12 when importing Service Template
documents".
Shouldn't "Service Template documents" replaced by "Definitions documents"
to be in line with line 411, which states "TOSCA Definitions".
#9:
Line 1710 (text) requires a name attribute of an IA.
Line 1634 (listing) does NOT show a name
Lines 4251 to 4262 (XSD) does NOT show a name either