<xsd:element name="complexObject" id="el.complexObject">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An element to hold any combination of heterogeneous element children</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">complexObject can be used as it stands but will often be extended by
schema definitions in dictionary entries.</h:div>
<h:div class="example" href="complexObject1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:any processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
</xsd:complexType>
</xsd:element>
|