Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type TriangleVertexNormalType
Annotations
The TriangleVertexNormalType defines the normal vector specified in a triangle vertex.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_UnitVectorType.tmp#UnitVectorType Geometry_xsd_Complex_Type_TriangleVertexNormalType.tmp#TriangleVertexNormalType_vertex
Type extension of UnitVectorType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
vertex I2Type required
The vertex attribute is a pair of non-negative integers, where the first value is a triangle index and the second value is a vertex index.
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:complexType name="TriangleVertexNormalType">
  <xs:annotation>
    <xs:documentation>The TriangleVertexNormalType defines the normal vector specified in a triangle vertex.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="UnitVectorType">
      <xs:attribute name="vertex" type="I2Type" use="required">
        <xs:annotation>
          <xs:documentation>The vertex attribute is a pair of non-negative integers, where the first value is a triangle index and the second value is a vertex index.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Attribute TriangleVertexNormalType / @vertex
Annotations
The vertex attribute is a pair of non-negative integers, where the first value is a triangle index and the second value is a vertex index.
Type I2Type
Type hierarchy
Properties
use required
Facets
length 2
Used by
Source
<xs:attribute name="vertex" type="I2Type" use="required">
  <xs:annotation>
    <xs:documentation>The vertex attribute is a pair of non-negative integers, where the first value is a triangle index and the second value is a vertex index.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd