Showing:

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