gml:BoundingShapeType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
nilReason gml:NilReasonType optional

Used By

Element gml:boundedBy

Source

<complexType name="BoundingShapeType">
  <sequence>
    <choice>
      <element ref="gml:Envelope"/>
      <element ref="gml:Null"/>
    </choice>
  </sequence>
  <attribute name="nilReason" type="gml:NilReasonType"/>
</complexType>