Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element LocationType / LocationDescription
Annotations
The LocationDescription element gives a natural language description of a location. If an address is also given, the description need not duplicate that information.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="LocationDescription" type="xs:string">
  <xs:annotation>
    <xs:documentation>The LocationDescription element gives a natural language description of a location. If an address is also given, the description need not duplicate that information.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element LocationType / Address
Annotations
The optional Address element gives a physical address for a location.
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 gives a physical address for a location.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type LocationType
Annotations
The LocationType defines a physical location.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_LocationType.tmp#LocationType_id IntermediatesPMI_xsd_Complex_Type_LocationType.tmp#LocationType_LocationDescription IntermediatesPMI_xsd_Complex_Type_LocationType.tmp#LocationType_Address
Used by
Children Address, LocationDescription
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the location, used for referencing.
Source
<xs:complexType name="LocationType">
  <xs:annotation>
    <xs:documentation>The LocationType defines a physical location.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="LocationDescription" type="xs:string">
      <xs:annotation>
        <xs:documentation>The LocationDescription element gives a natural language description of a location. If an address is also given, the description need not duplicate that information.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Address" type="PhysicalAddressType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Address element gives a physical address for a location.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The id attribute is the QIF id of the location, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute LocationType / @id
Annotations
The id attribute is the QIF id of the location, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type LocationType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the location, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd