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 | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="placeholderType" mixed="true"> <xs:annotation> <xs:documentation xml:lang="no">Peker for hvordan et binærelement eller en lenkesamling skal stå i forhold til tekstdata</xs:documentation> <xs:documentation xml:lang="en">Placeholder for multimedia elements</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gluonNews:inlineContentType"> <xs:attribute name="textflow" default="none"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="none"/> <xs:enumeration value="left"/> <xs:enumeration value="right"/> <xs:enumeration value="center"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="localid" type="xs:IDREF" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | restriction of xs:string | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xs:attribute name="textflow" default="none"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="none"/> <xs:enumeration value="left"/> <xs:enumeration value="right"/> <xs:enumeration value="center"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | xs:IDREF | ||
properties |
|
||
source | <xs:attribute name="localid" type="xs:IDREF" use="optional"/> |