<xsd:element name="note" type="xsd:string">
<xsd:annotation>
<xsd:documentation>A note contains some descriptive text about the containing definition or individual test element. It may record an unresolved question about the definition or test, document an unknown_test, or present the reasoning as to why a particular approach was taken.</xsd:documentation>
<xsd:appinfo>
<cardinality>1-n</cardinality>
<attributes>none</attributes>
<content>string</content>
<parent_elements>notes</parent_elements>
<child_elements>none</child_elements>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|