complexType coefficientType
diagram gluon3_1_p683.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type extension of xs:anyURI
properties
base anyURI
used by
element matrixType/coefficient
attributes
Name  Type  Use  Default  Fixed  Annotation
gain  xs:float        
documentation
Coefficient value. Literal fixed float.
gainVar  xs:string        
documentation
Coefficient value. Variable letter, so renderer can decide
gain.
phase  xs:float        
documentation
Phase shift value. Literal fixed float.
phaseVar  xs:string        
documentation
Phase shift value. Variable letter, so renderer can decide
shift.
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>

attribute coefficientType/@gain
type xs:float
annotation
documentation
Coefficient value. Literal fixed float.
source <xs:attribute name="gain" type="float">
 
<xs:annotation>
   
<xs:documentation>Coefficient value. Literal fixed float.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute coefficientType/@gainVar
type xs:string
annotation
documentation
Coefficient value. Variable letter, so renderer can decide
gain.
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>

attribute coefficientType/@phase
type xs:float
annotation
documentation
Phase shift value. Literal fixed float.
source <xs:attribute name="phase" type="float">
 
<xs:annotation>
   
<xs:documentation>Phase shift value. Literal fixed float.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute coefficientType/@phaseVar
type xs:string
annotation
documentation
Phase shift value. Variable letter, so renderer can decide
shift.
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>


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