Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element EntitiesExternalType / Entity
Annotations
Each Entity element gives the association of a QIF id with a model entity.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_EntityExternalType.tmp#EntityExternalType_id IntermediatesPMI_xsd_Complex_Type_EntityExternalType.tmp#EntityExternalType_EntityId IntermediatesPMI_xsd_Complex_Type_EntityExternalType.tmp#EntityExternalType_Name IntermediatesPMI_xsd_Complex_Type_EntityExternalType.tmp#EntityExternalType_Description IntermediatesPMI_xsd_Complex_Type_EntityExternalType.tmp#EntityExternalType
Type EntityExternalType
Properties
content complex
maxOccurs unbounded
Children Description, EntityId, Name
Instance
<Entity id="" xmlns="http://qifstandards.org/xsd/qif3">
  <EntityId>{1,1}</EntityId>
  <Name>{0,1}</Name>
  <Description>{0,1}</Description>
</Entity>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the model entity, used for referencing.
Source
<xs:element name="Entity" type="EntityExternalType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Entity element gives the association of a QIF id with a model entity.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type EntitiesExternalType
Annotations
The EntitiesExternalType defines a list of external model entities.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_EntitiesExternalType.tmp#EntitiesExternalType_n IntermediatesPMI_xsd_Complex_Type_EntitiesExternalType.tmp#EntitiesExternalType_Entity
Used by
Children Entity
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of external model entities in the list.
Source
<xs:complexType name="EntitiesExternalType">
  <xs:annotation>
    <xs:documentation>The EntitiesExternalType defines a list of external model entities.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Entity" type="EntityExternalType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Entity element gives the association of a QIF id with a model entity.</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 model entities in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute EntitiesExternalType / @n
Annotations
The required n attribute is the number of external model entities in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type EntitiesExternalType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of external model entities in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd