complexType propositionType
diagram gluon3_1_p270.png
namespace http://gluon.nrk.no/gluon3_1
children metadata points trend prognosis factual keyword
attributes
Name  Type  Use  Default  Fixed  Annotation
dataid  xs:string  optional      
annotation
documentation
For svaralternativer
source <xs:complexType name="propositionType">
 
<xs:annotation>
   
<xs:documentation>For svaralternativer</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="metadata" type="gluonMetadataType"/>
   
<xs:choice minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation xml:lang="nb">Elementene kan komme i fri rekkefølge</xs:documentation>
     
</xs:annotation>
     
<xs:element name="points">
       
<xs:annotation>
         
<xs:documentation xml:lang="nb">Målte/ talte resultater</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="xs:decimal">
             
<xs:attribute name="type">
               
<xs:simpleType>
                 
<xs:restriction base="xs:string">
                   
<xs:enumeration value="percent"/>
                   
<xs:enumeration value="actual"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:attribute>
             
<xs:attribute name="label" type="xs:string"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="trend">
       
<xs:annotation>
         
<xs:documentation xml:lang="nb">Trender og differanser i forhold til tidligere målte resultater</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="xs:decimal">
             
<xs:attribute name="type">
               
<xs:simpleType>
                 
<xs:restriction base="xs:string">
                   
<xs:enumeration value="percent"/>
                   
<xs:enumeration value="actual"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:attribute>
             
<xs:attribute name="label" type="xs:string"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="prognosis">
       
<xs:annotation>
         
<xs:documentation xml:lang="nb">Antagelser o.l. som kan uttrykkes ved tall</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="xs:string">
             
<xs:attribute name="type">
               
<xs:simpleType>
                 
<xs:restriction base="xs:string">
                   
<xs:enumeration value="percent"/>
                   
<xs:enumeration value="actual"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:attribute>
             
<xs:attribute name="label" type="xs:string"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="factual">
       
<xs:annotation>
         
<xs:documentation xml:lang="nb">For resultater som ikke utrykes som tall</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="xs:string">
             
<xs:attribute name="label" type="xs:string"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:choice>
   
<xs:element name="keyword" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="dataid" type="xs:string" use="optional"/>
</xs:complexType>

attribute propositionType/@dataid
type xs:string
properties
use optional
source <xs:attribute name="dataid" type="xs:string" use="optional"/>

element propositionType/metadata
diagram gluon3_1_p271.png
namespace http://gluon.nrk.no/gluon3_1
type gluonMetadataType
properties
content complex
children titles creators subjects description publishers contributors dates types format identifier source language relations coverage rights
attributes
Name  Type  Use  Default  Fixed  Annotation
method  derived by: xs:string    replace    
documentation
Betegner om metadataene skal skrives inn i motakssystemet eller om det bare er der for å gi en kontekst. Brukes der ikke hele dokumentet er en oppdatering.
statusLabel  xs:string        
statusDefinition  xs:string        
statusLink  xs:anyURI        
xml:lang  xs:language        
source <xs:element name="metadata" type="gluonMetadataType"/>

element propositionType/points
diagram gluon3_1_p272.png
namespace http://gluon.nrk.no/gluon3_1
type extension of xs:decimal
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
type  derived by: xs:string        
label  xs:string        
annotation
documentation
Målte/ talte resultater
source <xs:element name="points">
 
<xs:annotation>
   
<xs:documentation xml:lang="nb">Målte/ talte resultater</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:decimal">
       
<xs:attribute name="type">
         
<xs:simpleType>
           
<xs:restriction base="xs:string">
             
<xs:enumeration value="percent"/>
             
<xs:enumeration value="actual"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="label" type="xs:string"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute propositionType/points/@type
type restriction of xs:string
facets
Kind Value Annotation
enumeration percent
enumeration actual
source <xs:attribute name="type">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="percent"/>
     
<xs:enumeration value="actual"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute propositionType/points/@label
type xs:string
source <xs:attribute name="label" type="xs:string"/>

element propositionType/trend
diagram gluon3_1_p273.png
namespace http://gluon.nrk.no/gluon3_1
type extension of xs:decimal
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
type  derived by: xs:string        
label  xs:string        
annotation
documentation
Trender og differanser i forhold til tidligere målte resultater
source <xs:element name="trend">
 
<xs:annotation>
   
<xs:documentation xml:lang="nb">Trender og differanser i forhold til tidligere målte resultater</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:decimal">
       
<xs:attribute name="type">
         
<xs:simpleType>
           
<xs:restriction base="xs:string">
             
<xs:enumeration value="percent"/>
             
<xs:enumeration value="actual"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="label" type="xs:string"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute propositionType/trend/@type
type restriction of xs:string
facets
Kind Value Annotation
enumeration percent
enumeration actual
source <xs:attribute name="type">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="percent"/>
     
<xs:enumeration value="actual"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute propositionType/trend/@label
type xs:string
source <xs:attribute name="label" type="xs:string"/>

element propositionType/prognosis
diagram gluon3_1_p274.png
namespace http://gluon.nrk.no/gluon3_1
type extension of xs:string
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
type  derived by: xs:string        
label  xs:string        
annotation
documentation
Antagelser o.l. som kan uttrykkes ved tall
source <xs:element name="prognosis">
 
<xs:annotation>
   
<xs:documentation xml:lang="nb">Antagelser o.l. som kan uttrykkes ved tall</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="type">
         
<xs:simpleType>
           
<xs:restriction base="xs:string">
             
<xs:enumeration value="percent"/>
             
<xs:enumeration value="actual"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="label" type="xs:string"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute propositionType/prognosis/@type
type restriction of xs:string
facets
Kind Value Annotation
enumeration percent
enumeration actual
source <xs:attribute name="type">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="percent"/>
     
<xs:enumeration value="actual"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute propositionType/prognosis/@label
type xs:string
source <xs:attribute name="label" type="xs:string"/>

element propositionType/factual
diagram gluon3_1_p275.png
namespace http://gluon.nrk.no/gluon3_1
type extension of xs:string
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
label  xs:string        
annotation
documentation
For resultater som ikke utrykes som tall
source <xs:element name="factual">
 
<xs:annotation>
   
<xs:documentation xml:lang="nb">For resultater som ikke utrykes som tall</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="label" type="xs:string"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute propositionType/factual/@label
type xs:string
source <xs:attribute name="label" type="xs:string"/>

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


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