<xsd:complexType name="pointType"> <xsd:attribute name="latitude" type="xsd:decimal" use="required" /> <xsd:attribute name="longitude" type="xsd:decimal" use="required" /> <xsd:attribute name="summarization" type="summarizationType" use="optional" /> </xsd:complexType>