Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element AddressDescriptionType / AddressDescriptionEnum
Annotations
The AddressDescriptionEnum element describes an often-used type of a physical address.
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_AddressDescriptionEnumType.tmp#AddressDescriptionEnumType
Type AddressDescriptionEnumType
Properties
content simple
Facets
enumeration DELIVERY
enumeration POSTAL
enumeration VISITOR
enumeration NOTDEFINED
Source
<xs:element name="AddressDescriptionEnum" type="AddressDescriptionEnumType">
  <xs:annotation>
    <xs:documentation>The AddressDescriptionEnum element describes an often-used type of a physical address.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element AddressDescriptionType / OtherAddressDescription
Annotations
The OtherAddressDescription element describes a type of a physical address in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherAddressDescription" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherAddressDescription element describes a type of a physical address in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type AddressDescriptionType
Annotations
The AddressDescriptionType defines the type of a physical address.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_AddressDescriptionType.tmp#AddressDescriptionType_AddressDescriptionEnum IntermediatesPMI_xsd_Complex_Type_AddressDescriptionType.tmp#AddressDescriptionType_OtherAddressDescription
Used by
Children AddressDescriptionEnum, OtherAddressDescription
Source
<xs:complexType name="AddressDescriptionType">
  <xs:annotation>
    <xs:documentation>The AddressDescriptionType defines the type of a physical address.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="AddressDescriptionEnum" type="AddressDescriptionEnumType">
      <xs:annotation>
        <xs:documentation>The AddressDescriptionEnum element describes an often-used type of a physical address.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherAddressDescription" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherAddressDescription element describes a type of a physical address in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd