diagram |
|
namespace |
urn:ebu:metadata-schema:ebuCore_2014 |
type |
extension of xs:int |
properties |
|
used by |
|
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 | A frequency expressed in "Hz" defining a value associated to a type e.g.
low_stop or high_stop |
|
source |
<xs:element name="frequency">
<xs:annotation>
<xs:documentation> A frequency expressed in "Hz" defining a value associated to a type e.g.
low_stop or high_stop </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="int">
<xs:attributeGroup ref="ebucore:typeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element> |