<xs:element name="ph">
<xs:annotation>
<xs:documentation>The ph element may occur any number of times. It describes a polygon with holes.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="p" type="p_type">
<xs:annotation>
<xs:documentation>There may only be one p element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="h" type="list_of_uints_type" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The h element represents a hole in the polygon specified. There must be at least one h element.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element> |