Specifies a grid of up to 3 dimensions, without any explicit 3D location information. |
<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> |