complexType locationType
diagram gluon3_1_p836.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children ebucore:name ebucore:coordinates ebucore:code ebucore:region
used by
element spatialType/location
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
To provide additional information on the type of location described,
e.g. countries, regions, cities
locationId  xs:anyURI        
documentation
An identifier to support the management of location in databases and
RDF
annotation
documentation
To indicate e.g. specific place and location aspects of the resource in
complement to Description.
source <xs:complexType name="locationType">
 
<xs:annotation>
   
<xs:documentation>To indicate e.g. specific place and location aspects of the resource in
complement to Description.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="name" type="ebucore:elementType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Any location name in free text</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="coordinates" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation> Optional geospatial coordinates. 'posy' is the latitude. 'posx'
is the longitude. Both are expressed in digital degrees
</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="posy" type="float">
           
<xs:annotation>
             
<xs:documentation> The ordinate of geographical coordinates.
</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="posx" type="float">
           
<xs:annotation>
             
<xs:documentation> The abscisse of geographical coordinates.
</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attributeGroup ref="ebucore:formatGroup">
         
<xs:annotation>
           
<xs:documentation> To provide additional information on the format in which
the coordiantes are expressed.
</xs:documentation>
         
</xs:annotation>
       
</xs:attributeGroup>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="code" type="anyURI" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A location identified by a code from a predefined list of
locations.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="region" type="ebucore:regionType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation> A location specifically defined as a region, i.e. a country or
countryRegion
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attributeGroup ref="ebucore:typeGroup">
   
<xs:annotation>
     
<xs:documentation>To precise the type of place and location.</xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
 
<xs:attribute name="note" type="string">
   
<xs:annotation>
     
<xs:documentation>To provide additional information on the type of location described,
e.g. countries, regions, cities
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="locationId" type="anyURI">
   
<xs:annotation>
     
<xs:documentation>An identifier to support the management of location in databases and
RDF
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute locationType/@note
type xs:string
annotation
documentation
To provide additional information on the type of location described,
e.g. countries, regions, cities
source <xs:attribute name="note" type="string">
 
<xs:annotation>
   
<xs:documentation>To provide additional information on the type of location described,
e.g. countries, regions, cities
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute locationType/@locationId
type xs:anyURI
annotation
documentation
An identifier to support the management of location in databases and
RDF
source <xs:attribute name="locationId" type="anyURI">
 
<xs:annotation>
   
<xs:documentation>An identifier to support the management of location in databases and
RDF
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element locationType/name
diagram gluon3_1_p837.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:elementType
properties
minOcc 0
maxOcc 1
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
Any location name in free text
source <xs:element name="name" type="ebucore:elementType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Any location name in free text</xs:documentation>
 
</xs:annotation>
</xs:element>

element locationType/coordinates
diagram gluon3_1_p838.png
namespace urn:ebu:metadata-schema:ebuCore_2014
properties
minOcc 0
maxOcc 1
content complex
children ebucore:posy ebucore:posx
attributes
Name  Type  Use  Default  Fixed  Annotation
formatLabel  xs:string        
documentation
Free text to define the format of the associated element.
formatDefinition  xs:string        
documentation
Free text to provide a definition for the format.
formatLink  xs:anyURI        
documentation
A URI to link e.g. to a format in a classification scheme.
formatSource  xs:string        
documentation
To identify a source of attribution.
formatLanguage  xs:language        
documentation
To define the language in which the type information is provided.
annotation
documentation
Optional geospatial coordinates. 'posy' is the latitude. 'posx'
is the longitude. Both are expressed in digital degrees
source <xs:element name="coordinates" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation> Optional geospatial coordinates. 'posy' is the latitude. 'posx'
is the longitude. Both are expressed in digital degrees
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="posy" type="float">
       
<xs:annotation>
         
<xs:documentation> The ordinate of geographical coordinates.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="posx" type="float">
       
<xs:annotation>
         
<xs:documentation> The abscisse of geographical coordinates.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="ebucore:formatGroup">
     
<xs:annotation>
       
<xs:documentation> To provide additional information on the format in which
the coordiantes are expressed.
</xs:documentation>
     
</xs:annotation>
   
</xs:attributeGroup>
 
</xs:complexType>
</xs:element>

element locationType/coordinates/posy
diagram gluon3_1_p839.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:float
properties
content simple
annotation
documentation
The ordinate of geographical coordinates.
source <xs:element name="posy" type="float">
 
<xs:annotation>
   
<xs:documentation> The ordinate of geographical coordinates.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element locationType/coordinates/posx
diagram gluon3_1_p840.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:float
properties
content simple
annotation
documentation
The abscisse of geographical coordinates.
source <xs:element name="posx" type="float">
 
<xs:annotation>
   
<xs:documentation> The abscisse of geographical coordinates.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element locationType/code
diagram gluon3_1_p841.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:anyURI
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
A location identified by a code from a predefined list of
locations.
source <xs:element name="code" type="anyURI" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A location identified by a code from a predefined list of
locations.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element locationType/region
diagram gluon3_1_p842.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:regionType
properties
minOcc 0
maxOcc 1
content complex
children ebucore:country ebucore:countryRegion
annotation
documentation
A location specifically defined as a region, i.e. a country or
countryRegion
source <xs:element name="region" type="ebucore:regionType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation> A location specifically defined as a region, i.e. a country or
countryRegion
</xs:documentation>
 
</xs:annotation>
</xs:element>


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