complexType placeholderType
diagram gluon3_1_p561.png
namespace http://gluon.nrk.no/gluonNews3_1
type extension of gluonNews:inlineContentType
properties
base gluonNews:inlineContentType
mixed true
children gluonNews:link gluonNews:emphasis gluonNews:strong gluonNews:placeholder gluonNews:linebreak gluonNews:softhyphen
used by
elements basicContentType/placeholder inlineContentType/placeholder
attributes
Name  Type  Use  Default  Fixed  Annotation
align  derived by: xs:string        
font  xs:string        
textflow  derived by: xs:string    none    
localid  xs:IDREF  optional      
annotation
documentation
Peker for hvordan et binærelement eller en lenkesamling skal stå i forhold til tekstdata
documentation
Placeholder for multimedia elements
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>

attribute placeholderType/@textflow
type restriction of xs:string
properties
default none
facets
Kind Value Annotation
enumeration none
enumeration left
enumeration right
enumeration center
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>

attribute placeholderType/@localid
type xs:IDREF
properties
use optional
source <xs:attribute name="localid" type="xs:IDREF" use="optional"/>


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