complexType addressType
diagram gluon3_1_p605.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children ebucore:addressLine ebucore:addressTownCity ebucore:addressCountyState ebucore:addressDeliveryCode ebucore:country
used by
element detailsType/address
annotation
documentation
Provides address details for an organisation or contact.
source <xs:complexType name="addressType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN"> Provides address details for an organisation or contact.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="addressLine" type="ebucore:elementType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A line containing details of an address such as the street name
and number.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="addressTownCity" type="ebucore:elementType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The name of the city within which the adress is
located.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="addressCountyState" type="ebucore:elementType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The name of the county and/or state within which the address is
located.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="addressDeliveryCode" type="string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation> The postal/delivery code corresponding to the address.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="country" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The country within which the address is located.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attributeGroup ref="ebucore:typeGroup">
         
<xs:annotation>
           
<xs:documentation> A group of attributes to specify a country by it name or
code, optionally from a classification scheme.
</xs:documentation>
         
</xs:annotation>
       
</xs:attributeGroup>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element addressType/addressLine
diagram gluon3_1_p606.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
A line containing details of an address such as the street name
and number.
source <xs:element name="addressLine" type="ebucore:elementType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A line containing details of an address such as the street name
and number.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element addressType/addressTownCity
diagram gluon3_1_p607.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
The name of the city within which the adress is
located.
source <xs:element name="addressTownCity" type="ebucore:elementType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The name of the city within which the adress is
located.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element addressType/addressCountyState
diagram gluon3_1_p608.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
The name of the county and/or state within which the address is
located.
source <xs:element name="addressCountyState" type="ebucore:elementType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The name of the county and/or state within which the address is
located.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element addressType/addressDeliveryCode
diagram gluon3_1_p609.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The postal/delivery code corresponding to the address.
source <xs:element name="addressDeliveryCode" type="string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation> The postal/delivery code corresponding to the address.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element addressType/country
diagram gluon3_1_p610.png
namespace urn:ebu:metadata-schema:ebuCore_2014
properties
minOcc 0
maxOcc 1
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
The country within which the address is located.
source <xs:element name="country" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The country within which the address is located.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attributeGroup ref="ebucore:typeGroup">
     
<xs:annotation>
       
<xs:documentation> A group of attributes to specify a country by it name or
code, optionally from a classification scheme.
</xs:documentation>
     
</xs:annotation>
   
</xs:attributeGroup>
 
</xs:complexType>
</xs:element>


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