Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element OrganizationType / Name
Annotations
The Name element is the name of the organization.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="Name" type="xs:token">
  <xs:annotation>
    <xs:documentation>The Name element is the name of the organization.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element OrganizationType / Address
Annotations
The optional Address element is the address of the organization.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_PhysicalAddressType.tmp#PhysicalAddressType_Description IntermediatesPMI_xsd_Complex_Type_PhysicalAddressType.tmp#PhysicalAddressType_InternalLocation IntermediatesPMI_xsd_Complex_Type_PhysicalAddressType.tmp#PhysicalAddressType_StreetNumber IntermediatesPMI_xsd_Complex_Type_PhysicalAddressType.tmp#PhysicalAddressType_Street IntermediatesPMI_xsd_Complex_Type_PhysicalAddressType.tmp#PhysicalAddressType_PostalBox IntermediatesPMI_xsd_Complex_Type_PhysicalAddressType.tmp#PhysicalAddressType_Town IntermediatesPMI_xsd_Complex_Type_PhysicalAddressType.tmp#PhysicalAddressType_Region IntermediatesPMI_xsd_Complex_Type_PhysicalAddressType.tmp#PhysicalAddressType_PostalCode IntermediatesPMI_xsd_Complex_Type_PhysicalAddressType.tmp#PhysicalAddressType_Country IntermediatesPMI_xsd_Complex_Type_PhysicalAddressType.tmp#PhysicalAddressType_FacsimileNumber IntermediatesPMI_xsd_Complex_Type_PhysicalAddressType.tmp#PhysicalAddressType_TelephoneNumber IntermediatesPMI_xsd_Complex_Type_PhysicalAddressType.tmp#PhysicalAddressType_ElectronicMailAddress IntermediatesPMI_xsd_Complex_Type_PhysicalAddressType.tmp#PhysicalAddressType_TelexNumber IntermediatesPMI_xsd_Complex_Type_PhysicalAddressType.tmp#PhysicalAddressType
Type PhysicalAddressType
Properties
content complex
minOccurs 0
Children Country, Description, ElectronicMailAddress, FacsimileNumber, InternalLocation, PostalBox, PostalCode, Region, Street, StreetNumber, TelephoneNumber, TelexNumber, Town
Instance
<Address xmlns="http://qifstandards.org/xsd/qif3">
  <Description>{0,1}</Description>
  <InternalLocation>{0,1}</InternalLocation>
  <StreetNumber>{0,1}</StreetNumber>
  <Street>{0,1}</Street>
  <PostalBox>{0,1}</PostalBox>
  <Town>{0,1}</Town>
  <Region>{0,1}</Region>
  <PostalCode>{0,1}</PostalCode>
  <Country>{0,1}</Country>
  <FacsimileNumber>{0,1}</FacsimileNumber>
  <TelephoneNumber>{0,1}</TelephoneNumber>
  <ElectronicMailAddress>{0,1}</ElectronicMailAddress>
  <TelexNumber>{0,1}</TelexNumber>
</Address>
Source
<xs:element name="Address" type="PhysicalAddressType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Address element is the address of the organization.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type OrganizationType
Annotations
The OrganizationType defines information about an organization.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_OrganizationType.tmp#OrganizationType_Name IntermediatesPMI_xsd_Complex_Type_OrganizationType.tmp#OrganizationType_Address Primitives_xsd_Element_Attributes.tmp#Attributes
Used by
Children Address, Attributes, Name
Source
<xs:complexType name="OrganizationType">
  <xs:annotation>
    <xs:documentation>The OrganizationType defines information about an organization.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:token">
      <xs:annotation>
        <xs:documentation>The Name element is the name of the organization.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Address" type="PhysicalAddressType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Address element is the address of the organization.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd