Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PlanePMIDisplayType / AnnotationViewId
Annotations
The AnnotationViewId element is the id of an annotation view entity.
Diagram
Diagram Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType_Id Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType
Type ElementReferenceType
Properties
content complex
Children Id
Instance
<AnnotationViewId xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
</AnnotationViewId>
Source
<xs:element name="AnnotationViewId" type="ElementReferenceType">
  <xs:annotation>
    <xs:documentation>The AnnotationViewId element is the id of an annotation view entity.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element PlanePMIDisplayType / Origin
Annotations
The optional Origin element is the origin of the annotation plane.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_PointType.tmp#PointType
Type PointType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="Origin" type="PointType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Origin element is the origin of the annotation plane.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element PlanePMIDisplayType / Direction
Annotations
The optional Direction element is a text direction. This direction overrides the default text direction defined in the annotation view.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_UnitVectorType.tmp#UnitVectorType
Type UnitVectorType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="Direction" type="UnitVectorType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Direction element is a text direction. This direction overrides the default text direction defined in the annotation view.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type PlanePMIDisplayType
Annotations
The PlanePMIDisplayType defines an annotation plane.
Diagram
Diagram Visualization_xsd_Complex_Type_PlanePMIDisplayType.tmp#PlanePMIDisplayType_AnnotationViewId Visualization_xsd_Complex_Type_PlanePMIDisplayType.tmp#PlanePMIDisplayType_Origin Visualization_xsd_Complex_Type_PlanePMIDisplayType.tmp#PlanePMIDisplayType_Direction
Used by
Children AnnotationViewId, Direction, Origin
Source
<xs:complexType name="PlanePMIDisplayType">
  <xs:annotation>
    <xs:documentation>The PlanePMIDisplayType defines an annotation plane.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AnnotationViewId" type="ElementReferenceType">
      <xs:annotation>
        <xs:documentation>The AnnotationViewId element is the id of an annotation view entity.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Origin" type="PointType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Origin element is the origin of the annotation plane.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Direction" type="UnitVectorType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Direction element is a text direction. This direction overrides the default text direction defined in the annotation view.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd