Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element Spline12Core
Annotations
The global Spline12Core is the mathematical core of a 2D 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_Spline12CoreType.tmp#Spline12CoreType_normalized Geometry_xsd_Complex_Type_Spline12CoreType.tmp#Spline12CoreType_Knots Geometry_xsd_Complex_Type_Spline12CoreType.tmp#Spline12CoreType_Orders Geometry_xsd_Complex_Type_Spline12CoreType.tmp#Spline12CoreType_Coefficients Geometry_xsd_Complex_Type_Spline12CoreType.tmp#Spline12CoreType Geometry_xsd_Element_Curve12Core.tmp#Curve12Core
Type Spline12CoreType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Complex Type Spline12Type
Children Coefficients, Knots, Orders
Instance
<Spline12Core domain="" normalized="0" xmlns="http://qifstandards.org/xsd/qif3">
  <Knots count="">{1,1}</Knots>
  <Orders count="">{1,1}</Orders>
  <Coefficients count="">{1,1}</Coefficients>
</Spline12Core>
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="Spline12Core" type="Spline12CoreType" substitutionGroup="Curve12Core">
  <xs:annotation>
    <xs:documentation>The global Spline12Core is the mathematical core of a 2D 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