<xs:element name="meta">
<xs:annotation>
<xs:appinfo />
<xs:documentation source="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="SceneGraphStructureNodeType">
<xs:attribute name="name" type="SFString" use="required" />
<xs:attribute name="content" type="SFString" use="required" />
<xs:attribute name="http-equiv" type="SFString" />
<xs:attribute name="lang" type="SFString" />
<xs:attribute name="dir" type="metaDirectionValues" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|