Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element DegreesOfFreedomType / DegreeOfFreedom
Annotations
Each DegreeOfFreedom element specifies which degree of freedom is controlled.
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_DegreeOfFreedomEnumType.tmp#DegreeOfFreedomEnumType
Type DegreeOfFreedomEnumType
Properties
content simple
maxOccurs 6
Facets
enumeration U
enumeration V
enumeration W
enumeration X
enumeration Y
enumeration Z
Source
<xs:element name="DegreeOfFreedom" type="DegreeOfFreedomEnumType" maxOccurs="6">
  <xs:annotation>
    <xs:documentation>Each DegreeOfFreedom element specifies which degree of freedom is controlled.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element DegreesOfFreedomType / ISODegreeOfFreedom
Annotations
(ISO specific Rx,Ry,Rz,Tx,Ty,Tz) Each ISODegreeOfFreedom element specifies which degree of freedom is controlled.
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_ISODegreeOfFreedomEnumType.tmp#ISODegreeOfFreedomEnumType
Type ISODegreeOfFreedomEnumType
Properties
content simple
maxOccurs 6
Facets
enumeration Rx
enumeration Ry
enumeration Rz
enumeration Tx
enumeration Ty
enumeration Tz
Source
<xs:element name="ISODegreeOfFreedom" type="ISODegreeOfFreedomEnumType" maxOccurs="6">
  <xs:annotation>
    <xs:documentation>(ISO specific Rx,Ry,Rz,Tx,Ty,Tz) Each ISODegreeOfFreedom element specifies which degree of freedom is controlled.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type DegreesOfFreedomType
Annotations
The DegreesOfFreedomType defines the degrees of freedom available for fitting or controlled by a datum reference frame (DRF = datum reference frame).
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_DegreesOfFreedomType.tmp#DegreesOfFreedomType_n IntermediatesPMI_xsd_Complex_Type_DegreesOfFreedomType.tmp#DegreesOfFreedomType_DegreeOfFreedom IntermediatesPMI_xsd_Complex_Type_DegreesOfFreedomType.tmp#DegreesOfFreedomType_ISODegreeOfFreedom
Used by
Children DegreeOfFreedom, ISODegreeOfFreedom
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of degrees of freedom available for fitting.
Source
<xs:complexType name="DegreesOfFreedomType">
  <xs:annotation>
    <xs:documentation>The DegreesOfFreedomType defines the degrees of freedom available for fitting or controlled by a datum reference frame (DRF = datum reference frame).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice>
      <xs:annotation>
        <xs:documentation>This compositor provides a choice between the ASME Y14.5 and ISO 1101 implementations of datum degrees of freedom.</xs:documentation>
      </xs:annotation>
      <xs:element name="DegreeOfFreedom" type="DegreeOfFreedomEnumType" maxOccurs="6">
        <xs:annotation>
          <xs:documentation>Each DegreeOfFreedom element specifies which degree of freedom is controlled.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ISODegreeOfFreedom" type="ISODegreeOfFreedomEnumType" maxOccurs="6">
        <xs:annotation>
          <xs:documentation>(ISO specific Rx,Ry,Rz,Tx,Ty,Tz) Each ISODegreeOfFreedom element specifies which degree of freedom is controlled.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of degrees of freedom available for fitting.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute DegreesOfFreedomType / @n
Annotations
The required n attribute is the number of degrees of freedom available for fitting.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type DegreesOfFreedomType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of degrees of freedom available for fitting.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd