complexType "VocabularyType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (9):
-
All Direct / Indirect Based Elements (1):
-
Known Usage Locations
- As direct type of elements (1):
Annotation
Provides information about the vocabulary used to create a concept scheme.
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="VocabularyType"> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Title"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Abbreviation"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Keyword"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/> <xs:element minOccurs="0" name="URI" type="xs:anyURI"/> <xs:element minOccurs="0" name="XML-URI" type="xs:anyURI"/> <xs:element minOccurs="0" name="Scheme" type="xs:string"/> <xs:element minOccurs="0" name="SchemeURI" type="xs:anyURI"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Comments"/> </xs:sequence> </xs:complexType> |
Content Element Detail (defined in this component only; 9/9) -
Abbreviation of vocabulary title.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Abbreviation"/> |
-
Human-readable comments on the usage of the vocabulary.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Comments"/> |
-
Keywords that describe the vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Keyword"/> |
-
Textual description of the vocabulary.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/> |
-
Type: |
xs:string, predefined, simple content |
Textual description of the XML scheme in which the classification is written.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Scheme" type="xs:string"/> |
-
Type: |
xs:anyURI, predefined, simple content |
URI to the XML scheme used in the vocabulary (DTD or XML Schema for the XML document above; schemes like DDI, Claset, Neuchatel, and DocBook). Typically, this will be an XML namespace.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SchemeURI" type="xs:anyURI"/> |
-
Full title of vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Title"/> |
-
Type: |
xs:anyURI, predefined, simple content |
URI to external resource providing information about the vocabulary (general description, main web page).
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="URI" type="xs:anyURI"/> |
-
Type: |
xs:anyURI, predefined, simple content |
URI to the vocabulary represented as an XML document.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="XML-URI" type="xs:anyURI"/> |