document base URI |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
href | URI | optional | ||||
id | xs:ID | optional | ||||
target | FrameTarget | optional |
Element | head |
<xs:element name="base"> <xs:annotation> <xs:documentation>document base URI</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="href" type="URI"/> <xs:attribute name="target" type="FrameTarget"/> </xs:complexType> </xs:element> |