Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element ArithmeticParameterValueType / Parameter
Annotations
The Parameter element is the xpath starting from the object (e.g., a feature or characteristic) and ending in name of the arithmetic parameter whose value is to be obtained -- for example, Diameter for a Circle or Sweep/Angle for a Circular Arc. The type of the value of the parameter must be xs:decimal or the value must be convertible to xs:decimal without loss of accuracy.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="Parameter" type="xs:token">
  <xs:annotation>
    <xs:documentation>The Parameter element is the xpath starting from the object (e.g., a feature or characteristic) and ending in name of the arithmetic parameter whose value is to be obtained -- for example, Diameter for a Circle or Sweep/Angle for a Circular Arc. The type of the value of the parameter must be xs:decimal or the value must be convertible to xs:decimal without loss of accuracy.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Element ArithmeticParameterValueType / ObjectId
Annotations
The ObjectId element identifies the object from which the parameter value is to be extracted.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathXId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType
Type QIFReferenceFullType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
asmPathId QIFReferenceSimpleType optional
The optional asmPathId attribute is a reference used for locating the id of an assembly path. If the asmPathXId attribute is not used, the asmPathId is a reference to an assembly path in the AsmPaths of the local document. If the asmPathXId is used, the asmPathId is the local id of an external QIF document, and the asmPathXId is a reference to an assembly path in the external QIF document. The assembly path (instantiation chain) unambiguously identifies a model entity within an assembly.
asmPathXId QIFReferenceSimpleType optional
The optional asmPathXId attribute, if used, is a reference to the id of an assembly path in the external document identified by the asmPathId. The asmPathXId must not be used if the asmPathId is not used.
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="ObjectId" type="QIFReferenceFullType">
  <xs:annotation>
    <xs:documentation>The ObjectId element identifies the object from which the parameter value is to be extracted.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type ArithmeticParameterValueType
Annotations
The ArithmeticParameterValueType defines an arithmetic expression that represents the value of an arithmetic parameter of a QIF object with a QIF id (e.g., the ToleranceValue of a geometric tolerance). If the identified object does not have the given parameter, the result is undefined. If a parameter value is given in units that are not the units in use, the evaluating system must convert to the units in use and use the converted value.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_ArithmeticExpressionBaseType.tmp#ArithmeticExpressionBaseType QIFPlan_xsd_Complex_Type_ArithmeticParameterValueType.tmp#ArithmeticParameterValueType_Parameter QIFPlan_xsd_Complex_Type_ArithmeticParameterValueType.tmp#ArithmeticParameterValueType_ObjectId
Type extension of ArithmeticExpressionBaseType
Type hierarchy
Used by
Children ObjectId, Parameter
Source
<xs:complexType name="ArithmeticParameterValueType">
  <xs:annotation>
    <xs:documentation>The ArithmeticParameterValueType defines an arithmetic expression that represents the value of an arithmetic parameter of a QIF object with a QIF id (e.g., the ToleranceValue of a geometric tolerance). If the identified object does not have the given parameter, the result is undefined. If a parameter value is given in units that are not the units in use, the evaluating system must convert to the units in use and use the converted value.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ArithmeticExpressionBaseType">
      <xs:sequence>
        <xs:element name="Parameter" type="xs:token">
          <xs:annotation>
            <xs:documentation>The Parameter element is the xpath starting from the object (e.g., a feature or characteristic) and ending in name of the arithmetic parameter whose value is to be obtained -- for example, Diameter for a Circle or Sweep/Angle for a Circular Arc. The type of the value of the parameter must be xs:decimal or the value must be convertible to xs:decimal without loss of accuracy.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ObjectId" type="QIFReferenceFullType">
          <xs:annotation>
            <xs:documentation>The ObjectId element identifies the object from which the parameter value is to be extracted.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd