<xsd:complexType name="complexRangeType">
<xsd:annotation>
<xsd:documentation>Describes a range of complex points</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="begin" type="complexPointType" maxOccurs="unbounded"/>
<xsd:element name="end" type="complexPointType" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType> |