Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element PredecessorsType / Predecessor
Annotations
Each Predecessor element is a single member of the list. It is a positive integer that is the number of a step and is different from any other member of the list.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
maxOccurs unbounded
Source
<xs:element name="Predecessor" type="xs:positiveInteger" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Predecessor element is a single member of the list. It is a positive integer that is the number of a step and is different from any other member of the list.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type PredecessorsType
Annotations
The PredecessorsType defines a list of the numbers of predecessor steps.
Diagram
Diagram QIFPlan_xsd_Complex_Type_PredecessorsType.tmp#PredecessorsType_n QIFPlan_xsd_Complex_Type_PredecessorsType.tmp#PredecessorsType_Predecessor
Used by
Children Predecessor
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of predecessor steps in the list.
Source
<xs:complexType name="PredecessorsType">
  <xs:annotation>
    <xs:documentation>The PredecessorsType defines a list of the numbers of predecessor steps.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Predecessor" type="xs:positiveInteger" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Predecessor element is a single member of the list. It is a positive integer that is the number of a step and is different from any other member of the list.</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 predecessor steps in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Attribute PredecessorsType / @n
Annotations
The required n attribute is the number of predecessor steps in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type PredecessorsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of predecessor steps in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd