style info, which may include CDATA sections |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
dir | restriction of xs:token | optional | |||||
id | xs:ID | optional | |||||
lang | LanguageCode | optional | |||||
media | MediaDesc | optional | |||||
title | Text | optional | |||||
type | ContentType | required | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
||||
xml:space | restriction of xs:NCName | preserve | optional |
Element Group | head.misc |
<xs:element name="style"> <xs:annotation> <xs:documentation>style info, which may include CDATA sections</xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:attributeGroup ref="i18n"/> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="type" use="required" type="ContentType"/> <xs:attribute name="media" type="MediaDesc"/> <xs:attribute name="title" type="Text"/> <xs:attribute ref="xml:space" fixed="preserve"/> </xs:complexType> </xs:element> |