complexType transmitterType
diagram gluon3_1_p336.png
namespace http://gluon.nrk.no/gluon3_1
used by
elements gluon/head/transmitters/system gluon/head/transmitters/transmitter maintenanceType/systemLabels/transmitter maintenanceType/senders/sender/transmitter
attributes
Name  Type  Use  Default  Fixed  Annotation
quark  xs:string  required      
condition  xs:string  optional      
documentation
Brukes for betingelsene for videresending i karusellen
url  xs:anyURI  optional      
ip  xs:anyURI  optional      
encoding  derived by: xs:string  optional      
documentation
Gir de forskjellige måtene systemet kan sende videre data på.
annotation
documentation
Beskrivelse av en mottager
documentation
Transmitter description.
source <xs:complexType name="transmitterType">
 
<xs:annotation>
   
<xs:documentation xml:lang="nb">Beskrivelse av en mottager</xs:documentation>
   
<xs:documentation xml:lang="en">Transmitter description.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="quark" type="xs:string" use="required"/>
 
<xs:attribute name="condition" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation xml:lang="nb">Brukes for betingelsene for videresending i karusellen</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="url" type="xs:anyURI" use="optional"/>
 
<xs:attribute name="ip" type="xs:anyURI" use="optional"/>
 
<xs:attribute name="encoding" use="optional">
   
<xs:annotation>
     
<xs:documentation xml:lang="nb">Gir de forskjellige måtene systemet kan sende videre data på.</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="raw"/>
       
<xs:enumeration value="urlesc"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:complexType>

attribute transmitterType/@quark
type xs:string
properties
use required
source <xs:attribute name="quark" type="xs:string" use="required"/>

attribute transmitterType/@condition
type xs:string
properties
use optional
annotation
documentation
Brukes for betingelsene for videresending i karusellen
source <xs:attribute name="condition" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation xml:lang="nb">Brukes for betingelsene for videresending i karusellen</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute transmitterType/@url
type xs:anyURI
properties
use optional
source <xs:attribute name="url" type="xs:anyURI" use="optional"/>

attribute transmitterType/@ip
type xs:anyURI
properties
use optional
source <xs:attribute name="ip" type="xs:anyURI" use="optional"/>

attribute transmitterType/@encoding
type restriction of xs:string
properties
use optional
facets
Kind Value Annotation
enumeration raw
enumeration urlesc
annotation
documentation
Gir de forskjellige måtene systemet kan sende videre data på.
source <xs:attribute name="encoding" use="optional">
 
<xs:annotation>
   
<xs:documentation xml:lang="nb">Gir de forskjellige måtene systemet kan sende videre data på.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="raw"/>
     
<xs:enumeration value="urlesc"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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