Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type MeasuredPointSetsType
Annotations
The MeasuredPointSetsType set of measured point sets, i.e., ordered sets of measured points.
Diagram
Diagram Features_xsd_Complex_Type_MeasuredPointSetsType.tmp#MeasuredPointSetsType_n Features_xsd_Element_MeasuredPointSet.tmp#MeasuredPointSet
Used by
Children MeasuredPointSet
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of measured point sets in the list.
Source
<xs:complexType name="MeasuredPointSetsType">
  <xs:annotation>
    <xs:documentation>The MeasuredPointSetsType set of measured point sets, i.e., ordered sets of measured points.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="MeasuredPointSet" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each MeasuredPointSet element gives information about a measured point set.</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 measured point sets in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Attribute MeasuredPointSetsType / @n
Annotations
The required n attribute is the number of measured point sets in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type MeasuredPointSetsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of measured point sets in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd