kml:UpdateType

Complex Type Information

Model

Used By

Source

<complexType name="UpdateType">
  <sequence>
    <element name="targetHref" type="anyURI" minOccurs="1"/>
    <choice maxOccurs="unbounded">
      <element name="Create" type="kml:CreateType" minOccurs="0"/>
      <element name="Delete" type="kml:DeleteType" minOccurs="0"/>
      <element name="Change" type="kml:ChangeType" minOccurs="0"/>
      <element name="Replace" type="kml:ReplaceType" minOccurs="0"/>
    </choice>
  </sequence>
</complexType>