complexType organisationDepartmentType
diagram gluon3_1_p851.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type extension of ebucore:elementType
properties
base ebucore:elementType
used by
element organisationDetailsType/organisationDepartment
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.
source <xs:complexType name="organisationDepartmentType">
 
<xs:complexContent>
   
<xs:extension base="ebucore:elementType">
     
<xs:attribute name="departmentId" type="anyURI">
       
<xs:annotation>
         
<xs:documentation> To provide a unique identifier for a department within an
organisation.
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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


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