complexType organisationDetailsType
diagram gluon3_1_p852.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children ebucore:organisationName ebucore:organisationCode ebucore:organisationDepartment ebucore:details ebucore:relatedInformationLink ebucore:contacts
used by
elements entityType/organisationDetails publicationServiceType/publicationSource
attributes
Name  Type  Use  Default  Fixed  Annotation
organisationId  xs:anyURI        
documentation
To provide a unique identifier for an organisation.
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.
linkToLogo  xs:anyURI        
documentation
A logo to visually identifiy an organisation
lastUpdate  xs:date        
documentation
To provide a date when this information was known to be valid.
annotation
documentation
To provide information on the details needed to contact and locate an
organisation.
source <xs:complexType name="organisationDetailsType">
 
<xs:annotation>
   
<xs:documentation> To provide information on the details needed to contact and locate an
organisation.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="organisationName" type="ebucore:compoundNameType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>The organisation name is optional as a contact maybe identified
by its contactId. The name is aa cobination of different elements of
information for a specific purpose, e.g. type of name such as the display
name or else.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="organisationCode" type="ebucore:identifierType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> To provide a code associated with and organisation.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="organisationDepartment" type="ebucore:organisationDepartmentType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>To identify one or more production area / department / service
where the resource was created/originated, in free text
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="details" type="ebucore:detailsType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> To provide detailed contact information for an organisation.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="relatedInformationLink" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> To provide a link to a resource containing related additional
information about the organisation, e.g. a Wikipedia page.
</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="anyURI">
           
<xs:attributeGroup ref="ebucore:typeGroup">
             
<xs:annotation>
               
<xs:documentation> A group of attributes to define the type of link
provided.
</xs:documentation>
             
</xs:annotation>
           
</xs:attributeGroup>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="contacts" type="ebucore:entityType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> Useful to provide contact information within the organisation
particularly is no other person information is otherwise provided.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="organisationId" type="anyURI">
   
<xs:annotation>
     
<xs:documentation> To provide a unique identifier for an organisation. </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ebucore:typeGroup">
   
<xs:annotation>
     
<xs:documentation> A group of attributes to specific a type or organisation.
</xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
 
<xs:attribute name="linkToLogo" type="anyURI">
   
<xs:annotation>
     
<xs:documentation> A logo to visually identifiy an organisation </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="lastUpdate" type="date">
   
<xs:annotation>
     
<xs:documentation> To provide a date when this information was known to be valid.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute organisationDetailsType/@organisationId
type xs:anyURI
annotation
documentation
To provide a unique identifier for an organisation.
source <xs:attribute name="organisationId" type="anyURI">
 
<xs:annotation>
   
<xs:documentation> To provide a unique identifier for an organisation. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute organisationDetailsType/@linkToLogo
type xs:anyURI
annotation
documentation
A logo to visually identifiy an organisation
source <xs:attribute name="linkToLogo" type="anyURI">
 
<xs:annotation>
   
<xs:documentation> A logo to visually identifiy an organisation </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute organisationDetailsType/@lastUpdate
type xs:date
annotation
documentation
To provide a date when this information was known to be valid.
source <xs:attribute name="lastUpdate" type="date">
 
<xs:annotation>
   
<xs:documentation> To provide a date when this information was known to be valid.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element organisationDetailsType/organisationName
diagram gluon3_1_p853.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:compoundNameType
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.
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.
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
The organisation name is optional as a contact maybe identified
by its contactId. The name is aa cobination of different elements of
information for a specific purpose, e.g. type of name such as the display
name or else.
source <xs:element name="organisationName" type="ebucore:compoundNameType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The organisation name is optional as a contact maybe identified
by its contactId. The name is aa cobination of different elements of
information for a specific purpose, e.g. type of name such as the display
name or else.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element organisationDetailsType/organisationCode
diagram gluon3_1_p854.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:identifierType
properties
minOcc 0
maxOcc unbounded
content complex
children identifier ebucore:attributor
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.
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.
note  xs:string        
documentation
Optional additional contextual information.
annotation
documentation
To provide a code associated with and organisation.
source <xs:element name="organisationCode" type="ebucore:identifierType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> To provide a code associated with and organisation.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element organisationDetailsType/organisationDepartment
diagram gluon3_1_p855.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:organisationDepartmentType
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.
departmentId  xs:anyURI        
documentation
To provide a unique identifier for a department within an
organisation.
annotation
documentation
To identify one or more production area / department / service
where the resource was created/originated, in free text
source <xs:element name="organisationDepartment" type="ebucore:organisationDepartmentType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>To identify one or more production area / department / service
where the resource was created/originated, in free text
</xs:documentation>
 
</xs:annotation>
</xs:element>

element organisationDetailsType/details
diagram gluon3_1_p856.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:detailsType
properties
minOcc 0
maxOcc unbounded
content complex
children ebucore:emailAddress ebucore:webAddress ebucore:address ebucore:telephoneNumber ebucore:mobileTelephoneNumber
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.
annotation
documentation
To provide detailed contact information for an organisation.
source <xs:element name="details" type="ebucore:detailsType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> To provide detailed contact information for an organisation.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element organisationDetailsType/relatedInformationLink
diagram gluon3_1_p857.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type extension of xs:anyURI
properties
minOcc 0
maxOcc unbounded
content complex
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.
annotation
documentation
To provide a link to a resource containing related additional
information about the organisation, e.g. a Wikipedia page.
source <xs:element name="relatedInformationLink" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> To provide a link to a resource containing related additional
information about the organisation, e.g. a Wikipedia page.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="anyURI">
       
<xs:attributeGroup ref="ebucore:typeGroup">
         
<xs:annotation>
           
<xs:documentation> A group of attributes to define the type of link
provided.
</xs:documentation>
         
</xs:annotation>
       
</xs:attributeGroup>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element organisationDetailsType/contacts
diagram gluon3_1_p858.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:entityType
properties
minOcc 0
maxOcc unbounded
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
Useful to provide contact information within the organisation
particularly is no other person information is otherwise provided.
source <xs:element name="contacts" type="ebucore:entityType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> Useful to provide contact information within the organisation
particularly is no other person information is otherwise provided.
</xs:documentation>
 
</xs:annotation>
</xs:element>


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