Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element StepsWithPredecessorsType / StepWithPredecessors
Annotations
Each StepWithPredecessors element is a single member of the list.
Diagram
Diagram QIFPlan_xsd_Complex_Type_StepWithPredecessorsType.tmp#StepWithPredecessorsType_Predecessors QIFPlan_xsd_Complex_Type_StepWithPredecessorsType.tmp#StepWithPredecessorsType_Step QIFPlan_xsd_Complex_Type_StepWithPredecessorsType.tmp#StepWithPredecessorsType
Type StepWithPredecessorsType
Properties
content complex
maxOccurs unbounded
Children Predecessors, Step
Instance
<StepWithPredecessors xmlns="http://qifstandards.org/xsd/qif3">
  <Predecessors n="">{0,1}</Predecessors>
  <Step>{1,1}</Step>
</StepWithPredecessors>
Source
<xs:element name="StepWithPredecessors" type="StepWithPredecessorsType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each StepWithPredecessors element is a single member of the list.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type StepsWithPredecessorsType
Annotations
The StepsWithPredecessorsType defines a list of StepWithPredecessors elements.
Diagram
Diagram QIFPlan_xsd_Complex_Type_StepsWithPredecessorsType.tmp#StepsWithPredecessorsType_n QIFPlan_xsd_Complex_Type_StepsWithPredecessorsType.tmp#StepsWithPredecessorsType_StepWithPredecessors
Used by
Children StepWithPredecessors
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of elements in the list.
Source
<xs:complexType name="StepsWithPredecessorsType">
  <xs:annotation>
    <xs:documentation>The StepsWithPredecessorsType defines a list of StepWithPredecessors elements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="StepWithPredecessors" type="StepWithPredecessorsType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each StepWithPredecessors element is a single 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 elements in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Attribute StepsWithPredecessorsType / @n
Annotations
The required n attribute is the number of elements 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 elements in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd