diagram | |||||||||||||||||||||||||||||||||||||||||
namespace | http://gluon.nrk.no/gluon3_1 | ||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="quark" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:anyURI | ||
properties |
|
||
source | <xs:attribute name="url" type="xs:anyURI" use="optional"/> |
type | xs:anyURI | ||
properties |
|
||
source | <xs:attribute name="ip" type="xs:anyURI" use="optional"/> |
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |