diagram | |||||||||||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||||||||||
type | extension of xs:anyURI | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="coefficientType"> <xs:simpleContent> <xs:extension base="anyURI"> <xs:attribute name="gain" type="float"> <xs:annotation> <xs:documentation>Coefficient value. Literal fixed float.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="gainVar" type="string"> <xs:annotation> <xs:documentation>Coefficient value. Variable letter, so renderer can decide gain.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="phase" type="float"> <xs:annotation> <xs:documentation>Phase shift value. Literal fixed float.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="phaseVar" type="string"> <xs:annotation> <xs:documentation>Phase shift value. Variable letter, so renderer can decide shift.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | xs:float | ||
annotation |
|
||
source | <xs:attribute name="gain" type="float"> <xs:annotation> <xs:documentation>Coefficient value. Literal fixed float.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="gainVar" type="string"> <xs:annotation> <xs:documentation>Coefficient value. Variable letter, so renderer can decide gain.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:float | ||
annotation |
|
||
source | <xs:attribute name="phase" type="float"> <xs:annotation> <xs:documentation>Phase shift value. Literal fixed float.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="phaseVar" type="string"> <xs:annotation> <xs:documentation>Phase shift value. Variable letter, so renderer can decide shift.</xs:documentation> </xs:annotation> </xs:attribute> |