complexType Note
diagram iso25964-1_v1.4_p46.png
namespace http://iso25964.org/
properties
abstract true
children iso25964:lexicalValue iso25964:created iso25964:modified iso25964:identifier iso25964:refersTo
used by
complexTypes CustomNote Definition EditorialNote HistoryNote ScopeNote
annotation
documentation
@language should be given as an alpha-2 code selected from ISO 639-1 if present in that list, or an alpha-3 code from ISO 639-2 if not. These codes may be extended where necessary with the additional codes described in RFC 4646[45] and listed in the IANA subtag registry[35] (see 12.4.5).
source <xsd:complexType name="Note" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">@language should be given as an alpha-2 code selected from ISO 639-1 if present in that list, or an alpha-3 code from ISO 639-2 if not. These codes may be extended where necessary with the additional codes described in RFC 4646[45] and listed in the IANA subtag registry[35] (see 12.4.5).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element ref="iso25964:lexicalValue" minOccurs="1" maxOccurs="1"/>
   
<xsd:element ref="iso25964:created" minOccurs="0" maxOccurs="1"/>
   
<xsd:element ref="iso25964:modified" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">The date when the note was last modified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="identifier" type="iso25964:Identifier" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="refersTo" type="iso25964:Identifier" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">The association between Note and ThesaurusConcept enables any note for one concept to refer to any other concept in the thesaurus. This capability is particularly useful for scope notes (see 5.3).</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element Note/identifier
diagram iso25964-1_v1.4_p47.png
namespace http://iso25964.org/
type iso25964:Identifier
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="identifier" type="iso25964:Identifier" minOccurs="0" maxOccurs="1"/>

element Note/refersTo
diagram iso25964-1_v1.4_p48.png
namespace http://iso25964.org/
type iso25964:Identifier
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
The association between Note and ThesaurusConcept enables any note for one concept to refer to any other concept in the thesaurus. This capability is particularly useful for scope notes (see 5.3).
source <xsd:element name="refersTo" type="iso25964:Identifier" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The association between Note and ThesaurusConcept enables any note for one concept to refer to any other concept in the thesaurus. This capability is particularly useful for scope notes (see 5.3).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy