<xs:element name="MinPoint" type="PointType"><xs:annotation><xs:documentation>The MinPoint element is the minimum corner of the working volume.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MaxPoint" type="PointType"><xs:annotation><xs:documentation>The XAxisMax element is the maximum corner of the working volume.</xs:documentation></xs:annotation></xs:element>
The EffectiveCartesianWorkingVolumeType defines the size and location of a box-shaped working volume whose sides are aligned with the axes of a 3D Cartesian coordinate system. The box is described by giving the points at diagonally opposite corners of the box, one with minimum XYZ values, the other with maximum XYZ values.
<xs:complexType name="EffectiveCartesianWorkingVolumeType"><xs:annotation><xs:documentation>The EffectiveCartesianWorkingVolumeType defines the size and location of a box-shaped working volume whose sides are aligned with the axes of a 3D Cartesian coordinate system. The box is described by giving the points at diagonally opposite corners of the box, one with minimum XYZ values, the other with maximum XYZ values.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="EffectiveWorkingVolumeBaseType"><xs:sequence><xs:element name="MinPoint" type="PointType"><xs:annotation><xs:documentation>The MinPoint element is the minimum corner of the working volume.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxPoint" type="PointType"><xs:annotation><xs:documentation>The XAxisMax element is the maximum corner of the working volume.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>