Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ExternalFileReferencesType / ExternalFileReference
Annotations
Each ExternalFileReference element contains information about a single external file reference.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ExternalFileReferenceType.tmp#ExternalFileReferenceType_URI IntermediatesPMI_xsd_Complex_Type_ExternalFileReferenceType.tmp#ExternalFileReferenceType_FileSpec IntermediatesPMI_xsd_Complex_Type_ExternalFileReferenceType.tmp#ExternalFileReferenceType_Description IntermediatesPMI_xsd_Complex_Type_ExternalFileReferenceType.tmp#ExternalFileReferenceType
Type ExternalFileReferenceType
Properties
content complex
maxOccurs unbounded
Children Description, FileSpec, URI
Instance
<ExternalFileReference xmlns="http://qifstandards.org/xsd/qif3">
  <URI>{1,1}</URI>
  <FileSpec>{1,1}</FileSpec>
  <Description>{1,1}</Description>
</ExternalFileReference>
Source
<xs:element name="ExternalFileReference" type="ExternalFileReferenceType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each ExternalFileReference element contains information about a single external file reference.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type ExternalFileReferencesType
Annotations
The ExternalFileReferencesType defines a list of external file references.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ExternalFileReferencesType.tmp#ExternalFileReferencesType_n IntermediatesPMI_xsd_Complex_Type_ExternalFileReferencesType.tmp#ExternalFileReferencesType_ExternalFileReference
Used by
Children ExternalFileReference
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of external file references in this list.
Source
<xs:complexType name="ExternalFileReferencesType">
  <xs:annotation>
    <xs:documentation>The ExternalFileReferencesType defines a list of external file references.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ExternalFileReference" type="ExternalFileReferenceType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each ExternalFileReference element contains information about a single external file reference.</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 external file references in this list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute ExternalFileReferencesType / @n
Annotations
The required n attribute is the number of external file references in this 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 external file references in this list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd