Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element BestFitAlignmentOperationType / DegreesOfFreedom
Annotations
The DegreesOfFreedom element is the degrees of freedom for the best-fit alignment operation.
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 IntermediatesPMI_xsd_Complex_Type_DegreesOfFreedomType.tmp#DegreesOfFreedomType
Type DegreesOfFreedomType
Properties
content complex
Children DegreeOfFreedom, ISODegreeOfFreedom
Instance
<DegreesOfFreedom n="" xmlns="http://qifstandards.org/xsd/qif3">
  <DegreeOfFreedom>{1,6}</DegreeOfFreedom>
  <ISODegreeOfFreedom>{1,6}</ISODegreeOfFreedom>
</DegreesOfFreedom>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of degrees of freedom available for fitting.
Source
<xs:element name="DegreesOfFreedom" type="DegreesOfFreedomType">
  <xs:annotation>
    <xs:documentation>The DegreesOfFreedom element is the degrees of freedom for the best-fit alignment operation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element BestFitAlignmentOperationType / BaseFeature
Annotations
Each BaseFeature element is a base feature used in the best fit alignment. The number and placement of base features must be sufficient to control all degrees of freedom.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_ReferencedComponent IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_FeatureId IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType IntermediatesPMI_xsd_Complex_Type_SequencedBaseFeatureType.tmp#SequencedBaseFeatureType_SequenceNumber IntermediatesPMI_xsd_Complex_Type_SequencedBaseFeatureType.tmp#SequencedBaseFeatureType
Type SequencedBaseFeatureType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children FeatureId, ReferencedComponent, SequenceNumber
Instance
<BaseFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
  <SequenceNumber>{1,1}</SequenceNumber>
</BaseFeature>
Source
<xs:element name="BaseFeature" type="SequencedBaseFeatureType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each BaseFeature element is a base feature used in the best fit alignment. The number and placement of base features must be sufficient to control all degrees of freedom.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type BestFitAlignmentOperationType
Annotations
The BestFitAlignmentOperationType defines information particular to a best fit alignment operation.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_AlignmentOperationBaseType.tmp#AlignmentOperationBaseType_SequenceNumber Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_AlignmentOperationBaseType.tmp#AlignmentOperationBaseType IntermediatesPMI_xsd_Complex_Type_BestFitAlignmentOperationType.tmp#BestFitAlignmentOperationType_n IntermediatesPMI_xsd_Complex_Type_BestFitAlignmentOperationType.tmp#BestFitAlignmentOperationType_DegreesOfFreedom IntermediatesPMI_xsd_Complex_Type_BestFitAlignmentOperationType.tmp#BestFitAlignmentOperationType_BaseFeature
Type extension of AlignmentOperationBaseType
Type hierarchy
Used by
Element BestFit
Children Attributes, BaseFeature, DegreesOfFreedom, SequenceNumber
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of base features used in the alignment.
Source
<xs:complexType name="BestFitAlignmentOperationType">
  <xs:annotation>
    <xs:documentation>The BestFitAlignmentOperationType defines information particular to a best fit alignment operation.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="AlignmentOperationBaseType">
      <xs:sequence>
        <xs:element name="DegreesOfFreedom" type="DegreesOfFreedomType">
          <xs:annotation>
            <xs:documentation>The DegreesOfFreedom element is the degrees of freedom for the best-fit alignment operation.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="BaseFeature" type="SequencedBaseFeatureType" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Each BaseFeature element is a base feature used in the best fit alignment. The number and placement of base features must be sufficient to control all degrees of freedom.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="n" type="NaturalType" use="required">
        <xs:annotation>
          <xs:documentation>The required n attribute is the number of base features used in the alignment.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute BestFitAlignmentOperationType / @n
Annotations
The required n attribute is the number of base features used in the alignment.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of base features used in the alignment.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd