complexType compoundNameType
diagram gluon3_1_p684.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type extension of ebucore:elementType
properties
base ebucore:elementType
used by
elements contactDetailsType/name organisationDetailsType/organisationName
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
To allow the definition of a compound name combining different elements
of information for a usage defined by the typeGroup attributes and in a format
defined by the formatGroup attributes. For use for contact and organisation names.
source <xs:complexType name="compoundNameType">
 
<xs:annotation>
   
<xs:documentation> To allow the definition of a compound name combining different elements
of information for a usage defined by the typeGroup attributes and in a format
defined by the formatGroup attributes. For use for contact and organisation names.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ebucore:elementType">
     
<xs:attributeGroup ref="ebucore:typeGroup">
       
<xs:annotation>
         
<xs:documentation> A group of attributes to specify a type of compound name.
</xs:documentation>
       
</xs:annotation>
     
</xs:attributeGroup>
     
<xs:attributeGroup ref="ebucore:formatGroup">
       
<xs:annotation>
         
<xs:documentation> A group of attributes to define a format/structure of a
compound name.
</xs:documentation>
       
</xs:annotation>
     
</xs:attributeGroup>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>


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