diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/gluonNews3_1 | ||||||||||||||||||
children | gluonNews:abstract gluonNews:headline gluonNews:lead gluonNews:maintext gluonNews:shorttext gluonNews:linkcompilations | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:complexType name="newsType"> <xs:annotation> <xs:documentation xml:lang="no">Basetype for nyheter, for beskrivelse av objektene i en artikkel bruk subelements av objektet</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="abstract" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="no">Sammendrag - max 128 tegn, ingen formatering - skal ha publiseringskvalitet</xs:documentation> <xs:documentation xml:lang="en">Unformattet, less than 128 bytes</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="128"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="headline" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:appinfo source="http://gluon.nrk.no/dataordbok.xml#headline"/> <xs:documentation source="NRKdataordbok" xml:lang="nb">Overskrift Kort framhevet tekst i begynnelsen av en artikkel på web eller papir i den hensikt å gi en ide om innholdet </xs:documentation> <xs:documentation source="NRKdataDictionary" xml:lang="en">Headline A heading at the top of an article or page in a newspaper, magazine or a webpage </xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:complexContent> <xs:extension base="gluonNews:inlineContentType"> <xs:attribute name="type" default="normal"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="normal"/> <xs:enumeration value="slug"/> <xs:enumeration value="kicker"> <xs:annotation> <xs:appinfo source="http://gluon.nrk.no/dataordbok.xml#kicker"/> <xs:documentation source="NRKdataordbok" xml:lang="nb">Stikktittel Kort tekst som gir en merverdi til overskriften </xs:documentation> <xs:documentation source="NRKdataDictionary" xml:lang="en">Kicker Short text enhancing the headline </xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="long"/> <xs:enumeration value="short"/> <xs:enumeration value=""/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="lead" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:appinfo source="http://gluon.nrk.no/dataordbok.xml#standfirst"/> <xs:documentation source="NRKdataordbok" xml:lang="nb">Ingress Kortfattet og presist sammendrag av objektets viktigste innhold </xs:documentation> <xs:documentation source="NRKdataDictionary" xml:lang="en">Standfirst Short presise abstract of the most important content which summarizes the object </xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:complexContent> <xs:extension base="gluonNews:basicContentType"> <xs:attribute name="type" use="optional"> <xs:annotation> <xs:documentation xml:lang="no">Skiller forsideplugg fra ordinær ingress</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="teaser"/> <xs:enumeration value="lead-in"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="maintext" type="gluonNews:basicContentType" minOccurs="0"/> <xs:element name="shorttext" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>For sammendrag og versjoner av tekst i kortform, menneskeskapt eller automatisk</xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:complexContent> <xs:extension base="gluonNews:basicContentType"> <xs:attribute name="purpose" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="no">Viser om dette f. eks. er en teksttv-tekst, et sammendrag, eller spesielt for pda.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="method" use="optional"> <xs:annotation> <xs:documentation xml:lang="no">Brukes for å betagne måten sammendraget er laget på</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="human"/> <xs:enumeration value="automatic"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="linkcompilations" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="no">For desken linker som ikke er relatert til et bestemt sted i artikkelen. Generelle lenker.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="links" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="link" type="gluonNews:linkType" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="type" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="normal"> <xs:annotation> <xs:documentation xml:lang="no">For normale deskenlenker</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="related"> <xs:annotation> <xs:documentation xml:lang="no">For deskens lenketyper</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="inline"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="localid" type="xs:ID"> <xs:annotation> <xs:documentation xml:lang="no">Brukes som mål for localID pekeren i placeholder elementet som brukes i news typen</xs:documentation> <xs:documentation xml:lang="en">Target ID for the IDREF in the placeholder element</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="type" default="rich"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="summary"/> <xs:enumeration value="rich"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute ref="xml:lang"/> </xs:complexType> |
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="type" default="rich"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="summary"/> <xs:enumeration value="rich"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | |||||||
namespace | http://gluon.nrk.no/gluonNews3_1 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="abstract" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="no">Sammendrag - max 128 tegn, ingen formatering - skal ha publiseringskvalitet</xs:documentation> <xs:documentation xml:lang="en">Unformattet, less than 128 bytes</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="128"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||||||||||||||||||||||
namespace | http://gluon.nrk.no/gluonNews3_1 | ||||||||||||||||||||||||
type | extension of gluonNews:inlineContentType | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | gluonNews:link gluonNews:emphasis gluonNews:strong gluonNews:placeholder gluonNews:linebreak gluonNews:softhyphen | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:element name="headline" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:appinfo source="http://gluon.nrk.no/dataordbok.xml#headline"/> <xs:documentation source="NRKdataordbok" xml:lang="nb">Overskrift Kort framhevet tekst i begynnelsen av en artikkel på web eller papir i den hensikt å gi en ide om innholdet </xs:documentation> <xs:documentation source="NRKdataDictionary" xml:lang="en">Headline A heading at the top of an article or page in a newspaper, magazine or a webpage </xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:complexContent> <xs:extension base="gluonNews:inlineContentType"> <xs:attribute name="type" default="normal"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="normal"/> <xs:enumeration value="slug"/> <xs:enumeration value="kicker"> <xs:annotation> <xs:appinfo source="http://gluon.nrk.no/dataordbok.xml#kicker"/> <xs:documentation source="NRKdataordbok" xml:lang="nb">Stikktittel Kort tekst som gir en merverdi til overskriften </xs:documentation> <xs:documentation source="NRKdataDictionary" xml:lang="en">Kicker Short text enhancing the headline </xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="long"/> <xs:enumeration value="short"/> <xs:enumeration value=""/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | restriction of xs:string | |||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||
source | <xs:attribute name="type" default="normal"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="normal"/> <xs:enumeration value="slug"/> <xs:enumeration value="kicker"> <xs:annotation> <xs:appinfo source="http://gluon.nrk.no/dataordbok.xml#kicker"/> <xs:documentation source="NRKdataordbok" xml:lang="nb">Stikktittel Kort tekst som gir en merverdi til overskriften </xs:documentation> <xs:documentation source="NRKdataDictionary" xml:lang="en">Kicker Short text enhancing the headline </xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="long"/> <xs:enumeration value="short"/> <xs:enumeration value=""/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | |||||||||||||||
namespace | http://gluon.nrk.no/gluonNews3_1 | ||||||||||||||
type | extension of gluonNews:basicContentType | ||||||||||||||
properties |
|
||||||||||||||
children | gluonNews:placeholder gluonNews:headline gluonNews:paragraph | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="lead" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:appinfo source="http://gluon.nrk.no/dataordbok.xml#standfirst"/> <xs:documentation source="NRKdataordbok" xml:lang="nb">Ingress Kortfattet og presist sammendrag av objektets viktigste innhold </xs:documentation> <xs:documentation source="NRKdataDictionary" xml:lang="en">Standfirst Short presise abstract of the most important content which summarizes the object </xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:complexContent> <xs:extension base="gluonNews:basicContentType"> <xs:attribute name="type" use="optional"> <xs:annotation> <xs:documentation xml:lang="no">Skiller forsideplugg fra ordinær ingress</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="teaser"/> <xs:enumeration value="lead-in"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="type" use="optional"> <xs:annotation> <xs:documentation xml:lang="no">Skiller forsideplugg fra ordinær ingress</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="teaser"/> <xs:enumeration value="lead-in"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | |||||||||
namespace | http://gluon.nrk.no/gluonNews3_1 | ||||||||
type | gluonNews:basicContentType | ||||||||
properties |
|
||||||||
children | gluonNews:placeholder gluonNews:headline gluonNews:paragraph | ||||||||
source | <xs:element name="maintext" type="gluonNews:basicContentType" minOccurs="0"/> |
diagram | |||||||||||||||||||||||
namespace | http://gluon.nrk.no/gluonNews3_1 | ||||||||||||||||||||||
type | extension of gluonNews:basicContentType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | gluonNews:placeholder gluonNews:headline gluonNews:paragraph | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="shorttext" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>For sammendrag og versjoner av tekst i kortform, menneskeskapt eller automatisk</xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:complexContent> <xs:extension base="gluonNews:basicContentType"> <xs:attribute name="purpose" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="no">Viser om dette f. eks. er en teksttv-tekst, et sammendrag, eller spesielt for pda.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="method" use="optional"> <xs:annotation> <xs:documentation xml:lang="no">Brukes for å betagne måten sammendraget er laget på</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="human"/> <xs:enumeration value="automatic"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="purpose" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="no">Viser om dette f. eks. er en teksttv-tekst, et sammendrag, eller spesielt for pda.</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="method" use="optional"> <xs:annotation> <xs:documentation xml:lang="no">Brukes for å betagne måten sammendraget er laget på</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="human"/> <xs:enumeration value="automatic"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | |||||||
namespace | http://gluon.nrk.no/gluonNews3_1 | ||||||
properties |
|
||||||
children | gluonNews:links | ||||||
annotation |
|
||||||
source | <xs:element name="linkcompilations" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="no">For desken linker som ikke er relatert til et bestemt sted i artikkelen. Generelle lenker.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="links" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="link" type="gluonNews:linkType" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="type" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="normal"> <xs:annotation> <xs:documentation xml:lang="no">For normale deskenlenker</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="related"> <xs:annotation> <xs:documentation xml:lang="no">For deskens lenketyper</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="inline"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="localid" type="xs:ID"> <xs:annotation> <xs:documentation xml:lang="no">Brukes som mål for localID pekeren i placeholder elementet som brukes i news typen</xs:documentation> <xs:documentation xml:lang="en">Target ID for the IDREF in the placeholder element</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||||||||||||||||||
namespace | http://gluon.nrk.no/gluonNews3_1 | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | gluonNews:link | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <xs:element name="links" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="link" type="gluonNews:linkType" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="type" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="normal"> <xs:annotation> <xs:documentation xml:lang="no">For normale deskenlenker</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="related"> <xs:annotation> <xs:documentation xml:lang="no">For deskens lenketyper</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="inline"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="localid" type="xs:ID"> <xs:annotation> <xs:documentation xml:lang="no">Brukes som mål for localID pekeren i placeholder elementet som brukes i news typen</xs:documentation> <xs:documentation xml:lang="en">Target ID for the IDREF in the placeholder element</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | restriction of xs:string | ||||||||||||||||
properties |
|
||||||||||||||||
facets |
|
||||||||||||||||
source | <xs:attribute name="type" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="normal"> <xs:annotation> <xs:documentation xml:lang="no">For normale deskenlenker</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="related"> <xs:annotation> <xs:documentation xml:lang="no">For deskens lenketyper</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="inline"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | xs:ID | ||||
annotation |
|
||||
source | <xs:attribute name="localid" type="xs:ID"> <xs:annotation> <xs:documentation xml:lang="no">Brukes som mål for localID pekeren i placeholder elementet som brukes i news typen</xs:documentation> <xs:documentation xml:lang="en">Target ID for the IDREF in the placeholder element</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://gluon.nrk.no/gluonNews3_1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | gluonNews:linkType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | gluonNews:link gluonNews:emphasis gluonNews:strong gluonNews:placeholder gluonNews:linebreak gluonNews:softhyphen | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="link" type="gluonNews:linkType" maxOccurs="unbounded"/> |