complexType "VocabularyType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (3):
-
All Direct / Indirect Based 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:sequence>
<xs:element minOccurs="0" ref="VocabularyTitle"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Abbreviation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Keyword"/>
<xs:element minOccurs="0" ref="r:URI"/>
<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 (all declarations; defined within this component only; 9/9)
-
Information regarding the selection and usage of the vocabulary including appropriate usage constraints. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Comments"/>
|
-
Abbreviation of vocabulary title.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Abbreviation"/>
|
-
A description of the content and purpose of the Vocabulary. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
-
Keywords that describe the vocabulary.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Keyword"/>
|
-
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" ref="r:URI"/>
|
-
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.
XML Source (w/o annotations (1); see within schema source)
-
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"/>
|