<xs:element name="map">
<xs:complexType>
<xs:choice>
<xs:choice maxOccurs="unbounded">
<xs:group ref="block" />
<xs:element ref="form" />
<xs:group ref="misc" />
</xs:choice>
<xs:element maxOccurs="unbounded" ref="area" />
</xs:choice>
<xs:attributeGroup ref="i18n" />
<xs:attributeGroup ref="events" />
<xs:attribute name="id" use="required" type="xs:ID" />
<xs:attribute name="class" />
<xs:attribute name="style" type="StyleSheet" />
<xs:attribute name="title" type="Text" />
<xs:attribute name="name" type="xs:NMTOKEN" />
</xs:complexType>
</xs:element>
|