complexType subjectType
diagram gluon3_1_p910.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children subject ebucore:subjectCode ebucore:subjectDefinition ebucore:attributor
used by
element coreMetadataType/subject
attributes
Name  Type  Use  Default  Fixed  Annotation
typeLabel  xs:string        
documentation
Free text to define the type of the associated element.
typeDefinition  xs:string        
documentation
Free text to provide a definition for the type.
typeLink  xs:anyURI        
documentation
A URI to link e.g. to a type in a classification scheme.
typeSource  xs:string        
documentation
To identify a source of attribution.
typeLanguage  xs:language        
documentation
To define the language in which the type information is provided.
note  xs:string        
documentation
Optional additional contextual information.
annotation
documentation
The generalised topic of that represents the intellectual content of the
resource. Typically, a subject is expressed by keywords, key phrases, or even
specific classification codes. Controlled vocabularies, authorities, or formal
classification schemes may be employed when selecting descriptive subject terms. It
is possible to employ both keywords, derived from a formal classification scheme,
such as Dewey or UDC, and genres/subgenres such as those produced by TV-Anytime or
Escort, to cover Subject(s) and Genre(s) and enter as appropriate Subject Type
below. Persons as subjects are also placed here. Genre of the content is placed
under element Type.
source <xs:complexType name="subjectType">
 
<xs:annotation>
   
<xs:documentation>The generalised topic of that represents the intellectual content of the
resource. Typically, a subject is expressed by keywords, key phrases, or even
specific classification codes. Controlled vocabularies, authorities, or formal
classification schemes may be employed when selecting descriptive subject terms. It
is possible to employ both keywords, derived from a formal classification scheme,
such as Dewey or UDC, and genres/subgenres such as those produced by TV-Anytime or
Escort, to cover Subject(s) and Genre(s) and enter as appropriate Subject Type
below. Persons as subjects are also placed here. Genre of the content is placed
under element Type.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="dc:subject" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>To express the subject in the form of free text. </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="subjectCode" type="anyURI" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>To alternatively express the subject using predefined terms
expressed by classification codes. Reference data: - Library of Congress
Subject Heading (LCSH), Library of Congress Classification (LCC), Medical
Subject Headings (MeSH), Dewey Decimal Classification (DDC), Dansk
decimalklassedeling 5.utgave (DK5), Klassifikasjonssystem för svenska
bibliotek (SAB), Universal Decimal Classification (UDC), Norske emneord -
http://cv.iptc.org/newscodes/subjectcode/. Example:
http://cv.iptc.org/newscodes/subjectcode/#15065000
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="subjectDefinition" type="ebucore:elementType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>An optional definition. Example: ‘the subject is about tennis
(sport, game)’
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="attributor" type="ebucore:entityType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>To identify the source of attribution of the
subject/tag.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attributeGroup ref="ebucore:typeGroup">
   
<xs:annotation>
     
<xs:documentation>To define the source of reference for subject such as a reference
document or classification scheme or the framework within which a tag has been
attributed.
</xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
 
<xs:attribute name="note" type="string">
   
<xs:annotation>
     
<xs:documentation> Optional additional contextual information. </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute subjectType/@note
type xs:string
annotation
documentation
Optional additional contextual information.
source <xs:attribute name="note" type="string">
 
<xs:annotation>
   
<xs:documentation> Optional additional contextual information. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

element subjectType/subjectCode
diagram gluon3_1_p911.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:anyURI
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
To alternatively express the subject using predefined terms
expressed by classification codes. Reference data: - Library of Congress
Subject Heading (LCSH), Library of Congress Classification (LCC), Medical
Subject Headings (MeSH), Dewey Decimal Classification (DDC), Dansk
decimalklassedeling 5.utgave (DK5), Klassifikasjonssystem för svenska
bibliotek (SAB), Universal Decimal Classification (UDC), Norske emneord -
http://cv.iptc.org/newscodes/subjectcode/. Example:
http://cv.iptc.org/newscodes/subjectcode/#15065000
source <xs:element name="subjectCode" type="anyURI" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>To alternatively express the subject using predefined terms
expressed by classification codes. Reference data: - Library of Congress
Subject Heading (LCSH), Library of Congress Classification (LCC), Medical
Subject Headings (MeSH), Dewey Decimal Classification (DDC), Dansk
decimalklassedeling 5.utgave (DK5), Klassifikasjonssystem för svenska
bibliotek (SAB), Universal Decimal Classification (UDC), Norske emneord -
http://cv.iptc.org/newscodes/subjectcode/. Example:
http://cv.iptc.org/newscodes/subjectcode/#15065000
</xs:documentation>
 
</xs:annotation>
</xs:element>

element subjectType/subjectDefinition
diagram gluon3_1_p912.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:elementType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
xml:lang  xs:language  optional  en    
charset  xs:string        
documentation
An EBUCore extension of the dc:elementType (string +
xml:lang) to precise the character set used to represent the string. If
the character set is different from the set declared for the whole
metadata instance, then data contained in the string should be escaped.
encoding  xs:string        
documentation
To specify if the string (using a particular character set if
specified) has been encoded using e.g. base64Binary encoding.
transcription  xs:string        
documentation
To specify the scripting format as defined in in ISO 15924.
This allows defining a translation format with pronounciation of compex
characters. The other option consists of providing the scripting format
as part of the xml:lang tag as defined in RFC 5646.
annotation
documentation
An optional definition. Example: ‘the subject is about tennis
(sport, game)’
source <xs:element name="subjectDefinition" type="ebucore:elementType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>An optional definition. Example: ‘the subject is about tennis
(sport, game)’
</xs:documentation>
 
</xs:annotation>
</xs:element>

element subjectType/attributor
diagram gluon3_1_p913.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:entityType
properties
minOcc 0
maxOcc 1
content complex
children ebucore:contactDetails ebucore:organisationDetails ebucore:role
attributes
Name  Type  Use  Default  Fixed  Annotation
entityId  xs:anyURI        
documentation
To provide a unique Id for the entity.
annotation
documentation
To identify the source of attribution of the
subject/tag.
source <xs:element name="attributor" type="ebucore:entityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>To identify the source of attribution of the
subject/tag.
</xs:documentation>
 
</xs:annotation>
</xs:element>


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