content model is "head.misc" combined with a single title and an optional base element in any order |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
dir | restriction of xs:token | optional | |||||
id | xs:ID | optional | |||||
lang | LanguageCode | optional | |||||
profile | URI | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | html |
<xs:element name="head"> <xs:annotation> <xs:documentation>content model is "head.misc" combined with a single title and an optional base element in any order</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:group ref="head.misc"/> <xs:choice> <xs:sequence> <xs:element ref="title"/> <xs:group ref="head.misc"/> <xs:sequence minOccurs="0"> <xs:element ref="base"/> <xs:group ref="head.misc"/> </xs:sequence> </xs:sequence> <xs:sequence> <xs:element ref="base"/> <xs:group ref="head.misc"/> <xs:element ref="title"/> <xs:group ref="head.misc"/> </xs:sequence> </xs:choice> </xs:sequence> <xs:attributeGroup ref="i18n"/> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="profile" type="URI"/> </xs:complexType> </xs:element> |