Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ActionMethodsType
Annotations
The ActionMethodsType defines a set of action methods.
Diagram
Diagram QIFPlan_xsd_Complex_Type_ActionMethodsType.tmp#ActionMethodsType_n QIFPlan_xsd_Element_ActionMethod.tmp#ActionMethod
Used by
Children ActionMethod
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of action methods in the list.
Source
<xs:complexType name="ActionMethodsType">
  <xs:annotation>
    <xs:documentation>The ActionMethodsType defines a set of action methods.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ActionMethod" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each ActionMethod element is a single action method.</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 action methods in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Attribute ActionMethodsType / @n
Annotations
The required n attribute is the number of action methods in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ActionMethodsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of action methods in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd