Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element ValidationEdgeType / Length
Annotations
The optional Length element is the edge length.
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element name="Length" type="xs:double" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Length element is the edge length.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element ValidationEdgeType / Centroid
Annotations
The optional Centroid element is the edge 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 edge center of mass.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element ValidationEdgeType / Box
Annotations
The optional Box element is the edge 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 edge bounding box.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element ValidationEdgeType / Points
Annotations
The optional Points element is a set of points that lie on the edge.
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 Points element is a set of points that lie on the edge.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Complex Type ValidationEdgeType
Annotations
The ValidationEdgeType defines a set of edge validation properties.
Diagram
Diagram Topology_xsd_Complex_Type_ValidationEdgeType.tmp#ValidationEdgeType_Length Topology_xsd_Complex_Type_ValidationEdgeType.tmp#ValidationEdgeType_Centroid Topology_xsd_Complex_Type_ValidationEdgeType.tmp#ValidationEdgeType_Box Topology_xsd_Complex_Type_ValidationEdgeType.tmp#ValidationEdgeType_Points
Used by
Children Box, Centroid, Length, Points
Source
<xs:complexType name="ValidationEdgeType">
  <xs:annotation>
    <xs:documentation>The ValidationEdgeType defines a set of edge validation properties.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Length" type="xs:double" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Length element is the edge length.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Centroid" type="PointSimpleType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Centroid element is the edge 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 edge bounding box.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Points" type="ValidationPointsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Points element is a set of points that lie on the edge.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd