Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element AuxiliaryPlaneBaseType / Plane
Annotations
The Plane element is the plane definition.
Diagram
Diagram Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType_Point Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType_Normal Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType
Type PlaneType
Properties
content complex
Children Normal, Point
Instance
<Plane xmlns="http://qifstandards.org/xsd/qif3">
  <Point decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Point>
  <Normal decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Normal>
</Plane>
Source
<xs:element name="Plane" type="PlaneType">
  <xs:annotation>
    <xs:documentation>The Plane element is the plane definition.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Auxiliary.xsd
Complex Type AuxiliaryPlaneBaseType
Annotations
The AuxiliaryPlaneBaseType is the abstract base type for all auxiliary plane types.
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 PrimitivesPD_xsd_Attribute_Group_AttrDrawable.tmp#AttrDrawable PrimitivesPD_xsd_Complex_Type_DrawableBaseType.tmp#DrawableBaseType Auxiliary_xsd_Complex_Type_AuxiliaryBaseType.tmp#AuxiliaryBaseType Auxiliary_xsd_Complex_Type_AuxiliaryPlaneBaseType.tmp#AuxiliaryPlaneBaseType_Plane
Type extension of AuxiliaryBaseType
Type hierarchy
Properties
abstract true
Used by
Complex Type PlaneReferenceType
Children Attributes, Plane
Attributes
QName Type Default Use Annotation
color ColorType optional
The optional color attribute defines the RGB color property of a model entity.
hidden xs:boolean 0 optional
The optional hidden attribute defines the visibility property of a model entity in the graphical window.
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.
size DoublePositiveType optional
The optional size attribute defines a recommended size for visualization of an infinite drawable element such as plane, cylinder, axis, etc., or objects without explicit geometric parameters (e.g. coordinate system).
transparency TransparencyType 0.0 optional
The optional transparency attribute defines the transparency property of a model entity.
Source
<xs:complexType name="AuxiliaryPlaneBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The AuxiliaryPlaneBaseType is the abstract base type for all auxiliary plane types.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="AuxiliaryBaseType">
      <xs:sequence>
        <xs:element name="Plane" type="PlaneType">
          <xs:annotation>
            <xs:documentation>The Plane element is the plane definition.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Auxiliary.xsd