Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element Spline13Core
Annotations
The global Spline13Core element is the mathematical core of a 3D spline curve. The spline curve is a sequence of parametric polynomial segments.
Diagram
Diagram Geometry_xsd_Complex_Type_CurveCoreBaseType.tmp#CurveCoreBaseType_domain Geometry_xsd_Complex_Type_CurveCoreBaseType.tmp#CurveCoreBaseType Geometry_xsd_Complex_Type_Spline13CoreType.tmp#Spline13CoreType_normalized Geometry_xsd_Complex_Type_Spline13CoreType.tmp#Spline13CoreType_Knots Geometry_xsd_Complex_Type_Spline13CoreType.tmp#Spline13CoreType_Orders Geometry_xsd_Complex_Type_Spline13CoreType.tmp#Spline13CoreType_Coefficients Geometry_xsd_Complex_Type_Spline13CoreType.tmp#Spline13CoreType Geometry_xsd_Element_Curve13Core.tmp#Curve13Core
Type Spline13CoreType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Complex Type Spline13Type
Children Coefficients, Knots, Orders
Instance
<Spline13Core domain="" normalized="0" xmlns="http://qifstandards.org/xsd/qif3">
  <Knots count="">{1,1}</Knots>
  <Orders count="">{1,1}</Orders>
  <Coefficients count="" decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Coefficients>
</Spline13Core>
Attributes
QName Type Default Use Annotation
domain ParameterRangeType required
The required domain attribute is the domain of the parameterization of the curve.
normalized xs:boolean 0 optional
The optional normalized attribute shows if the curve is normalized. A value of 1 (or true) means the curve is normalized. A value of 0 (or false) means the curve is not normalized.
Source
<xs:element name="Spline13Core" type="Spline13CoreType" substitutionGroup="Curve13Core">
  <xs:annotation>
    <xs:documentation>The global Spline13Core element is the mathematical core of a 3D spline curve. The spline curve is a sequence of parametric polynomial segments.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd