Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ThreadSpecificationsType / ThreadSpecification
Annotations
Each ThreadSpecification element is a specification of a thread.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationType.tmp#ThreadSpecificationType_SingleLeadSpecification IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationType.tmp#ThreadSpecificationType_MultiLeadSpecification IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationType.tmp#ThreadSpecificationType_TextThreadSpecification IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationType.tmp#ThreadSpecificationType
Type ThreadSpecificationType
Properties
content complex
maxOccurs unbounded
Children MultiLeadSpecification, SingleLeadSpecification, TextThreadSpecification
Instance
<ThreadSpecification xmlns="http://qifstandards.org/xsd/qif3">
  <SingleLeadSpecification id="">{1,1}</SingleLeadSpecification>
  <MultiLeadSpecification id="">{1,1}</MultiLeadSpecification>
  <TextThreadSpecification id="">{1,1}</TextThreadSpecification>
</ThreadSpecification>
Source
<xs:element name="ThreadSpecification" type="ThreadSpecificationType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each ThreadSpecification element is a specification of a thread.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type ThreadSpecificationsType
Annotations
The ThreadSpecificationsType defines a list of thread specifications.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationsType.tmp#ThreadSpecificationsType_n IntermediatesPMI_xsd_Complex_Type_ThreadSpecificationsType.tmp#ThreadSpecificationsType_ThreadSpecification
Used by
Children ThreadSpecification
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of thread specifications in the list.
Source
<xs:complexType name="ThreadSpecificationsType">
  <xs:annotation>
    <xs:documentation>The ThreadSpecificationsType defines a list of thread specifications.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ThreadSpecification" type="ThreadSpecificationType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each ThreadSpecification element is a specification of a thread.</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 thread specifications in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute ThreadSpecificationsType / @n
Annotations
The required n attribute is the number of thread specifications in the list.
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 thread specifications in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd