| diagram |
 |
| namespace |
urn:ebu:metadata-schema:ebuCore_2014 |
| type |
extension of ebucore:rationalType |
| properties |
| base | ebucore:rationalType |
|
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | Annotation | | factorNumerator | xs:integer | | 1 | | | documentation | The numerator of the fraction / rational number.
|
| | factorDenominator | xs:integer | | 1 | | | documentation | The denominator of the fraction / rational number.
|
| | 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 complex Type defining the structure of a technical attribute ot type
rational. |
|
| source |
<xs:complexType name="technicalAttributeRationalType">
<xs:annotation>
<xs:documentation> A complex Type defining the structure of a technical attribute ot type
rational. </xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ebucore:rationalType">
<xs:attributeGroup ref="ebucore:typeGroup">
<xs:annotation>
<xs:documentation> The type of rational. </xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:complexContent>
</xs:complexType> |