complexType startEndType
diagram gluon3_1_p306.png
namespace http://gluon.nrk.no/gluon3_1
type extension of xs:duration
properties
base xs:duration
used by
elements contentMapType/occurrence/end contentMapType/occurrence/start
attributes
Name  Type  Use  Default  Fixed  Annotation
fade  xs:duration  optional      
relativity  derived by: xs:string    parent    
annotation
documentation
Start og slutt på innslag
documentation
Beginning and end of broadcast items
source <xs:complexType name="startEndType">
 
<xs:annotation>
   
<xs:documentation xml:lang="nb">Start og slutt på innslag</xs:documentation>
   
<xs:documentation xml:lang="en">Beginning and end of broadcast items</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="xs:duration">
     
<xs:attribute name="fade" type="xs:duration" use="optional"/>
     
<xs:attribute name="relativity" default="parent">
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="parent"/>
           
<xs:enumeration value="timeOfDay"/>
           
<xs:enumeration value="carrier"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute startEndType/@fade
type xs:duration
properties
use optional
source <xs:attribute name="fade" type="xs:duration" use="optional"/>

attribute startEndType/@relativity
type restriction of xs:string
properties
default parent
facets
Kind Value Annotation
enumeration parent
enumeration timeOfDay
enumeration carrier
source <xs:attribute name="relativity" default="parent">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="parent"/>
     
<xs:enumeration value="timeOfDay"/>
     
<xs:enumeration value="carrier"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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