Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ArraySubCurve13Type / SubCurve
Annotations
Each SubCurve element is a Curve13.
Diagram
Diagram Geometry_xsd_Complex_Type_Curve13OrientedType.tmp#Curve13OrientedType_turned Geometry_xsd_Element_Curve13Core.tmp#Curve13Core Geometry_xsd_Complex_Type_Curve13OrientedType.tmp#Curve13OrientedType
Type Curve13OrientedType
Properties
content complex
maxOccurs unbounded
Children Curve13Core
Instance
<SubCurve turned="0" xmlns="http://qifstandards.org/xsd/qif3">
  <Curve13Core domain="">{1,1}</Curve13Core>
</SubCurve>
Attributes
QName Type Default Use Annotation
turned xs:boolean 0 optional
The optional turned attribute shows if the Curve13 is inverted. A value of 1 (or true) means the Curve13 is inverted from the Curve13Core. A value of 0 (or false) means the Curve13 is not inverted.
Source
<xs:element name="SubCurve" type="Curve13OrientedType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each SubCurve element is a Curve13.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Complex Type ArraySubCurve13Type
Annotations
The ArraySubCurve13Type defines an array of Curve13 sub-curves.
Diagram
Diagram Geometry_xsd_Complex_Type_ArraySubCurve13Type.tmp#ArraySubCurve13Type_n Geometry_xsd_Complex_Type_ArraySubCurve13Type.tmp#ArraySubCurve13Type_SubCurve
Used by
Children SubCurve
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Curve13 objects in this array.
Source
<xs:complexType name="ArraySubCurve13Type">
  <xs:annotation>
    <xs:documentation>The ArraySubCurve13Type defines an array of Curve13 sub-curves.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SubCurve" type="Curve13OrientedType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each SubCurve element is a Curve13.</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 Curve13 objects in this array.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Attribute ArraySubCurve13Type / @n
Annotations
The required n attribute is the number of Curve13 objects in this array.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ArraySubCurve13Type
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of Curve13 objects in this array.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd