Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element ArrayTriangleVertexNormalType / NormalSpecial
Annotations
The NormalSpecial element is a 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 Geometry_xsd_Complex_Type_TriangleVertexNormalType.tmp#TriangleVertexNormalType
Type TriangleVertexNormalType
Type hierarchy
Properties
content complex
maxOccurs unbounded
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:element name="NormalSpecial" type="TriangleVertexNormalType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The NormalSpecial element is a normal vector specified in a triangle vertex.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Complex Type ArrayTriangleVertexNormalType
Annotations
The ArrayTriangleVertexNormalType is an array of normal vectors specified in triangle vertices.
Diagram
Diagram Geometry_xsd_Complex_Type_ArrayTriangleVertexNormalType.tmp#ArrayTriangleVertexNormalType_n Geometry_xsd_Complex_Type_ArrayTriangleVertexNormalType.tmp#ArrayTriangleVertexNormalType_NormalSpecial
Used by
Children NormalSpecial
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of NormalSpecial elements in this array.
Source
<xs:complexType name="ArrayTriangleVertexNormalType">
  <xs:annotation>
    <xs:documentation>The ArrayTriangleVertexNormalType is an array of normal vectors specified in triangle vertices.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="NormalSpecial" type="TriangleVertexNormalType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The NormalSpecial element is a normal vector specified in a triangle vertex.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of NormalSpecial elements in this array.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Attribute ArrayTriangleVertexNormalType / @n
Annotations
The required n attribute is the number of NormalSpecial elements in this array.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of NormalSpecial elements in this array.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd