Definition Type: Element
Name: BoundingBox
Type: BoundingBox
Containing Schema: hcm-core.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Optional bounding box defining the scope of this measurement task. However, measurement points are not required to fit to the scope.
Collapse XSD Schema Diagram:
Drilldown into zmax Drilldown into zmin Drilldown into ymax Drilldown into ymin Drilldown into xmax Drilldown into xminXSD Diagram of BoundingBox
Collapse XSD Schema Code:
<xs:element name="BoundingBox" type="BoundingBox" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">
            <UL>
                <LI>Optional bounding box defining the scope of this measurement task. However, measurement points are not required to fit to the scope.</LI>
            </UL>
        </xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
xmin xmin Required
xmax xmax Required
ymin ymin Required
ymax ymax Required
zmin zmin Required
zmax zmax Required
Collapse Derivation Tree: