Note Element. Notes are made up of note parts which can have note sub parts. Each note sub part can have it's own note part forming a tree structure of notes. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
date-revised | xs:string | optional |
Complex Type | classification-item-type |
<xs:element name="notes-and-warnings"> <xs:annotation> <xs:documentation>Note Element. Notes are made up of note parts which can have note sub parts. Each note sub part can have it's own note part forming a tree structure of notes.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="note" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="date-revised" type="xs:string"/> </xs:complexType> </xs:element> |