NonSpatialGrid

Specifies a grid of up to 3 dimensions, without any explicit 3D location information.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
x xs:positiveInteger required
y xs:positiveInteger optional
z xs:positiveInteger optional

Source

<xs:complexType name="NonSpatialGrid">
  <xs:annotation>
    <xs:documentation>Specifies a grid of up to 3 dimensions, without any explicit 3D location information.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="x" type="xs:positiveInteger" use="required"/>
  <xs:attribute name="y" type="xs:positiveInteger" use="optional"/>
  <xs:attribute name="z" type="xs:positiveInteger" use="optional"/>
</xs:complexType>