Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element Sphere23Type / Transform
Annotations
The optional Transform element is the identifier of a three dimensional transformation matrix.
Diagram
Diagram Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType_Id Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType
Type ElementReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
</Transform>
Source
<xs:element name="Transform" type="ElementReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Transform element is the identifier of a three dimensional transformation matrix.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Complex Type Sphere23Type
Annotations
The Sphere23Type defines the geometric entity 'spherical_surface(u,v):R2->R3'. Any surface can have an additional transformation matrix.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType_label PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType Geometry_xsd_Complex_Type_GeometryBaseType.tmp#GeometryBaseType Geometry_xsd_Complex_Type_SurfaceBaseType.tmp#SurfaceBaseType Geometry_xsd_Element_Sphere23Core.tmp#Sphere23Core Geometry_xsd_Complex_Type_Sphere23Type.tmp#Sphere23Type_Transform
Type extension of SurfaceBaseType
Type hierarchy
Used by
Element Sphere23
Children Attributes, Sphere23Core, Transform
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the unique model entity identifier.
label xs:string optional
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Source
<xs:complexType name="Sphere23Type">
  <xs:annotation>
    <xs:documentation>The Sphere23Type defines the geometric entity 'spherical_surface(u,v):R2->R3'. Any surface can have an additional transformation matrix.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="SurfaceBaseType">
      <xs:sequence>
        <xs:element ref="Sphere23Core">
          <xs:annotation>
            <xs:documentation>The Sphere23Core element defines the mathematical core of this surface type.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Transform" type="ElementReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Transform element is the identifier of a three dimensional transformation matrix.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd