Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element ValidationFaceType / Area
Annotations
The optional Area element is the face area.
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element name="Area" type="xs:double" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Area element is the face area.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element ValidationFaceType / Centroid
Annotations
The optional Centroid element is the face center of mass.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType
Type PointSimpleType
Type hierarchy
Properties
content simple
minOccurs 0
Facets
length 3
Source
<xs:element name="Centroid" type="PointSimpleType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Centroid element is the face center of mass.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element ValidationFaceType / Box
Annotations
The optional Box element is the face bounding box.
Diagram
Diagram Primitives_xsd_Complex_Type_BoundingBoxAxisAlignedType.tmp#BoundingBoxAxisAlignedType_PointMin Primitives_xsd_Complex_Type_BoundingBoxAxisAlignedType.tmp#BoundingBoxAxisAlignedType_PointMax Primitives_xsd_Complex_Type_BoundingBoxAxisAlignedType.tmp#BoundingBoxAxisAlignedType
Type BoundingBoxAxisAlignedType
Properties
content complex
minOccurs 0
Children PointMax, PointMin
Instance
<Box xmlns="http://qifstandards.org/xsd/qif3">
  <PointMin>{1,1}</PointMin>
  <PointMax>{1,1}</PointMax>
</Box>
Source
<xs:element name="Box" type="BoundingBoxAxisAlignedType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Box element is the face bounding box.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element ValidationFaceType / Points
Annotations
The optional ValidationPointsType is a set of points that lie on the face.
Diagram
Diagram Primitives_xsd_Complex_Type_ValidationPointsType.tmp#ValidationPointsType_Points Primitives_xsd_Complex_Type_ValidationPointsType.tmp#ValidationPointsType_PointsBinary Primitives_xsd_Complex_Type_ValidationPointsType.tmp#ValidationPointsType_Directions Primitives_xsd_Complex_Type_ValidationPointsType.tmp#ValidationPointsType_DirectionsBinary Primitives_xsd_Complex_Type_ValidationPointsType.tmp#ValidationPointsType
Type ValidationPointsType
Properties
content complex
minOccurs 0
Children Directions, DirectionsBinary, Points, PointsBinary
Instance
<Points xmlns="http://qifstandards.org/xsd/qif3">
  <Points count="" decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Points>
  <PointsBinary count="" sizeElement="">{1,1}</PointsBinary>
  <Directions count="" decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Directions>
  <DirectionsBinary count="" sizeElement="">{1,1}</DirectionsBinary>
</Points>
Source
<xs:element name="Points" type="ValidationPointsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ValidationPointsType is a set of points that lie on the face.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Complex Type ValidationFaceType
Annotations
The ValidationFaceType defines a set of face validation properties.
Diagram
Diagram Topology_xsd_Complex_Type_ValidationFaceType.tmp#ValidationFaceType_Area Topology_xsd_Complex_Type_ValidationFaceType.tmp#ValidationFaceType_Centroid Topology_xsd_Complex_Type_ValidationFaceType.tmp#ValidationFaceType_Box Topology_xsd_Complex_Type_ValidationFaceType.tmp#ValidationFaceType_Points
Used by
Children Area, Box, Centroid, Points
Source
<xs:complexType name="ValidationFaceType">
  <xs:annotation>
    <xs:documentation>The ValidationFaceType defines a set of face validation properties.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Area" type="xs:double" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Area element is the face area.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Centroid" type="PointSimpleType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Centroid element is the face center of mass.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Box" type="BoundingBoxAxisAlignedType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Box element is the face bounding box.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Points" type="ValidationPointsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ValidationPointsType is a set of points that lie on the face.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd