complexType contentMapType
diagram gluon3_1_p86.png
namespace http://gluon.nrk.no/gluon3_1
children occurrence
annotation
documentation
Mapping for diverse contentmaps, for beskrivelse av dokumenter og lydfiler
source <xs:complexType name="contentMapType">
 
<xs:annotation>
   
<xs:documentation>Mapping for diverse contentmaps, for beskrivelse av dokumenter og lydfiler</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="occurrence" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Et element som beskriver en hendelse i et dokument eller en lydfil</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="description" type="xs:string" minOccurs="0"/>
         
<xs:choice>
           
<xs:element name="xpath" type="xs:string"/>
           
<xs:sequence>
             
<xs:annotation>
               
<xs:documentation>Brukes der vi har en mediafil som er referert til</xs:documentation>
             
</xs:annotation>
             
<xs:element name="start" type="startEndType"/>
             
<xs:element name="end" type="startEndType" minOccurs="0"/>
           
</xs:sequence>
         
</xs:choice>
       
</xs:sequence>
       
<xs:attribute name="type" use="required">
         
<xs:annotation>
           
<xs:documentation>Hovedklasse for hvilken type hendelse dette er.</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:string">
             
<xs:enumeration value="other">
               
<xs:annotation>
                 
<xs:documentation xml:lang="nb">Brukes for fritekst data</xs:documentation>
               
</xs:annotation>
             
</xs:enumeration>
             
<xs:enumeration value="segment"/>
             
<xs:enumeration value="paragraph"/>
             
<xs:enumeration value="intro"/>
             
<xs:enumeration value="cue_in"/>
             
<xs:enumeration value="cue_out"/>
             
<xs:enumeration value="edit"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="channel" type="xs:string">
         
<xs:annotation>
           
<xs:documentation>Brukes dersom et cuepunkt bare brukes for en spasifik kanal</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="medialayer">
         
<xs:annotation>
           
<xs:documentation>Om hendelsen er i supring, bilde, eller lyd</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element contentMapType/occurrence
diagram gluon3_1_p87.png
namespace http://gluon.nrk.no/gluon3_1
properties
minOcc 1
maxOcc unbounded
content complex
children description xpath start end
attributes
Name  Type  Use  Default  Fixed  Annotation
type  derived by: xs:string  required      
documentation
Hovedklasse for hvilken type hendelse dette er.
channel  xs:string        
documentation
Brukes dersom et cuepunkt bare brukes for en spasifik kanal
medialayer          
documentation
Om hendelsen er i supring, bilde, eller lyd
annotation
documentation
Et element som beskriver en hendelse i et dokument eller en lydfil
source <xs:element name="occurrence" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Et element som beskriver en hendelse i et dokument eller en lydfil</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="description" type="xs:string" minOccurs="0"/>
     
<xs:choice>
       
<xs:element name="xpath" type="xs:string"/>
       
<xs:sequence>
         
<xs:annotation>
           
<xs:documentation>Brukes der vi har en mediafil som er referert til</xs:documentation>
         
</xs:annotation>
         
<xs:element name="start" type="startEndType"/>
         
<xs:element name="end" type="startEndType" minOccurs="0"/>
       
</xs:sequence>
     
</xs:choice>
   
</xs:sequence>
   
<xs:attribute name="type" use="required">
     
<xs:annotation>
       
<xs:documentation>Hovedklasse for hvilken type hendelse dette er.</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="other">
           
<xs:annotation>
             
<xs:documentation xml:lang="nb">Brukes for fritekst data</xs:documentation>
           
</xs:annotation>
         
</xs:enumeration>
         
<xs:enumeration value="segment"/>
         
<xs:enumeration value="paragraph"/>
         
<xs:enumeration value="intro"/>
         
<xs:enumeration value="cue_in"/>
         
<xs:enumeration value="cue_out"/>
         
<xs:enumeration value="edit"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="channel" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Brukes dersom et cuepunkt bare brukes for en spasifik kanal</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="medialayer">
     
<xs:annotation>
       
<xs:documentation>Om hendelsen er i supring, bilde, eller lyd</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute contentMapType/occurrence/@type
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration other
documentation
Brukes for fritekst data
enumeration segment
enumeration paragraph
enumeration intro
enumeration cue_in
enumeration cue_out
enumeration edit
annotation
documentation
Hovedklasse for hvilken type hendelse dette er.
source <xs:attribute name="type" use="required">
 
<xs:annotation>
   
<xs:documentation>Hovedklasse for hvilken type hendelse dette er.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="other">
       
<xs:annotation>
         
<xs:documentation xml:lang="nb">Brukes for fritekst data</xs:documentation>
       
</xs:annotation>
     
</xs:enumeration>
     
<xs:enumeration value="segment"/>
     
<xs:enumeration value="paragraph"/>
     
<xs:enumeration value="intro"/>
     
<xs:enumeration value="cue_in"/>
     
<xs:enumeration value="cue_out"/>
     
<xs:enumeration value="edit"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute contentMapType/occurrence/@channel
type xs:string
annotation
documentation
Brukes dersom et cuepunkt bare brukes for en spasifik kanal
source <xs:attribute name="channel" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Brukes dersom et cuepunkt bare brukes for en spasifik kanal</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute contentMapType/occurrence/@medialayer
annotation
documentation
Om hendelsen er i supring, bilde, eller lyd
source <xs:attribute name="medialayer">
 
<xs:annotation>
   
<xs:documentation>Om hendelsen er i supring, bilde, eller lyd</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element contentMapType/occurrence/description
diagram gluon3_1_p88.png
namespace http://gluon.nrk.no/gluon3_1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="description" type="xs:string" minOccurs="0"/>

element contentMapType/occurrence/xpath
diagram gluon3_1_p89.png
namespace http://gluon.nrk.no/gluon3_1
type xs:string
properties
content simple
source <xs:element name="xpath" type="xs:string"/>

element contentMapType/occurrence/start
diagram gluon3_1_p90.png
namespace http://gluon.nrk.no/gluon3_1
type startEndType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
fade  xs:duration  optional      
relativity  derived by: xs:string    parent    
source <xs:element name="start" type="startEndType"/>

element contentMapType/occurrence/end
diagram gluon3_1_p91.png
namespace http://gluon.nrk.no/gluon3_1
type startEndType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
fade  xs:duration  optional      
relativity  derived by: xs:string    parent    
source <xs:element name="end" type="startEndType" minOccurs="0"/>


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