Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by

Table of Contents

Group by:

urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil

urn:oasis:names:tc:emergency:edxl:extension:1.0

urn:oasis:names:tc:emergency:edxl:gsf:1.0

urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct

http://www.w3.org/XML/1998/namespace

Attribute Groups

Resource hierarchy:

Main schema edxl-have-v2.0-wd02.xsd
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Specification Name: EDXL Hospital AVailability Exchange (HAVE) 2.0
Description: Defines the XML schema for the EDXL HAVE message exchange Produced by:
Emergency Management HAVE Subcommittee URL: http://docs.oasis-open.org Version: 2.0 WD
Status: SC DRAFT Copyright: 2012-2015, OASIS, http://www.oasis-open.org Last Modified:
05JAN2015 Last Modified by: Darrell O'Donnell, P.Eng.
Guiding Concepts/Principles: Schema Validation: should
provide deep validation capabilities as opposed to being a basic schema where different
groups make up extensions to the point where nothing is valid in between systems.
Extensible: Key areas of the schema should support extensibility in a controlled manner.
The use of managed taxonomies can allow a group to define a new set of services that are
used in a network for example. Simple: Though the standard could support aggregation the
provision of individual facility elements REVIEW: new elements ID and IDREF: References
(IDREF) to unique elements (ID) should be used, especially where establishing of a
hierarchy.
Properties
attribute form default qualified
element form default qualified
[ top ]
Imported schema edxl-gsf.v1.0.xsd
Namespace urn:oasis:names:tc:emergency:edxl:gsf:1.0
Properties
attribute form default unqualified
element form default qualified
version 1.0
[ top ]
Imported schema edxl-gsf-base.xsd
Namespace http://www.opengis.net/gml/3.2
Annotations
See ISO/DIS 19136 7.2.
The gmlBase schema components establish the GML model and syntax, in particular
-	a root XML type from which XML types for all GML objects should be derived,
-	a pattern and components for GML properties,
-	patterns for collections and arrays, and components for generic collections and arrays,
-	components for associating metadata with GML objects,
-	components for constructing definitions and dictionaries.
See ISO/DIS 19136 Clause 10.
Any geometry element that inherits the semantics of AbstractGeometryType may be viewed as a set of direct positions. 
All of the classes derived from AbstractGeometryType inherit an optional association to a coordinate reference system. All direct positions shall directly or indirectly be associated with a coordinate reference system. When geometry elements are aggregated in another geometry element (such as a MultiGeometry or GeometricComplex), which already has a coordinate reference system specified, then these elements are assumed to be in that same coordinate reference system unless otherwise specified.
The geometry model distinguishes geometric primitives, aggregates and complexes. 
Geometric primitives, i.e. instances of a subtype of AbstractGeometricPrimitiveType, will be open, that is, they will not contain their boundary points; curves will not contain their end points, surfaces will not contain their boundary curves, and solids will not contain their bounding surfaces.
Properties
attribute form default unqualified
element form default qualified
version 3.2.1
[ top ]
Imported schema xlink.xsd
Namespace http://www.w3.org/1999/xlink
Annotations
This schema document provides attribute declarations and
attribute group, complex type and simple type definitions which can be used in
the construction of user schemas to define the structure of particular linking
constructs, e.g.<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
           xmlns:xl="http://www.w3.org/1999/xlink">

 <xs:import namespace="http://www.w3.org/1999/xlink"
            location="http://www.w3.org/1999/xlink.xsd">

 <xs:element name="mySimple">
  <xs:complexType>
   ...
   <xs:attributeGroup ref="xl:simpleAttrs"/>
   ...
  </xs:complexType>
 </xs:element>
 ...
</xs:schema>
Properties
attribute form default unqualified
element form default unqualified
[ top ]
Imported schema xml.xsd
Namespace http://www.w3.org/XML/1998/namespace
Annotations
See http://www.w3.org/XML/1998/namespace.html and
   http://www.w3.org/TR/REC-xml for information about this namespace.

    This schema document describes the XML namespace, in a form
    suitable for import by other schema documents.  

    Note that local names in this namespace are intended to be defined
    only by the World Wide Web Consortium or its subgroups.  The
    following names are currently defined in this namespace and should
    not be used with conflicting semantics by any Working Group,
    specification, or document instance:

    base (as an attribute name): denotes an attribute whose value
         provides a URI to be used as the base for interpreting any
         relative URIs in the scope of the element on which it
         appears; its value is inherited.  This name is reserved
         by virtue of its definition in the XML Base specification.

    id   (as an attribute name): denotes an attribute whose value
         should be interpreted as if declared to be of type ID.
         This name is reserved by virtue of its definition in the
         xml:id specification.

    lang (as an attribute name): denotes an attribute whose value
         is a language code for the natural language of the content of
         any element; its value is inherited.  This name is reserved
         by virtue of its definition in the XML specification.
  
    space (as an attribute name): denotes an attribute whose
         value is a keyword indicating what whitespace processing
         discipline is intended for the content of the element; its
         value is inherited.  This name is reserved by virtue of its
         definition in the XML specification.

    Father (in any context at all): denotes Jon Bosak, the chair of 
         the original XML Working Group.  This name is reserved by 
         the following decision of the W3C XML Plenary and 
         XML Coordination groups:

             In appreciation for his vision, leadership and dedication
             the W3C XML Plenary on this 10th day of February, 2000
             reserves for Jon Bosak in perpetuity the XML name
             xml:Father
This schema defines attributes and an attribute group
        suitable for use by
        schemas wishing to allow xml:base, xml:lang, xml:space or xml:id
        attributes on elements they define.

        To enable this, such a schema must import this schema
        for the XML namespace, e.g. as follows:
        <schema . . .>
         . . .
         <import namespace="http://www.w3.org/XML/1998/namespace"
                    schemaLocation="http://www.w3.org/2001/xml.xsd"/>

        Subsequently, qualified reference to any of the attributes
        or the group defined below will have the desired effect, e.g.

        <type . . .>
         . . .
         <attributeGroup ref="xml:specialAttrs"/>
 
         will define a type which will schema-validate an instance
         element with any of those attributes
In keeping with the XML Schema WG's standard versioning
policy, this schema document will persist at
http://www.w3.org/2007/08/xml.xsd.
At the date of issue it can also be found at
http://www.w3.org/2001/xml.xsd.
The schema document at that URI may however change in the future,
in order to remain compatible with the latest version of XML Schema
itself, or with the XML namespace itself.  In other words, if the XML
Schema or XML namespaces change, the version of this document at
http://www.w3.org/2001/xml.xsd will change
accordingly; the version at
http://www.w3.org/2007/08/xml.xsd will not change.
Properties
attribute form default unqualified
element form default unqualified
[ top ]
Imported schema edxl-ext-v1.0.xsd
Namespace urn:oasis:names:tc:emergency:edxl:extension:1.0
Properties
attribute form default unqualified
element form default qualified
[ top ]
Imported schema edxl-ct-v1.0-wd06.xsd
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Annotations
Specification Name: OASIS EDXL Common Types ver 1.0
         Description: Defines the W3C schema with commonly used types suc as ValueListURI
         (Using XML Schema based standard code list/enumeration mechanism - OPTION 1 AND DEFAULT)
         Produced by: Emergency Management Infrastructure Framework Subcommittee
         URL: http://docs.oasis-open.org
         Version: 1.0  
         Status: Committee Specification Draft
         Copyright: 2010, OASIS, http://www.oasis-open.org
         Last Modified: 9 September 2011
         Last Modified by: Don McGarry - The MITRE Corp.
Update 9 July, 2014 (by Werner Joerg): for compliance with EDXL Naming and Capitalization Guidelines (EM-TC 12/18/2012)
Properties
attribute form default qualified
element form default qualified
[ top ]
Imported schema edxl_xPIL.xsd
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Specification Name: OASIS EDXL extensible Party Information Language (xPIL) profile ver 1.0
Description: Defines the W3C schema for the EDXL Profile representing party information (unique identifiers)
including 	party name and address
(Using XML Schema based standard code list/enumeration mechanism - OPTION 1 AND DEFAULT)
Produced by: Emergency Management Infrastructure Framework Subcommittee
URL: http://docs.oasis-open.org
Version: 1.0  
Status: Committee Specification Draft
Copyright: 2010, OASIS, http://www.oasis-open.org
Last Modified: 12 July 2011
Last Modified by: Don McGarry - The MITRE Corp.
            
Profile Developed From:
Specification Name: OASIS CIQ TC - extensible Party Information Language (xPIL) 
Description: Defines the W3C schema for representing party information (unique identifiers)
including 	party name and address
(Using XML Schema based standard code list/enumeration mechanism - OPTION 1 AND DEFAULT)
Produced by: OASIS Customer Information Quality Technical Committee
URL: http://www.oasis-open.org/committees/ciq
Version: 3.0  
Status: Committee Specification CS02
Copyright: 2007-09, OASIS, http://www.oasis-open.org
Last Modified: 20 September 2008
Last Modified by: Ram Kumar, Chair, OASIS CIQ TC (original file)
Properties
attribute form default qualified
element form default qualified
[ top ]
Imported schema CommonTypes.xsd
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
Specification Name: OASIS CIQ TC - CIQ V3.0
Description: Defines the W3C schema with commonly used types in the name, address and party schemas
(Using XML Schema based standard code list/enumeration mechanism - OPTION 1 AND DEFAULT)
Produced by: OASIS Customer Information Quality Technical Committee
URL: http://www.oasis-open.org/committees/ciq
Version: 3.0  
Status: Committee Specification CS02
Copyright: 2007-09, OASIS, http://www.oasis-open.org
Last Modified: 20 September 2008
Last Modified by: Ram Kumar, Chair, OASIS CIQ TC
Properties
attribute form default qualified
element form default qualified
[ top ]
Imported schema edxl_xNL.xsd
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Specification Name: OASIS EDXL extensible Name Language (xNL) profile ver 1.0
         Description: Defines the W3C schema for the EDXL Profile representing party names (Person or Organisation)
         (Using XML Schema based standard code list/enumeration mechanism - OPTION 1 AND DEFAULT)
         Produced by: Emergency Management Infrastructure Framework Subcommittee
         URL: http://docs.oasis-open.org
         Version: 1.0  
         Status: Committee Specification Draft
         Copyright: 2010, OASIS, http://www.oasis-open.org
         Last Modified: 12 July 2011
         Last Modified by: Don McGarry - The MITRE Corp.
         
Profile Developed From:
         Specification Name: OASIS CIQ TC - extensible Name Language (xNL) 
         Description: Defines the W3C schema for representing party names (Person or Organisation)
         (Using XML Schema based standard code list/enumeration mechanism - OPTION 1 AND DEFAULT)
         Produced by: OASIS Customer Information Quality Technical Committee
         URL: http://www.oasis-open.org/committees/ciq
         Version: 3.0  
         Status: Committee Specification CS02
         Copyright: 2007-09, OASIS, http://www.oasis-open.org
         Last Modified: 20 September 2008
         Last Modified by: Ram Kumar, Chair, OASIS CIQ TC
Properties
attribute form default qualified
element form default qualified
[ top ]
Included schema xNL-types.xsd
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Specification Name: OASIS CIQ TC - extensible Name Language Types (xNL-types)
Description: Defines the W3C schema that provides enumeration lists to support xNL v3.0
(Using XML Schema based standard code list/enumeration mechanism - OPTION 1 AND DEFAULT)
Produced by: OASIS Customer Information Quality Technical Committee
URL: http://www.oasis-open.org/committees/ciq
Version: 3.0  
Status: Committee Specification CS02
Copyright: 2007-09, OASIS, http://www.oasis-open.org
Last Modified: 20 September 2008
Last Modified by: Ram Kumar, Chair, OASIS CIQ TC 
            
NOTE: This is the schema that users can customise the enumeration lists to meet their
exchange requirements. The enumeration values provided are ONLY SAMPLES and 
is not complete. It is upto the application to decide what the values should be.  To achieve 
interoperability between applications using this specification, it is recommended that an
SLA/agreement is in place as to what the enumeration values will be used in this file
Properties
attribute form default qualified
element form default qualified
[ top ]
Imported schema edxl_xAL.xsd
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Specification Name: OASIS EDXL extensible Address Language (xAL) profile ver 1.0
          Description: Defines the W3C schema for the EDXL Profile for representing addresses
          (Using XML Schema based standard code list/enumeration mechanism - OPTION 1 AND DEFAULT)
          Produced by: Emergency Management Infrastructure Framework Subcommittee
          URL: http://docs.oasis-open.org
          Version: 1.0  
          Status: Committee Specification Draft
          Copyright: 2010, OASIS, http://www.oasis-open.org
          Last Modified: 12 July 2011
          Last Modified by: Don McGarry - The MITRE Corp.
		
	Profile Developed From:
          Specification Name: OASIS CIQ TC - extensible Address Language (xAL) 
          Description: Defines the W3C schema for representing addresses
          (Using XML Schema based standard code list/enumeration mechanism - OPTION 1 AND DEFAULT)
          Produced by: OASIS Customer Information Quality Technical Committee
          URL: http://www.oasis-open.org/committees/ciq
          Version: 3.0  
	Status: Committee Specification CS02
	Copyright: 2007-09, OASIS, http://www.oasis-open.org
	Last Modified: 20 September 2008
          Last Modified by: Ram Kumar, Chair, OASIS CIQ TC
Properties
attribute form default qualified
element form default qualified
[ top ]
Included schema xAL-types.xsd
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Specification Name: OASIS CIQ TC - extensible AddressLanguage Types (xAL-types)
          Description: Defines the W3C schema that provides enumeration lists to support xNL v3.0
          (Using XML Schema based standard code list/enumeration mechanism - OPTION 1 AND DEFAULT)
          Produced by: OASIS Customer Information Quality Technical Committee
          URL: http://www.oasis-open.org/committees/ciq
          Version: 3.0  
          Status: Committee Specification CS02
          Copyright: 2007-09, OASIS, http://www.oasis-open.org
          Last Modified: 20 September 2008
          Last Modified by: Ram Kumar, Chair, OASIS CIQ TC 
		
          NOTE: This is the schema that users can customise the enumeration lists to meet their
          exchange requirements. The enumeration values provided are ONLY SAMPLES and 
          is not complete. It is upto the application to decide what the values should be.  To achieve 
          interoperability between applications using this specification, it is recommended that an
          SLA/agreement is in place as to what the enumeration values will be used in this file
Properties
attribute form default qualified
element form default qualified
[ top ]
Included schema xPIL-types.xsd
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Specification Name: OASIS CIQ TC - extensible Party Information Language Types (xPIL-types)
          Description: Defines the W3C schema that provides enumeration lists to support
          xPIL. 
          (Using XML Schema based standard code list/enumeration mechanism - OPTION 1 AND DEFAULT)
          Produced by: OASIS Customer Information Quality Technical Committee
          URL: http://www.oasis-open.org/committees/ciq
          Version: 3.0  
          Status: Committee Specification CS02
          Copyright: 2007-09, OASIS, http://www.oasis-open.org
          Last Modified: 20 September 2008
          Last Modified by: Ram Kumar, Chair, OASIS CIQ TC 
		
          NOTE: This is the schema that users can customise the enumeration lists to meet their
          exchange requirements. The enumeration values provided are ONLY SAMPLES and 
          is not complete. It is upto the application to decide what the values should be. To achieve 
          interoperability between applications using this specification, it is recommended that an
          SLA/agreement is in place as to what the enumeration values will be used in this file
Properties
attribute form default qualified
element form default qualified
[ top ]
Element HAVE
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Top Level item for an OASIS Emergency Data Exchange Language Hospital AVailability Exchange (EDXL-HAVE) message.
Diagram
Diagram edxl-have-v2.0-wd.tmp#HAVE_defaultLanguage edxl-have-v2.0-wd.tmp#HAVE_organizationInformation edxl-have-v2.0-wd.tmp#HAVE_reportingPeriod edxl-have-v2.0-wd.tmp#HAVE_facility edxl-have-v2.0-wd.tmp#HAVE_comment
Properties
content complex
Model
Children comment, facility, organizationInformation, reportingPeriod
Instance
<HAVE defaultLanguage="" xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <organizationInformation>{1,1}</organizationInformation>
  <reportingPeriod>{0,1}</reportingPeriod>
  <facility ID="" parentID="">{1,unbounded}</facility>
  <comment>{0,1}</comment>
</HAVE>
Attributes
QName Type Use Annotation
defaultLanguage xs:string required
Language code that is used throughout the document. Code MUST comply with RFC3066. Free text within the document will be assumed to be in this defaultLanguage.
Source
<xs:element name="HAVE">
  <xs:annotation>
    <xs:documentation>Top Level item for an OASIS Emergency Data Exchange Language Hospital AVailability Exchange (EDXL-HAVE) message.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="organizationInformation" type="OrganizationInformationType">
        <xs:annotation>
          <xs:documentation>Information of the Organization that is responsible for the reporting of these facilities.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="reportingPeriod" type="edxl-ct:TimePeriodType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The reporting period applicable for the HAVE root element and called the "current reporting periood" typically a 24-hr period but the duration may change for operational reasons. If blank the assumption is that the file is for "today" - local to the issuer.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="facility" type="FacilityType" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A list of facilities that comprise the detail of this HAVE mesasage.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="comment" type="FreeTextType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Provides context to the HAVE report.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="defaultLanguage" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>Language code that is used throughout the document. Code MUST comply with RFC3066. Free text within the document will be assumed to be in this defaultLanguage.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element HAVE / organizationInformation
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Information of the Organization that is responsible for the reporting of these facilities.
Diagram
Diagram edxl-have-v2.0-wd.tmp#OrganisationName edxl-have-v2.0-wd.tmp#Addresses edxl-have-v2.0-wd.tmp#ContactNumbers edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers edxl-have-v2.0-wd.tmp#OrganisationInfo edxl-have-v2.0-wd.tmp#OrganisationDetailsType edxl-have-v2.0-wd.tmp#OrganizationInformationType
Type OrganizationInformationType
Type hierarchy
Properties
content complex
Model
Children Addresses, ContactNumbers, ElectronicAddressIdentifiers, OrganisationInfo, OrganisationName
Instance
<organizationInformation xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:ns0="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl" xmlns:xpil="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil">
  <ns0:OrganisationName OrganisationID="" OrganisationIDType="">{1,unbounded}</ns0:OrganisationName>
  <xpil:Addresses>{0,1}</xpil:Addresses>
  <xpil:ContactNumbers>{0,1}</xpil:ContactNumbers>
  <xpil:ElectronicAddressIdentifiers>{0,1}</xpil:ElectronicAddressIdentifiers>
  <xpil:OrganisationInfo CategoryType="" DataQualityType="" IndustryCode="" IndustryCodeType="" IndustryType="" Nature="" NumberOfEmployees="" OperatingHourEndTime="" OperatingHourStartTime="" Status="" Type="" ValidFrom="" ValidTo="">{0,1}</xpil:OrganisationInfo>
</organizationInformation>
Source
<xs:element name="organizationInformation" type="OrganizationInformationType">
  <xs:annotation>
    <xs:documentation>Information of the Organization that is responsible for the reporting of these facilities.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element OrganisationName
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Organisation Name
Diagram
Diagram edxl-have-v2.0-wd.tmp#OrganisationNameType_OrganisationID edxl-have-v2.0-wd.tmp#OrganisationNameType_OrganisationIDType edxl-have-v2.0-wd.tmp#OrganisationNameType_NameElement edxl-have-v2.0-wd.tmp#OrganisationNameType_SubDivisionName edxl-have-v2.0-wd.tmp#OrganisationNameType
Type OrganisationNameType
Properties
content complex
Used by
Model
Children NameElement, SubDivisionName
Instance
<OrganisationName OrganisationID="" OrganisationIDType="" xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl">
  <NameElement>{0,unbounded}</NameElement>
  <SubDivisionName>{0,unbounded}</SubDivisionName>
</OrganisationName>
Attributes
QName Type Use Annotation
OrganisationID String optional
A unique identifier of an organisation
OrganisationIDType OrganisationIDTypeList optional
Type of identifier
Source
<xs:element name="OrganisationName" type="OrganisationNameType">
  <xs:annotation>
    <xs:documentation>Organisation Name</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element OrganisationNameType / NameElement
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Name of the organisation. E.g. ACME Inc.
Diagram
Diagram edxl-have-v2.0-wd.tmp#String
Type extension of String
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="NameElement" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Name of the organisation. E.g. ACME Inc.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ct:String"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element OrganisationNameType / SubDivisionName
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Name of a subdivision of an organisation (e.g. department)
Diagram
Diagram edxl-have-v2.0-wd.tmp#String
Type extension of String
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="SubDivisionName" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Name of a subdivision of an organisation (e.g. department)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ct:String"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element Addresses
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
A container for all party addresses
Diagram
Diagram edxl-have-v2.0-wd.tmp#Addresses_Address
Properties
content complex
Used by
Model
Children Address
Instance
<Addresses xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil">
  <Address>{1,unbounded}</Address>
</Addresses>
Source
<xs:element name="Addresses">
  <xs:annotation>
    <xs:documentation>A container for all party addresses</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Address" maxOccurs="unbounded">
        <xs:complexType>
          <xs:complexContent>
            <xs:extension base="a:AddressType"/>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element Addresses / Address
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Diagram
Diagram edxl-have-v2.0-wd.tmp#AddressType_FreeTextAddress edxl-have-v2.0-wd.tmp#AddressType_Country edxl-have-v2.0-wd.tmp#AddressType_AdministrativeArea edxl-have-v2.0-wd.tmp#AddressType_Locality edxl-have-v2.0-wd.tmp#AddressType_Thoroughfare edxl-have-v2.0-wd.tmp#AddressType_PostCode edxl-have-v2.0-wd.tmp#AddressType
Type extension of AddressType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children AdministrativeArea, Country, FreeTextAddress, Locality, PostCode, Thoroughfare
Instance
<Address xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil" xmlns:a="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal">
  <a:FreeTextAddress>{0,1}</a:FreeTextAddress>
  <a:Country>{0,1}</a:Country>
  <a:AdministrativeArea>{0,1}</a:AdministrativeArea>
  <a:Locality>{0,1}</a:Locality>
  <a:Thoroughfare Type="">{0,1}</a:Thoroughfare>
  <a:PostCode>{0,1}</a:PostCode>
</Address>
Source
<xs:element name="Address" maxOccurs="unbounded">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="a:AddressType"/>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element AddressType / FreeTextAddress
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Container for free text address elements where address elements are not parsed
Diagram
Diagram edxl-have-v2.0-wd.tmp#AddressType_AddressType_FreeTextAddress_AddressLine
Properties
content complex
minOccurs 0
Model
Children AddressLine
Instance
<FreeTextAddress xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal">
  <AddressLine>{1,unbounded}</AddressLine>
</FreeTextAddress>
Source
<xs:element name="FreeTextAddress" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container for free text address elements where address elements are not parsed</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="AddressLine" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Free format address representation. An address can have more than one line. The order of the AddressLine elements must be preserved.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="ct:String"/>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element AddressType / FreeTextAddress / AddressLine
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Free format address representation. An address can have more than one line.
The order of the AddressLine elements must be preserved.
Diagram
Diagram edxl-have-v2.0-wd.tmp#String
Type extension of String
Type hierarchy
Properties
content complex
maxOccurs unbounded
Source
<xs:element name="AddressLine" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Free format address representation. An address can have more than one line. The order of the AddressLine elements must be preserved.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ct:String"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element AddressType / Country
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Country details
Diagram
Diagram edxl-have-v2.0-wd.tmp#CountryType_NameElement edxl-have-v2.0-wd.tmp#CountryType
Type extension of CountryType
Type hierarchy
Properties
content complex
minOccurs 0
Model
Children NameElement
Instance
<Country xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal">
  <NameElement>{1,1}</NameElement>
</Country>
Source
<xs:element name="Country" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Country details</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="CountryType"/>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element CountryType / NameElement
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Data associated with the name of the country in whatever form available,
e.g. full, abbreviation, common use, code of the country, etc.
Diagram
Diagram edxl-have-v2.0-wd.tmp#String
Type extension of String
Type hierarchy
Properties
content complex
Source
<xs:element name="NameElement">
  <xs:annotation>
    <xs:documentation>Data associated with the name of the country in whatever form available, e.g. full, abbreviation, common use, code of the country, etc.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ct:String"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element AddressType / AdministrativeArea
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Details of the top-level area division in the country, such as state, district,
province, island, region, etc. Note that some countries do not have this
Diagram
Diagram edxl-have-v2.0-wd.tmp#AddressType_AddressType_AdministrativeArea_NameElement edxl-have-v2.0-wd.tmp#AddressType_AddressType_AdministrativeArea_SubAdministrativeArea
Properties
content complex
minOccurs 0
Model
Children NameElement, SubAdministrativeArea
Instance
<AdministrativeArea xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal">
  <NameElement>{1,unbounded}</NameElement>
  <SubAdministrativeArea>{0,1}</SubAdministrativeArea>
</AdministrativeArea>
Source
<xs:element name="AdministrativeArea" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Details of the top-level area division in the country, such as state, district, province, island, region, etc. Note that some countries do not have this</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="NameElement" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Data associated with the Administrative Area. e.g. Full name of administrative area or part of it. eg. MI in USA, NSW in Australia, reference location to the administrative area</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="ct:String"/>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="SubAdministrativeArea" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The next level down division of the area. E.g. state / county, province / reservation. Note that not all countries have a subadministrative area</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="NameElement" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Data associated with the SubAdministrative Area. e.g. Full name of sub administrative area or part of it.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="ct:String"/>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element AddressType / AdministrativeArea / NameElement
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Data associated with the Administrative Area. e.g. Full name of administrative
area or part of it. eg. MI in USA, NSW in Australia, reference location to the
administrative area
Diagram
Diagram edxl-have-v2.0-wd.tmp#String
Type extension of String
Type hierarchy
Properties
content complex
maxOccurs unbounded
Source
<xs:element name="NameElement" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Data associated with the Administrative Area. e.g. Full name of administrative area or part of it. eg. MI in USA, NSW in Australia, reference location to the administrative area</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ct:String"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element AddressType / AdministrativeArea / SubAdministrativeArea
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
The next level down division of the area. E.g. state / county, province /
reservation. Note that not all countries have a subadministrative area
Diagram
Diagram edxl-have-v2.0-wd.tmp#AddressType_AddressType_AdministrativeArea_AddressType_AddressType_AdministrativeArea_SubAdministrativeArea_NameElement
Properties
content complex
minOccurs 0
Model
Children NameElement
Instance
<SubAdministrativeArea xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal">
  <NameElement>{1,unbounded}</NameElement>
</SubAdministrativeArea>
Source
<xs:element name="SubAdministrativeArea" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The next level down division of the area. E.g. state / county, province / reservation. Note that not all countries have a subadministrative area</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="NameElement" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Data associated with the SubAdministrative Area. e.g. Full name of sub administrative area or part of it.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="ct:String"/>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element AddressType / AdministrativeArea / SubAdministrativeArea / NameElement
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Data associated with the SubAdministrative Area. e.g. Full name of
sub administrative area or part of it.
Diagram
Diagram edxl-have-v2.0-wd.tmp#String
Type extension of String
Type hierarchy
Properties
content complex
maxOccurs unbounded
Source
<xs:element name="NameElement" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Data associated with the SubAdministrative Area. e.g. Full name of sub administrative area or part of it.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ct:String"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element AddressType / Locality
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Details of Locality which is a named densiliy populated area  (a place) such as town,
village, suburb, etc. A locality composes of many individual addresses.  Many localities
exist in an administrative area or a sub adminisrative area. A locality can also have sub
localities. For example, a municipality locality can have many villages associated with
it which are sub localities. Example: Tamil Nadu State, Erode District, Bhavani Taluk,
Paruvachi Village is a valid address in India. Tamil Nadu is the Administrative Area,
Erode is the sub admin area, Bhavani is the locality, and Paruvachi is the sub locality
Diagram
Diagram edxl-have-v2.0-wd.tmp#AddressType_AddressType_Locality_NameElement edxl-have-v2.0-wd.tmp#AddressType_AddressType_Locality_SubLocality
Properties
content complex
minOccurs 0
Model
Children NameElement, SubLocality
Instance
<Locality xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal">
  <NameElement>{1,unbounded}</NameElement>
  <SubLocality>{0,1}</SubLocality>
</Locality>
Source
<xs:element name="Locality" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Details of Locality which is a named densiliy populated area (a place) such as town, village, suburb, etc. A locality composes of many individual addresses. Many localities exist in an administrative area or a sub adminisrative area. A locality can also have sub localities. For example, a municipality locality can have many villages associated with it which are sub localities. Example: Tamil Nadu State, Erode District, Bhavani Taluk, Paruvachi Village is a valid address in India. Tamil Nadu is the Administrative Area, Erode is the sub admin area, Bhavani is the locality, and Paruvachi is the sub locality</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="NameElement" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Data associated with the locality. e.g. Full name of the locality or part of it, reference location to the locality</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="ct:String"/>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="SubLocality" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A locality that is smaller and is contained within the boundaries of its parent locality. Note that not all localities have sub locality. For example, many areas within a locality where each area is a sub locality</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="NameElement" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Data associated with the sub locality. e.g. Full name of the locality or part of it, reference location to the locality</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="ct:String"/>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element AddressType / Locality / NameElement
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Data associated with the locality. e.g. Full name of the locality or part
of it, reference location to the locality
Diagram
Diagram edxl-have-v2.0-wd.tmp#String
Type extension of String
Type hierarchy
Properties
content complex
maxOccurs unbounded
Source
<xs:element name="NameElement" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Data associated with the locality. e.g. Full name of the locality or part of it, reference location to the locality</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ct:String"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element AddressType / Locality / SubLocality
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A locality that is smaller and is contained within the boundaries of its
parent locality. Note that not all localities have sub locality. For example,
many areas within a locality where each area is a sub locality
Diagram
Diagram edxl-have-v2.0-wd.tmp#AddressType_AddressType_Locality_AddressType_AddressType_Locality_SubLocality_NameElement
Properties
content complex
minOccurs 0
Model
Children NameElement
Instance
<SubLocality xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal">
  <NameElement>{1,unbounded}</NameElement>
</SubLocality>
Source
<xs:element name="SubLocality" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A locality that is smaller and is contained within the boundaries of its parent locality. Note that not all localities have sub locality. For example, many areas within a locality where each area is a sub locality</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="NameElement" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Data associated with the sub locality. e.g. Full name of the locality or part of it, reference location to the locality</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="ct:String"/>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element AddressType / Locality / SubLocality / NameElement
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Data associated with the sub locality. e.g. Full name of the
locality or part of it, reference location to the locality
Diagram
Diagram edxl-have-v2.0-wd.tmp#String
Type extension of String
Type hierarchy
Properties
content complex
maxOccurs unbounded
Source
<xs:element name="NameElement" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Data associated with the sub locality. e.g. Full name of the locality or part of it, reference location to the locality</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ct:String"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element AddressType / Thoroughfare
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Details of the Access route along which buildings/lot/land are located, such as
street, road, channel, crescent, avenue, etc. This also includes canals/banks on
which houses/boat houses are located where people live
Diagram
Diagram edxl-have-v2.0-wd.tmp#ThoroughfareType_Type edxl-have-v2.0-wd.tmp#ThoroughfareType_NameElement edxl-have-v2.0-wd.tmp#ThoroughfareType_Number edxl-have-v2.0-wd.tmp#ThoroughfareType
Type extension of ThoroughfareType
Type hierarchy
Properties
content complex
minOccurs 0
Model
Children NameElement, Number
Instance
<Thoroughfare Type="" xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal">
  <NameElement Abbreviation="" NameType="">{1,1}</NameElement>
  <Number Abbreviation="" Type="">{1,1}</Number>
</Thoroughfare>
Attributes
QName Type Use Annotation
Type ThoroughfareTypeList optional
Type of thoroughfare. eg. primary road, secondary road, road branch (e.g. Lane 14),
road sub branch (e.g. Alley 21), adjourning street, cross street, closest street, etc
Source
<xs:element name="Thoroughfare" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Details of the Access route along which buildings/lot/land are located, such as street, road, channel, crescent, avenue, etc. This also includes canals/banks on which houses/boat houses are located where people live</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ThoroughfareType"/>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ThoroughfareType / NameElement
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Data associated with the thoroughfare details. e.g. Full thoroughfare name
or part of it, type of thoroughfare, old name, new name, reference data in
support of the thoroughfare
Diagram
Diagram edxl-have-v2.0-wd.tmp#String edxl-have-v2.0-wd.tmp#grAbbreviation edxl-have-v2.0-wd.tmp#ThoroughfareType_ThoroughfareType_NameElement_NameType
Type extension of String
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
Abbreviation xs:boolean optional
If set to true then indicates that the value is an abbreviation or initial.
If set to false then the value is definitely not an abbreviation. If omitted
then it is not known if the value is an abbreviation or not.
NameType ThoroughfareNameTypeList optional
Describes the type / part of name this element contains.
Source
<xs:element name="NameElement">
  <xs:annotation>
    <xs:documentation>Data associated with the thoroughfare details. e.g. Full thoroughfare name or part of it, type of thoroughfare, old name, new name, reference data in support of the thoroughfare</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ct:String">
        <xs:attributeGroup ref="ct:grAbbreviation"/>
        <xs:attribute name="NameType" type="ThoroughfareNameTypeList">
          <xs:annotation>
            <xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ThoroughfareType / Number
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Data associated with the number of the thoroughfare. E.g. 39 in 39 Baker
Street, street range, street suffix
Diagram
Diagram edxl-have-v2.0-wd.tmp#String edxl-have-v2.0-wd.tmp#IdentifierType_Type edxl-have-v2.0-wd.tmp#grAbbreviation edxl-have-v2.0-wd.tmp#IdentifierType
Type IdentifierType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
Abbreviation xs:boolean optional
If set to true then indicates that the value is an abbreviation or initial.
If set to false then the value is definitely not an abbreviation. If omitted
then it is not known if the value is an abbreviation or not.
Type IdentifierElementTypeList optional
Indicates which part of number or identifier this element contains.
Some "numbers" are as simple as 42 and some "numbers" are more like
complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g.
M2H 2S5. It may be necessary to separate the "number" into sub-elements
and indicate what type of information each of them contains.
Source
<xs:element name="Number" type="IdentifierType">
  <xs:annotation>
    <xs:documentation>Data associated with the number of the thoroughfare. E.g. 39 in 39 Baker Street, street range, street suffix</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element AddressType / PostCode
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A container for a single free text or structured postcode. Note that not all
countries have post codes
Diagram
Diagram edxl-have-v2.0-wd.tmp#AddressType_AddressType_PostCode_Identifier
Properties
content complex
minOccurs 0
Model
Children Identifier
Instance
<PostCode xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal">
  <Identifier Abbreviation="" Type="">{1,unbounded}</Identifier>
</PostCode>
Source
<xs:element name="PostCode" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A container for a single free text or structured postcode. Note that not all countries have post codes</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>The postcode is formatted according to country-specific rules. Example: SW3 0A8-1A, 600074, 2067. This element can also be used to define the semantics of what each code in the post code means</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element AddressType / PostCode / Identifier
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
The postcode is formatted according to country-specific rules.
Example: SW3 0A8-1A, 600074, 2067. This element can also be used to
define the semantics of what each code in the post code means
Diagram
Diagram edxl-have-v2.0-wd.tmp#String edxl-have-v2.0-wd.tmp#IdentifierType_Type edxl-have-v2.0-wd.tmp#grAbbreviation edxl-have-v2.0-wd.tmp#IdentifierType
Type IdentifierType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use Annotation
Abbreviation xs:boolean optional
If set to true then indicates that the value is an abbreviation or initial.
If set to false then the value is definitely not an abbreviation. If omitted
then it is not known if the value is an abbreviation or not.
Type IdentifierElementTypeList optional
Indicates which part of number or identifier this element contains.
Some "numbers" are as simple as 42 and some "numbers" are more like
complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g.
M2H 2S5. It may be necessary to separate the "number" into sub-elements
and indicate what type of information each of them contains.
Source
<xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The postcode is formatted according to country-specific rules. Example: SW3 0A8-1A, 600074, 2067. This element can also be used to define the semantics of what each code in the post code means</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ContactNumbers
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
A container for all kinds of telecommunication lines of party used
for contact purposes. e.g. phone, fax, mobile, pager, etc.
Diagram
Diagram edxl-have-v2.0-wd.tmp#ContactNumbers_ContactNumber
Properties
content complex
Used by
Model
Children ContactNumber
Instance
<ContactNumbers xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil">
  <ContactNumber CommunicationMediaType="" ContactHours="" Usage="">{1,unbounded}</ContactNumber>
</ContactNumbers>
Source
<xs:element name="ContactNumbers">
  <xs:annotation>
    <xs:documentation>A container for all kinds of telecommunication lines of party used for contact purposes. e.g. phone, fax, mobile, pager, etc.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ContactNumber" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Universal telecommunication number structure</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="ContactNumberElement" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Full contact number or part of it</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="ct:String">
                    <xs:attribute name="Type" type="ContactNumberElementList">
                      <xs:annotation>
                        <xs:documentation>If present, specifies type of the information provided as text value of the element.</xs:documentation>
                      </xs:annotation>
                    </xs:attribute>
                  </xs:extension>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="CommunicationMediaType" type="CommunicationMediaTypeList">
            <xs:annotation>
              <xs:documentation>Free text explanation of the communication line type. e.g. telephone, land line, mobile, fax, pager, etc</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:attribute name="Usage" type="ContactNumberUsageList">
            <xs:annotation>
              <xs:documentation>Nature of contact. Example: business, personal, free call, toll free, after hours, etc</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:attribute name="ContactHours" type="ct:String">
            <xs:annotation>
              <xs:documentation>Free text expression of contact hours. e.g. 9:00AM-5:00PM</xs:documentation>
            </xs:annotation>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ContactNumbers / ContactNumber
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Universal telecommunication number structure
Diagram
Diagram edxl-have-v2.0-wd.tmp#ContactNumbers_ContactNumbers_ContactNumber_CommunicationMediaType edxl-have-v2.0-wd.tmp#ContactNumbers_ContactNumbers_ContactNumber_Usage edxl-have-v2.0-wd.tmp#ContactNumbers_ContactNumbers_ContactNumber_ContactHours edxl-have-v2.0-wd.tmp#ContactNumbers_ContactNumbers_ContactNumber_ContactNumberElement
Properties
content complex
maxOccurs unbounded
Model
Children ContactNumberElement
Instance
<ContactNumber CommunicationMediaType="" ContactHours="" Usage="" xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil">
  <ContactNumberElement Type="">{0,unbounded}</ContactNumberElement>
</ContactNumber>
Attributes
QName Type Use Annotation
CommunicationMediaType CommunicationMediaTypeList optional
Free text explanation of the communication line type. e.g. telephone,
land line, mobile, fax, pager, etc
ContactHours String optional
Free text expression of contact hours. e.g. 9:00AM-5:00PM
Usage ContactNumberUsageList optional
Nature of contact.
Example: business, personal, free call, toll free, after hours, etc
Source
<xs:element name="ContactNumber" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Universal telecommunication number structure</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ContactNumberElement" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Full contact number or part of it</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="ct:String">
              <xs:attribute name="Type" type="ContactNumberElementList">
                <xs:annotation>
                  <xs:documentation>If present, specifies type of the information provided as text value of the element.</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="CommunicationMediaType" type="CommunicationMediaTypeList">
      <xs:annotation>
        <xs:documentation>Free text explanation of the communication line type. e.g. telephone, land line, mobile, fax, pager, etc</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Usage" type="ContactNumberUsageList">
      <xs:annotation>
        <xs:documentation>Nature of contact. Example: business, personal, free call, toll free, after hours, etc</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ContactHours" type="ct:String">
      <xs:annotation>
        <xs:documentation>Free text expression of contact hours. e.g. 9:00AM-5:00PM</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ContactNumbers / ContactNumber / ContactNumberElement
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Full contact number or part of it
Diagram
Diagram edxl-have-v2.0-wd.tmp#String edxl-have-v2.0-wd.tmp#ContactNumbers_ContactNumbers_ContactNumber_ContactNumbers_ContactNumbers_ContactNumber_ContactNumberElement_Type
Type extension of String
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use Annotation
Type ContactNumberElementList optional
If present, specifies type of the information
provided as text value of the element.
Source
<xs:element name="ContactNumberElement" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Full contact number or part of it</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ct:String">
        <xs:attribute name="Type" type="ContactNumberElementList">
          <xs:annotation>
            <xs:documentation>If present, specifies type of the information provided as text value of the element.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ElectronicAddressIdentifiers
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
A container of different types of electronic addresses of party
(e.g. email, chat, skype, etc)
Diagram
Diagram edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers_ElectronicAddressIdentifier
Properties
content complex
Used by
Model
Children ElectronicAddressIdentifier
Instance
<ElectronicAddressIdentifiers xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil">
  <ElectronicAddressIdentifier Type="" Usage="">{1,unbounded}</ElectronicAddressIdentifier>
</ElectronicAddressIdentifiers>
Source
<xs:element name="ElectronicAddressIdentifiers">
  <xs:annotation>
    <xs:documentation>A container of different types of electronic addresses of party (e.g. email, chat, skype, etc)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ElectronicAddressIdentifier" maxOccurs="unbounded">
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="ct:String">
              <xs:attribute name="Type" type="ElectronicAddressIdentifierTypeList">
                <xs:annotation>
                  <xs:documentation>Type of electronic address identifier</xs:documentation>
                </xs:annotation>
              </xs:attribute>
              <xs:attribute name="Usage" type="ElectronicAddressIdentifierUsageList">
                <xs:annotation>
                  <xs:documentation>Usage of electronic address identifier. e.g. business, personal</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ElectronicAddressIdentifiers / ElectronicAddressIdentifier
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Diagram
Diagram edxl-have-v2.0-wd.tmp#String edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers_ElectronicAddressIdentifiers_ElectronicAddressIdentifier_Type edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers_ElectronicAddressIdentifiers_ElectronicAddressIdentifier_Usage
Type extension of String
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use Annotation
Type ElectronicAddressIdentifierTypeList optional
Type of electronic address identifier
Usage ElectronicAddressIdentifierUsageList optional
Usage of electronic address identifier. e.g. business, personal
Source
<xs:element name="ElectronicAddressIdentifier" maxOccurs="unbounded">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ct:String">
        <xs:attribute name="Type" type="ElectronicAddressIdentifierTypeList">
          <xs:annotation>
            <xs:documentation>Type of electronic address identifier</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="Usage" type="ElectronicAddressIdentifierUsageList">
          <xs:annotation>
            <xs:documentation>Usage of electronic address identifier. e.g. business, personal</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element OrganisationInfo
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Container for organisation specific details that are not covered in this
schema that is common to a party
Diagram
Diagram edxl-have-v2.0-wd.tmp#OrganisationInfo_Type edxl-have-v2.0-wd.tmp#OrganisationInfo_CategoryType edxl-have-v2.0-wd.tmp#OrganisationInfo_Status edxl-have-v2.0-wd.tmp#OrganisationInfo_Nature edxl-have-v2.0-wd.tmp#OrganisationInfo_IndustryType edxl-have-v2.0-wd.tmp#OrganisationInfo_IndustryCode edxl-have-v2.0-wd.tmp#OrganisationInfo_IndustryCodeType edxl-have-v2.0-wd.tmp#OrganisationInfo_NumberOfEmployees edxl-have-v2.0-wd.tmp#OrganisationInfo_OperatingHourStartTime edxl-have-v2.0-wd.tmp#OrganisationInfo_OperatingHourEndTime edxl-have-v2.0-wd.tmp#grDataQuality
Properties
content complex
Used by
Attributes
QName Type Use Annotation
CategoryType OrganisationCategoryTypeList optional
Type of category the organisation belongs to such as club,
association, company, vendor, etc
DataQualityType DataQualityTypeList optional
This attribute indicates what level of trust can be given to the parent element.
Omit this attribute if the data quality is unknown. If the data quality is known,
the value is "Valid, else "InValid"
IndustryCode IndustryCodeList optional
Industry code or classification
IndustryCodeType String optional
Type of code used for industry code
IndustryType IndustryTypeList optional
Organisation Industry type such as IT, Manufacturing.
Nature OrganisationInfoNatureList optional
Nature of the organisation. e.g. Public limited, Commercial,
charity, non-commercial, etc.
NumberOfEmployees String optional
Free text description of organisation size in terms of number of employees
OperatingHourEndTime xs:time optional
Operating hour end time for the organisation. e.g. 5:00pm
OperatingHourStartTime xs:time optional
Operating hour start time of the organisation, e.g. 9:00am
Status StatusList optional
Status of the entity. e.g. Old, Current, Inactive, Active, etc
Type OrganisationInfoTypeList optional
Type of organisation. Free text description, e.g. Company,
Trust, Bank, Society, Club, etc.
ValidFrom xs:dateTime optional
Date the data quality is valid from
ValidTo xs:dateTime optional
Date the data quality is valid to
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil'
Source
<xs:element name="OrganisationInfo">
  <xs:annotation>
    <xs:documentation>Container for organisation specific details that are not covered in this schema that is common to a party</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="Type" type="OrganisationInfoTypeList">
      <xs:annotation>
        <xs:documentation>Type of organisation. Free text description, e.g. Company, Trust, Bank, Society, Club, etc.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="CategoryType" type="OrganisationCategoryTypeList">
      <xs:annotation>
        <xs:documentation>Type of category the organisation belongs to such as club, association, company, vendor, etc</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Status" type="ct:StatusList">
      <xs:annotation>
        <xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Nature" type="OrganisationInfoNatureList">
      <xs:annotation>
        <xs:documentation>Nature of the organisation. e.g. Public limited, Commercial, charity, non-commercial, etc.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="IndustryType" type="IndustryTypeList">
      <xs:annotation>
        <xs:documentation>Organisation Industry type such as IT, Manufacturing.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="IndustryCode" type="IndustryCodeList">
      <xs:annotation>
        <xs:documentation>Industry code or classification</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="IndustryCodeType" type="ct:String">
      <xs:annotation>
        <xs:documentation>Type of code used for industry code</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="NumberOfEmployees" type="ct:String">
      <xs:annotation>
        <xs:documentation>Free text description of organisation size in terms of number of employees</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="OperatingHourStartTime" type="xs:time">
      <xs:annotation>
        <xs:documentation>Operating hour start time of the organisation, e.g. 9:00am</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="OperatingHourEndTime" type="xs:time">
      <xs:annotation>
        <xs:documentation>Operating hour end time for the organisation. e.g. 5:00pm</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="ct:grDataQuality"/>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
[ top ]
Element HAVE / reportingPeriod
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The reporting period applicable for the HAVE root element and called the "current reporting periood" typically a 24-hr period but the duration may change for operational reasons. If blank the assumption is that the file is for "today" - local to the issuer.
Diagram
Diagram edxl-have-v2.0-wd.tmp#TimePeriodType_fromDateTime edxl-have-v2.0-wd.tmp#TimePeriodType_toDateTime edxl-have-v2.0-wd.tmp#TimePeriodType
Type ct:TimePeriodType
Properties
content complex
minOccurs 0
Model
Children ct:fromDateTime, ct:toDateTime
Instance
<reportingPeriod xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:edxl-ct="urn:oasis:names:tc:emergency:edxl:ct:1.0">
  <edxl-ct:fromDateTime>{1,1}</edxl-ct:fromDateTime>
  <edxl-ct:toDateTime>{1,1}</edxl-ct:toDateTime>
</reportingPeriod>
Source
<xs:element name="reportingPeriod" type="edxl-ct:TimePeriodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The reporting period applicable for the HAVE root element and called the "current reporting periood" typically a 24-hr period but the duration may change for operational reasons. If blank the assumption is that the file is for "today" - local to the issuer.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ct:TimePeriodType / ct:fromDateTime
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#EDXLDateTimeType
Type ct:EDXLDateTimeType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern \d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d[-,+]\d\d:\d\d
Source
<xs:element name="fromDateTime" type="ct:EDXLDateTimeType" minOccurs="1" maxOccurs="1"/>
[ top ]
Element ct:TimePeriodType / ct:toDateTime
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#EDXLDateTimeType
Type ct:EDXLDateTimeType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern \d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d[-,+]\d\d:\d\d
Source
<xs:element name="toDateTime" type="ct:EDXLDateTimeType" minOccurs="1" maxOccurs="1"/>
[ top ]
Element HAVE / facility
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
A list of facilities that comprise the detail of this HAVE mesasage.
Diagram
Diagram edxl-have-v2.0-wd.tmp#FacilityType_ID edxl-have-v2.0-wd.tmp#FacilityType_parentID edxl-have-v2.0-wd.tmp#FacilityType_name edxl-have-v2.0-wd.tmp#FacilityType_kind edxl-have-v2.0-wd.tmp#FacilityType_reportingPeriod edxl-have-v2.0-wd.tmp#FacilityType_lastUpdate edxl-have-v2.0-wd.tmp#FacilityType_organizationInformation edxl-have-v2.0-wd.tmp#FacilityType_geoLocation edxl-have-v2.0-wd.tmp#FacilityType_status edxl-have-v2.0-wd.tmp#FacilityType_services edxl-have-v2.0-wd.tmp#FacilityType_futureServices edxl-have-v2.0-wd.tmp#FacilityType_activityInPeriod edxl-have-v2.0-wd.tmp#FacilityType_operations edxl-have-v2.0-wd.tmp#FacilityType_resourceInformation edxl-have-v2.0-wd.tmp#FacilityType_staffing edxl-have-v2.0-wd.tmp#FacilityType_emergencyDepartment edxl-have-v2.0-wd.tmp#FacilityType_traumaCenter edxl-have-v2.0-wd.tmp#FacilityType_comment edxl-have-v2.0-wd.tmp#FacilityType
Type FacilityType
Properties
content complex
maxOccurs unbounded
Model
Children activityInPeriod, comment, emergencyDepartment, futureServices, geoLocation, kind, lastUpdate, name, operations, organizationInformation, reportingPeriod, resourceInformation, services, staffing, status, traumaCenter
Instance
<facility ID="" parentID="" xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <name>{1,1}</name>
  <kind>{1,1}</kind>
  <reportingPeriod>{0,1}</reportingPeriod>
  <lastUpdate>{0,1}</lastUpdate>
  <organizationInformation>{1,1}</organizationInformation>
  <geoLocation>{1,1}</geoLocation>
  <status>{1,1}</status>
  <services>{1,1}</services>
  <futureServices>{0,1}</futureServices>
  <activityInPeriod>{0,unbounded}</activityInPeriod>
  <operations>{0,1}</operations>
  <resourceInformation>{0,1}</resourceInformation>
  <staffing>{0,1}</staffing>
  <emergencyDepartment>{0,1}</emergencyDepartment>
  <traumaCenter>{0,1}</traumaCenter>
  <comment>{0,1}</comment>
</facility>
Attributes
QName Type Use Annotation
ID xs:ID required
A unique identifier for this Facility. This value should be unique globally, but MUST be unique from the sender perspective.
parentID xs:IDREF optional
Reference to the ID of the Facility that is the parent (owner, manager, responsible, etc.) of this Facility. This field is optional and used to provide a hierarchy for formal facility organizations.
Source
<xs:element name="facility" type="FacilityType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A list of facilities that comprise the detail of this HAVE mesasage.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FacilityType / name
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Name of facility.
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
Model
Children alternateText, defaultText
Instance
<name xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</name>
Source
<xs:element name="name" type="FreeTextType">
  <xs:annotation>
    <xs:documentation>Name of facility.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FreeTextType / defaultText
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The text value that uses the message default language (defined at in the HAVE message defaultLanguage attribute).
Diagram
Diagram edxl-have-v2.0-wd.tmp#LimitedString
Type LimitedString
Properties
content simple
Facets
whiteSpace preserve
maxLength 1024
Source
<xs:element name="defaultText" type="LimitedString">
  <xs:annotation>
    <xs:documentation>The text value that uses the message default language (defined at in the HAVE message defaultLanguage attribute).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FreeTextType / alternateText
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Alternate language representation.
Diagram
Diagram edxl-have-v2.0-wd.tmp#LimitedString edxl-have-v2.0-wd.tmp#AlternateTextType_language edxl-have-v2.0-wd.tmp#AlternateTextType
Type AlternateTextType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use Annotation
language xs:string required
Language code for the text in this element. Code MUST comply with RFC3066.
Source
<xs:element name="alternateText" type="AlternateTextType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Alternate language representation.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FacilityType / kind
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The kind of facility (e.g. Hospital, Long Term Care, Seniors Residence, Temporary Clinic).
Diagram
Diagram edxl-have-v2.0-wd.tmp#FacilityKindType
Type FacilityKindType
Type hierarchy
Properties
content simple
Facets
minLength 1
maxLength 1023
enumeration hospital
enumeration longTermCare
enumeration urgentCareClinic
enumeration temporaryFacility
enumeration other
Source
<xs:element name="kind" type="FacilityKindType">
  <xs:annotation>
    <xs:documentation>The kind of facility (e.g. Hospital, Long Term Care, Seniors Residence, Temporary Clinic).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FacilityType / reportingPeriod
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The reporting period applicable for this Facility element and called the "current reporting period" typically a 24-hr period but the duration may change for operational reasons. If this value is not provided the HAVE message reporting period will be assumed.
Diagram
Diagram edxl-have-v2.0-wd.tmp#TimePeriodType_fromDateTime edxl-have-v2.0-wd.tmp#TimePeriodType_toDateTime edxl-have-v2.0-wd.tmp#TimePeriodType
Type ct:TimePeriodType
Properties
content complex
minOccurs 0
Model
Children ct:fromDateTime, ct:toDateTime
Instance
<reportingPeriod xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:edxl-ct="urn:oasis:names:tc:emergency:edxl:ct:1.0">
  <edxl-ct:fromDateTime>{1,1}</edxl-ct:fromDateTime>
  <edxl-ct:toDateTime>{1,1}</edxl-ct:toDateTime>
</reportingPeriod>
Source
<xs:element name="reportingPeriod" type="edxl-ct:TimePeriodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The reporting period applicable for this Facility element and called the "current reporting period" typically a 24-hr period but the duration may change for operational reasons. If this value is not provided the HAVE message reporting period will be assumed.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FacilityType / lastUpdate
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The reporting period applicable for this HAVE report and called the "current reporting period" typically a 24-hr period but the duration may change for operational reasons. If blank the assumption is that the file is for "today" - local to the issuer.
Diagram
Diagram edxl-have-v2.0-wd.tmp#EDXLDateTimeType
Type ct:EDXLDateTimeType
Properties
content simple
minOccurs 0
Facets
pattern \d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d[-,+]\d\d:\d\d
Source
<xs:element name="lastUpdate" type="edxl-ct:EDXLDateTimeType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The reporting period applicable for this HAVE report and called the "current reporting period" typically a 24-hr period but the duration may change for operational reasons. If blank the assumption is that the file is for "today" - local to the issuer.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FacilityType / organizationInformation
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Administrative and Organizational information about the Facility.
Diagram
Diagram edxl-have-v2.0-wd.tmp#OrganisationName edxl-have-v2.0-wd.tmp#Addresses edxl-have-v2.0-wd.tmp#ContactNumbers edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers edxl-have-v2.0-wd.tmp#OrganisationInfo edxl-have-v2.0-wd.tmp#OrganisationDetailsType
Type OrganisationDetailsType
Properties
content complex
Model
Children Addresses, ContactNumbers, ElectronicAddressIdentifiers, OrganisationInfo, OrganisationName
Instance
<organizationInformation xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:ns0="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl" xmlns:xpil="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil">
  <ns0:OrganisationName OrganisationID="" OrganisationIDType="">{1,unbounded}</ns0:OrganisationName>
  <xpil:Addresses>{0,1}</xpil:Addresses>
  <xpil:ContactNumbers>{0,1}</xpil:ContactNumbers>
  <xpil:ElectronicAddressIdentifiers>{0,1}</xpil:ElectronicAddressIdentifiers>
  <xpil:OrganisationInfo CategoryType="" DataQualityType="" IndustryCode="" IndustryCodeType="" IndustryType="" Nature="" NumberOfEmployees="" OperatingHourEndTime="" OperatingHourStartTime="" Status="" Type="" ValidFrom="" ValidTo="">{0,1}</xpil:OrganisationInfo>
</organizationInformation>
Source
<xs:element name="organizationInformation" type="xpil:OrganisationDetailsType">
  <xs:annotation>
    <xs:documentation>Administrative and Organizational information about the Facility.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FacilityType / geoLocation
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The single geometry that represents the Facility location. A WGS84 SRS element is mandatory and alternate SRS geometry elements can be provided. All geometry elements should be reflecting the same physical location.
Diagram
Diagram edxl-have-v2.0-wd.tmp#GeoLocationType_wgs84Location edxl-have-v2.0-wd.tmp#GeoLocationType_geoLocationExtended edxl-have-v2.0-wd.tmp#GeoLocationType
Type GeoLocationType
Properties
content complex
Model
Children geoLocationExtended, wgs84Location
Instance
<geoLocation xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <wgs84Location srsName="http://www.opengis.net/def/crs/EPSG/0/4326">{1,1}</wgs84Location>
  <geoLocationExtended srsName="">{0,unbounded}</geoLocationExtended>
</geoLocation>
Source
<xs:element name="geoLocation" type="GeoLocationType">
  <xs:annotation>
    <xs:documentation>The single geometry that represents the Facility location. A WGS84 SRS element is mandatory and alternate SRS geometry elements can be provided. All geometry elements should be reflecting the same physical location.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element GeoLocationType / wgs84Location
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The location of the facility in WGS84 coordinates. The values in this element must use the WGS84 (EPSG:4326) values. This element is mandatory to ensure compatibility globally. If alternate SRS are needed, use the geoLocationExtended elements to support 1 or more SRS that are needed in your community. FUTURE versions of HAVE may support additional or alternate globally supported SRS.
Diagram
Diagram edxl-have-v2.0-wd.tmp#point edxl-have-v2.0-wd.tmp#circleByCenterPoint edxl-have-v2.0-wd.tmp#polygon edxl-have-v2.0-wd.tmp#envelope edxl-have-v2.0-wd.tmp#lineString edxl-have-v2.0-wd.tmp#EDXLGeoLocationType edxl-have-v2.0-wd.tmp#GeoLocationType_GeoLocationType_wgs84Location_srsName
Type extension of edxl-gsf:EDXLGeoLocationType
Type hierarchy
Properties
content complex
Model
Children gml:circleByCenterPoint, gml:envelope, gml:lineString, gml:point, gml:polygon
Instance
<wgs84Location srsName="http://www.opengis.net/def/crs/EPSG/0/4326" xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:point AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:point>
  <gml:circleByCenterPoint Interpolation="CircularArcCenterPointWithRadius" NumArc="1" NumDerivativeInterior="0" NumDerivativesAtEnd="0" NumDerivativesAtStart="0">{1,1}</gml:circleByCenterPoint>
  <gml:polygon AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:polygon>
  <gml:envelope AxisLabels="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:envelope>
  <gml:lineString AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:lineString>
</wgs84Location>
Attributes
QName Type Fixed Use
srsName http://www.opengis.net/def/crs/EPSG/0/4326 required
Source
<xs:element name="wgs84Location">
  <xs:annotation>
    <xs:documentation>The location of the facility in WGS84 coordinates. The values in this element must use the WGS84 (EPSG:4326) values. This element is mandatory to ensure compatibility globally. If alternate SRS are needed, use the geoLocationExtended elements to support 1 or more SRS that are needed in your community. FUTURE versions of HAVE may support additional or alternate globally supported SRS.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="edxl-gsf:EDXLGeoLocationType">
        <xs:attribute name="srsName" use="required" fixed="http://www.opengis.net/def/crs/EPSG/0/4326"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element gml:point
Namespace http://www.opengis.net/gml/3.2
Annotations
A point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType.
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#AbstractGeometryType edxl-have-v2.0-wd.tmp#AbstractGeometricPrimitiveType edxl-have-v2.0-wd.tmp#pos edxl-have-v2.0-wd.tmp#PointType edxl-have-v2.0-wd.tmp#abstractGeometricPrimitive
Type gml:PointType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:pos
Instance
<gml:point AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:pos AxisLabels="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:pos>
</gml:point>
Attributes
QName Type Use Annotation
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:element name="point" type="gml:PointType" substitutionGroup="gml:abstractGeometricPrimitive">
  <xs:annotation>
    <xs:documentation>A point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:pos
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#doubleListType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#DirectPositionType
Type gml:DirectPositionType
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
Source
<xs:element name="pos" type="gml:DirectPositionType"/>
[ top ]
Element gml:circleByCenterPoint
Namespace http://www.opengis.net/gml/3.2
Annotations
A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle. Again, this representation can be used only in 2D.
Diagram
Diagram edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativesAtStart edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativesAtEnd edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativeInterior edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType edxl-have-v2.0-wd.tmp#ArcByCenterPointType_Interpolation edxl-have-v2.0-wd.tmp#ArcByCenterPointType_NumArc edxl-have-v2.0-wd.tmp#pos edxl-have-v2.0-wd.tmp#ArcByCenterPointType_radius edxl-have-v2.0-wd.tmp#ArcByCenterPointType edxl-have-v2.0-wd.tmp#pos edxl-have-v2.0-wd.tmp#CircleByCenterPointType_radius edxl-have-v2.0-wd.tmp#CircleByCenterPointType edxl-have-v2.0-wd.tmp#arcByCenterPoint
Type gml:CircleByCenterPointType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:pos, gml:radius
Instance
<gml:circleByCenterPoint Interpolation="CircularArcCenterPointWithRadius" NumArc="1" NumDerivativeInterior="0" NumDerivativesAtEnd="0" NumDerivativesAtStart="0" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:pos AxisLabels="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:pos>
  <gml:radius Uom="">{1,1}</gml:radius>
</gml:circleByCenterPoint>
Attributes
QName Type Fixed Default Use
Interpolation gml:CurveInterpolationType CircularArcCenterPointWithRadius optional
NumArc xs:integer 1 required
NumDerivativeInterior xs:integer 0 optional
NumDerivativesAtEnd xs:integer 0 optional
NumDerivativesAtStart xs:integer 0 optional
Source
<xs:element name="circleByCenterPoint" type="gml:CircleByCenterPointType" substitutionGroup="gml:arcByCenterPoint">
  <xs:annotation>
    <xs:documentation>A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle. Again, this representation can be used only in 2D.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:ArcByCenterPointType / gml:radius
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#MeasureType_Uom edxl-have-v2.0-wd.tmp#MeasureType edxl-have-v2.0-wd.tmp#LengthType
Type gml:LengthType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
Uom gml:UomIdentifierType required
Source
<xs:element name="radius" type="gml:LengthType"/>
[ top ]
Element gml:CircleByCenterPointType / gml:radius
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#MeasureType_Uom edxl-have-v2.0-wd.tmp#MeasureType edxl-have-v2.0-wd.tmp#LengthType
Type gml:LengthType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
Uom gml:UomIdentifierType required
Source
<xs:element name="radius" type="gml:LengthType"/>
[ top ]
Element gml:polygon
Namespace http://www.opengis.net/gml/3.2
Annotations
A polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. 
The elements exterior and interior describe the surface boundary of the polygon.
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#AbstractGeometryType edxl-have-v2.0-wd.tmp#AbstractGeometricPrimitiveType edxl-have-v2.0-wd.tmp#AbstractSurfaceType edxl-have-v2.0-wd.tmp#exterior edxl-have-v2.0-wd.tmp#PolygonType edxl-have-v2.0-wd.tmp#abstractSurface
Type gml:PolygonType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:exterior
Instance
<gml:polygon AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:exterior>{0,1}</gml:exterior>
</gml:polygon>
Attributes
QName Type Use Annotation
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:element name="polygon" type="gml:PolygonType" substitutionGroup="gml:abstractSurface">
  <xs:annotation>
    <xs:documentation>A polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:exterior
Namespace http://www.opengis.net/gml/3.2
Annotations
A boundary of a surface consists of a number of rings. In the normal 2D case, one of these rings is distinguished as being the exterior boundary. In a general manifold this is not always possible, in which case all boundaries shall be listed as interior boundaries, and the exterior will be empty.
Diagram
Diagram edxl-have-v2.0-wd.tmp#abstractRing edxl-have-v2.0-wd.tmp#AbstractRingPropertyType
Type gml:AbstractRingPropertyType
Properties
content complex
Used by
Complex Type gml:PolygonType
Model
Children gml:abstractRing
Instance
<gml:exterior xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:abstractRing>{1,1}</gml:abstractRing>
</gml:exterior>
Source
<xs:element name="exterior" type="gml:AbstractRingPropertyType">
  <xs:annotation>
    <xs:documentation>A boundary of a surface consists of a number of rings. In the normal 2D case, one of these rings is distinguished as being the exterior boundary. In a general manifold this is not always possible, in which case all boundaries shall be listed as interior boundaries, and the exterior will be empty.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:abstractRing
Namespace http://www.opengis.net/gml/3.2
Annotations
An abstraction of a ring to support surface boundaries of different complexity.
The AbstractRing element is the abstract head of the substituition group for all closed boundaries of a surface patch.
Diagram
Diagram edxl-have-v2.0-wd.tmp#AbstractRingType edxl-have-v2.0-wd.tmp#linearRing edxl-have-v2.0-wd.tmp#abstractObject
Type gml:AbstractRingType
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Source
<xs:element name="abstractRing" type="gml:AbstractRingType" abstract="true" substitutionGroup="gml:abstractObject">
  <xs:annotation>
    <xs:documentation>An abstraction of a ring to support surface boundaries of different complexity. The AbstractRing element is the abstract head of the substituition group for all closed boundaries of a surface patch.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:envelope
Namespace http://www.opengis.net/gml/3.2
Annotations
Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions. The first direct position is the "lower corner" (a coordinate position consisting of all the minimal ordinates for each dimension for all points within the envelope), the second one the "upper corner" (a coordinate position consisting of all the maximal ordinates for each dimension for all points within the envelope).
The use of the properties “coordinates” and “pos” has been deprecated. The explicitly named properties “lowerCorner” and “upperCorner” shall be used instead.
Diagram
Diagram edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#EnvelopeType_lowerCorner edxl-have-v2.0-wd.tmp#EnvelopeType_upperCorner edxl-have-v2.0-wd.tmp#EnvelopeType edxl-have-v2.0-wd.tmp#abstractObject
Type gml:EnvelopeType
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:lowerCorner, gml:upperCorner
Instance
<gml:envelope AxisLabels="" SrsDimension="" SrsName="" UomLabels="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:lowerCorner AxisLabels="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:lowerCorner>
  <gml:upperCorner AxisLabels="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:upperCorner>
</gml:envelope>
Attributes
QName Type Use
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
Source
<xs:element name="envelope" type="gml:EnvelopeType" substitutionGroup="gml:abstractObject">
  <xs:annotation>
    <xs:documentation>Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions. The first direct position is the "lower corner" (a coordinate position consisting of all the minimal ordinates for each dimension for all points within the envelope), the second one the "upper corner" (a coordinate position consisting of all the maximal ordinates for each dimension for all points within the envelope). The use of the properties “coordinates” and “pos” has been deprecated. The explicitly named properties “lowerCorner” and “upperCorner” shall be used instead.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:EnvelopeType / gml:lowerCorner
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#doubleListType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#DirectPositionType
Type gml:DirectPositionType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
Source
<xs:element name="lowerCorner" type="gml:DirectPositionType"/>
[ top ]
Element gml:EnvelopeType / gml:upperCorner
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#doubleListType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#DirectPositionType
Type gml:DirectPositionType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
Source
<xs:element name="upperCorner" type="gml:DirectPositionType"/>
[ top ]
Element gml:lineString
Namespace http://www.opengis.net/gml/3.2
Annotations
A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#AbstractGeometryType edxl-have-v2.0-wd.tmp#AbstractGeometricPrimitiveType edxl-have-v2.0-wd.tmp#AbstractCurveType edxl-have-v2.0-wd.tmp#pos edxl-have-v2.0-wd.tmp#posList edxl-have-v2.0-wd.tmp#LineStringType edxl-have-v2.0-wd.tmp#abstractCurve
Type gml:LineStringType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:pos, gml:posList
Instance
<gml:lineString AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:pos AxisLabels="" SrsDimension="" SrsName="" UomLabels="">{2,unbounded}</gml:pos>
  <gml:posList AxisLabels="" Count="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:posList>
</gml:lineString>
Attributes
QName Type Use Annotation
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:element name="lineString" type="gml:LineStringType" substitutionGroup="gml:abstractCurve">
  <xs:annotation>
    <xs:documentation>A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:posList
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#doubleListType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#DirectPositionListType_Count edxl-have-v2.0-wd.tmp#DirectPositionListType
Type gml:DirectPositionListType
Type hierarchy
Properties
content complex
Used by
Complex Type gml:LineStringType
Attributes
QName Type Use
AxisLabels gml:NCNameListType optional
Count xs:positiveInteger optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
Source
<xs:element name="posList" type="gml:DirectPositionListType"/>
[ top ]
Element GeoLocationType / geoLocationExtended
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The location of the facility in non-WGS84 (EPSG:4326) coordinates. These alternate (and optional) coordinates are intended for the purposes of systems that require the sending system to provide specialize SRS coordinates.
Diagram
Diagram edxl-have-v2.0-wd.tmp#point edxl-have-v2.0-wd.tmp#circleByCenterPoint edxl-have-v2.0-wd.tmp#polygon edxl-have-v2.0-wd.tmp#envelope edxl-have-v2.0-wd.tmp#lineString edxl-have-v2.0-wd.tmp#EDXLGeoLocationType edxl-have-v2.0-wd.tmp#GeoLocationType_GeoLocationType_geoLocationExtended_srsName
Type extension of edxl-gsf:EDXLGeoLocationType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children gml:circleByCenterPoint, gml:envelope, gml:lineString, gml:point, gml:polygon
Instance
<geoLocationExtended srsName="" xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:point AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:point>
  <gml:circleByCenterPoint Interpolation="CircularArcCenterPointWithRadius" NumArc="1" NumDerivativeInterior="0" NumDerivativesAtEnd="0" NumDerivativesAtStart="0">{1,1}</gml:circleByCenterPoint>
  <gml:polygon AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:polygon>
  <gml:envelope AxisLabels="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:envelope>
  <gml:lineString AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:lineString>
</geoLocationExtended>
Attributes
QName Type Use
srsName required
Source
<xs:element name="geoLocationExtended" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The location of the facility in non-WGS84 (EPSG:4326) coordinates. These alternate (and optional) coordinates are intended for the purposes of systems that require the sending system to provide specialize SRS coordinates.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="edxl-gsf:EDXLGeoLocationType">
        <xs:attribute name="srsName" use="required"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element FacilityType / status
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The overall status of the Facility. This value is intended to provide a high-level summary status of the Facility. The particulars driving that Facility status should be provided where appropriate (Services, Operations, etc.). Comments (comment element) should be used to provide only the high-level summary.
Diagram
Diagram edxl-have-v2.0-wd.tmp#StatusType_isOK edxl-have-v2.0-wd.tmp#StatusType_colourStatus edxl-have-v2.0-wd.tmp#StatusType_stability edxl-have-v2.0-wd.tmp#StatusType_comment edxl-have-v2.0-wd.tmp#StatusType
Type StatusType
Properties
content complex
Model
Children colourStatus, comment, isOK, stability
Instance
<status xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <isOK>{1,1}</isOK>
  <colourStatus>{0,1}</colourStatus>
  <stability>{0,1}</stability>
  <comment>{0,1}</comment>
</status>
Source
<xs:element name="status" type="StatusType">
  <xs:annotation>
    <xs:documentation>The overall status of the Facility. This value is intended to provide a high-level summary status of the Facility. The particulars driving that Facility status should be provided where appropriate (Services, Operations, etc.). Comments (comment element) should be used to provide only the high-level summary.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element StatusType / isOK
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Is the service/capability available/functioning/adequate? True = yes, false =no.
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element name="isOK" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Is the service/capability available/functioning/adequate? True = yes, false =no.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element StatusType / colourStatus
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#ColourStatusType_colourCode edxl-have-v2.0-wd.tmp#ColourStatusType_statusDescription edxl-have-v2.0-wd.tmp#ColourStatusType
Type ColourStatusType
Properties
content complex
minOccurs 0
Model
Children colourCode, statusDescription
Instance
<colourStatus xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <colourCode>{1,1}</colourCode>
  <statusDescription>{0,1}</statusDescription>
</colourStatus>
Source
<xs:element name="colourStatus" type="ColourStatusType" minOccurs="0"/>
[ top ]
Element ColourStatusType / colourCode
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Colour (text-based) of the status. By default triage colours of green, yellow, orange, red, black are supported. TODO: CREATE a new ColourCodeType to capture the full ISO 22324 data (colour, meaning, ...)
Diagram
Diagram edxl-have-v2.0-wd.tmp#ColourCodeDefaultType
Type ColourCodeDefaultType
Type hierarchy
Properties
content simple
minOccurs 1
Facets
minLength 1
maxLength 1023
enumeration red
RED - severe/extreme deviation from normal condition.  Marks a noted exception from normal conditions.
enumeration yellow
YELLOW - moderate deviation from normal condition but not at SEVERE/EXTREME level.
enumeration green
GREEN - normal conditions.
Source
<xs:element name="colourCode" type="ColourCodeDefaultType" minOccurs="1">
  <xs:annotation>
    <xs:documentation>Colour (text-based) of the status. By default triage colours of green, yellow, orange, red, black are supported. TODO: CREATE a new ColourCodeType to capture the full ISO 22324 data (colour, meaning, ...)</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ColourStatusType / statusDescription
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Human-readable text describing the reason for selection of the particular colour-code.
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
Model
Children alternateText, defaultText
Instance
<statusDescription xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</statusDescription>
Source
<xs:element name="statusDescription" type="FreeTextType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Human-readable text describing the reason for selection of the particular colour-code.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element StatusType / stability
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Indication that the Status is stable, improving, or deteriorating
Diagram
Diagram edxl-have-v2.0-wd.tmp#StabilityType
Type StabilityType
Properties
content simple
minOccurs 0
Facets
enumeration stable
Stable/unchanging - conditions remain within norms and are not varying out of normal patterns.
enumeration improving
Conditions are improving towards normal.
enumeration deteriorating
Conditions are deviating negatively from normal.
Source
<xs:element name="stability" type="StabilityType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Indication that the Status is stable, improving, or deteriorating</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element StatusType / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0"/>
[ top ]
Element FacilityType / services
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Container element of all the elements of service coverage. This includes both the necessary staff and facilities. Indicator of the availability of specialty service coverage.
Diagram
Diagram edxl-have-v2.0-wd.tmp#ServicesType_service edxl-have-v2.0-wd.tmp#ServicesType_comment edxl-have-v2.0-wd.tmp#ServicesType
Type ServicesType
Properties
content complex
Model
Children comment, service
Instance
<services xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <service>{1,unbounded}</service>
  <comment>{0,1}</comment>
</services>
Source
<xs:element name="services" type="ServicesType">
  <xs:annotation>
    <xs:documentation>Container element of all the elements of service coverage. This includes both the necessary staff and facilities. Indicator of the availability of specialty service coverage.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ServicesType / service
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
ServiceListItem provides a description of a particular service - availability, capacity, and status.
Diagram
Diagram edxl-have-v2.0-wd.tmp#ServiceType_name edxl-have-v2.0-wd.tmp#ServiceType_code edxl-have-v2.0-wd.tmp#ServiceType_status edxl-have-v2.0-wd.tmp#ServiceType_externalCode edxl-have-v2.0-wd.tmp#ServiceType_bedCapacity edxl-have-v2.0-wd.tmp#ServiceType_capacity edxl-have-v2.0-wd.tmp#ServiceType_comment edxl-have-v2.0-wd.tmp#extension edxl-have-v2.0-wd.tmp#ServiceType
Type ServiceType
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children bedCapacity, capacity, code, comment, ext:extension, externalCode, name, status
Instance
<service xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:ext="urn:oasis:names:tc:emergency:edxl:extension:1.0">
  <name>{1,1}</name>
  <code>{1,1}</code>
  <status>{1,1}</status>
  <externalCode>{0,unbounded}</externalCode>
  <bedCapacity>{0,1}</bedCapacity>
  <capacity>{0,1}</capacity>
  <comment>{0,1}</comment>
  <ext:extension>{0,unbounded}</ext:extension>
</service>
Source
<xs:element name="service" type="ServiceType" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>ServiceListItem provides a description of a particular service - availability, capacity, and status.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ServiceType / name
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The human-readable name of the service that is being described.
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
Model
Children alternateText, defaultText
Instance
<name xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</name>
Source
<xs:element name="name" type="FreeTextType">
  <xs:annotation>
    <xs:documentation>The human-readable name of the service that is being described.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ServiceType / code
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram
Type ServiceCodeDefaultType
Type hierarchy
Properties
content simple
Facets
enumeration airborneInfectionIsolation
enumeration burnUnit
Burn Center services.
enumeration cardiology
Cardiology services.
enumeration cardiology.invasive
Cardiology with invasive capabilities.
enumeration cardiology.noninvasive
Cardiology with NO invasive capabilities.
enumeration cardiologymi.STEMI
STEMI support
enumeration cardiologymi.nonSTEMI
NO STEMI support
enumeration cardiology.telemetry
For remote monitoring of cardiology telemetry data for patient.
enumeration dialysis
Dialysis services
enumeration emergencyDepartment
enumeration hyperBaricChamber
Hyperbaric Chamber
enumeration infectiousDisease
Infectious Disease Services
enumeration intensiveCare.adult
Adult ICU services.
enumeration intensiveCare.neonatal
Neonatal Intensive Care Unit (ICU) services.
enumeration intensiveCare.pediatric
Pediatric Intensive Care Unit (ICU) services.
enumeration intermediateCare
For low-risk, chronically or critically ill patients
enumeration neonatology
Neonatology
enumeration neurology
Neurology Services
enumeration neurology.invasive
Neurology-Invasive services, including invasive catheterization.
enumeration neurology.noninvasive
Neurology-Non-Invasive services with no invasive catheterization capability.
enumeration obgyn
OBGYN services
enumeration obgyn.withLaborDelivery
OBGYN with labor delivery.
enumeration obgyn.withoutLaborDelivery
OBGYN without labor delivery capabilities.
enumeration operatingRooms
enumeration opthalmology
Opthalmology services
enumeration orthopedic
Orthopedic services
enumeration pediatrics
Pediatric services
enumeration psychiatric
Psychiatric services
enumeration surgery
Surgery capabilities
enumeration surgery.adultGeneral
General Adult surgery capabilities
enumeration surgery.pediatrics
General Pediatric surgery capabilities
enumeration surgery.orthopedics
Orthopedic surgery capabilities
enumeration surgery.neurosurgery
Neurosurgery capabilities
enumeration surgery.facial
Facial surgery capabilities
enumeration surgery.cardiothoracic
Cardiothoracic surgey capabilities
enumeration surgery.hand
Hand surgery capabilities
enumeration surgery.reimplantation
Reimplantation surgery capabilities.
enumeration surgery.spinal
Spinal surgery capabilities
enumeration surgery.vascular
Vascular surgery capabilities
enumeration surgery.anesthesia
Anesthesia services
enumeration traumaCenter
Trauma Center
Source
<xs:element name="code">
  <xs:simpleType>
    <xs:restriction base="ServiceCodeDefaultType"/>
  </xs:simpleType>
</xs:element>
[ top ]
Element ServiceType / status
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Describes the status of the service.
Diagram
Diagram edxl-have-v2.0-wd.tmp#StatusType_isOK edxl-have-v2.0-wd.tmp#StatusType_colourStatus edxl-have-v2.0-wd.tmp#StatusType_stability edxl-have-v2.0-wd.tmp#StatusType_comment edxl-have-v2.0-wd.tmp#StatusType
Type StatusType
Properties
content complex
minOccurs 1
Model
Children colourStatus, comment, isOK, stability
Instance
<status xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <isOK>{1,1}</isOK>
  <colourStatus>{0,1}</colourStatus>
  <stability>{0,1}</stability>
  <comment>{0,1}</comment>
</status>
Source
<xs:element name="status" type="StatusType" minOccurs="1">
  <xs:annotation>
    <xs:documentation>Describes the status of the service.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ServiceType / externalCode
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Allows an external system to place its own equivalent code for the service.code value. This allows external systems to correlate their data directly in the HAVE report.
Diagram
Diagram edxl-have-v2.0-wd.tmp#valueListURI edxl-have-v2.0-wd.tmp#value edxl-have-v2.0-wd.tmp#ValueKeyType
Type ct:ValueKeyType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children ct:value, ct:valueListURI
Instance
<externalCode xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:edxl-ct="urn:oasis:names:tc:emergency:edxl:ct:1.0">
  <edxl-ct:valueListURI>{1,1}</edxl-ct:valueListURI>
  <edxl-ct:value>{1,1}</edxl-ct:value>
</externalCode>
Source
<xs:element name="externalCode" type="edxl-ct:ValueKeyType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Allows an external system to place its own equivalent code for the service.code value. This allows external systems to correlate their data directly in the HAVE report.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ct:valueListURI
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#ValueListURIType
Type ct:ValueListURIType
Properties
content simple
Used by
Source
<xs:element name="valueListURI" type="ct:ValueListURIType"/>
[ top ]
Element ct:value
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#ValueType
Type ct:ValueType
Properties
content simple
Used by
Source
<xs:element name="value" type="ct:ValueType"/>
[ top ]
Element ServiceType / bedCapacity
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
An indication of the bed capacity that the facility makes available for the community to know. It reflects fully staffed and equipped beds. The intention here is to provide an external view of where beds may be available in a health network. The intent is not for HAVE to become a hospital administration tool.
Diagram
Diagram edxl-have-v2.0-wd.tmp#BedCapacityType_availableCount edxl-have-v2.0-wd.tmp#BedCapacityType_baselineCount edxl-have-v2.0-wd.tmp#BedCapacityType_comment edxl-have-v2.0-wd.tmp#BedCapacityType
Type BedCapacityType
Properties
content complex
minOccurs 0
Model
Children availableCount, baselineCount, comment
Instance
<bedCapacity xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <availableCount>{1,1}</availableCount>
  <baselineCount>{0,1}</baselineCount>
  <comment>{0,1}</comment>
</bedCapacity>
Source
<xs:element name="bedCapacity" type="BedCapacityType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>An indication of the bed capacity that the facility makes available for the community to know. It reflects fully staffed and equipped beds. The intention here is to provide an external view of where beds may be available in a health network. The intent is not for HAVE to become a hospital administration tool.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element BedCapacityType / availableCount
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The number of vacant/available beds to which patients can be immediately supported. These must include supporting space, equipment, medical material, ancillary and support services and staff to operate under normal circumstances. These beds are licensed, physically available and have staff on hand to attend to the patient who occupies the bed. NEGATIVE values means the service is operating beyond normal capacity.
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 1
Source
<xs:element name="availableCount" minOccurs="1">
  <xs:annotation>
    <xs:documentation>The number of vacant/available beds to which patients can be immediately supported. These must include supporting space, equipment, medical material, ancillary and support services and staff to operate under normal circumstances. These beds are licensed, physically available and have staff on hand to attend to the patient who occupies the bed. NEGATIVE values means the service is operating beyond normal capacity.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:integer"/>
  </xs:simpleType>
</xs:element>
[ top ]
Element BedCapacityType / baselineCount
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The maximum (baseline) number of beds in this category.
Diagram
Diagram
Type restriction of xs:integer
Properties
content simple
minOccurs 0
Facets
minInclusive 0
Source
<xs:element name="baselineCount" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The maximum (baseline) number of beds in this category.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:integer">
      <xs:minInclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element BedCapacityType / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Human-readable description of the service capacity for this service. This value can be used to explain any specific information for the reader about the Bed Capacity.
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Human-readable description of the service capacity for this service. This value can be used to explain any specific information for the reader about the Bed Capacity.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ServiceType / capacity
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Indicates the capacity status of this particular service.
Diagram
Diagram edxl-have-v2.0-wd.tmp#CapacityType_capacity edxl-have-v2.0-wd.tmp#CapacityType_capacityURI edxl-have-v2.0-wd.tmp#CapacityType
Type CapacityType
Properties
content complex
minOccurs 0
Model
Children capacity, capacityURI
Instance
<capacity xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <capacity uom="">{1,1}</capacity>
  <capacityURI>{0,1}</capacityURI>
</capacity>
Source
<xs:element name="capacity" type="CapacityType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Indicates the capacity status of this particular service.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element CapacityType / capacity
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#EDXLStringType edxl-have-v2.0-wd.tmp#ParameterValueType_uom edxl-have-v2.0-wd.tmp#ParameterValueType
Type ext:ParameterValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
uom xs:string optional
Source
<xs:element name="capacity" type="ext:ParameterValueType"/>
[ top ]
Element CapacityType / capacityURI
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#ValueListURIType
Type ct:ValueListURIType
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="capacityURI" type="edxl-ct:ValueListURIType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element ServiceType / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Textual description of Service situation.
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual description of Service situation.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ext:extension
Namespace urn:oasis:names:tc:emergency:edxl:extension:1.0
Annotations
Base element to allow communities to extend/augment an EDXL data standard
Diagram
Diagram edxl-have-v2.0-wd.tmp#extension_community edxl-have-v2.0-wd.tmp#extension_id edxl-have-v2.0-wd.tmp#extension_parameter
Properties
content complex
Used by
Model
Children ext:community, ext:id, ext:parameter
Instance
<ext:extension xmlns:ext="urn:oasis:names:tc:emergency:edxl:extension:1.0">
  <ext:community>{1,1}</ext:community>
  <ext:id>{1,1}</ext:id>
  <ext:parameter>{1,unbounded}</ext:parameter>
</ext:extension>
Source
<xs:element name="extension">
  <xs:annotation>
    <xs:documentation>Base element to allow communities to extend/augment an EDXL data standard</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="community" type="xs:anyURI">
        <xs:annotation>
          <xs:documentation>Unique identifier of the community</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="id" type="xs:anyURI">
        <xs:annotation>
          <xs:documentation>Uniqueu identifier for this extension</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="parameter" type="ext:ParameterType" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ext:extension / ext:community
Namespace urn:oasis:names:tc:emergency:edxl:extension:1.0
Annotations
Unique identifier of the community
Diagram
Diagram
Type xs:anyURI
Properties
content simple
Source
<xs:element name="community" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>Unique identifier of the community</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ext:extension / ext:id
Namespace urn:oasis:names:tc:emergency:edxl:extension:1.0
Annotations
Uniqueu identifier for this extension
Diagram
Diagram
Type xs:anyURI
Properties
content simple
Source
<xs:element name="id" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>Uniqueu identifier for this extension</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ext:extension / ext:parameter
Namespace urn:oasis:names:tc:emergency:edxl:extension:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#ParameterType_nameURI edxl-have-v2.0-wd.tmp#ParameterType_value edxl-have-v2.0-wd.tmp#ParameterType
Type ext:ParameterType
Properties
content complex
maxOccurs unbounded
Model
Children ext:nameURI, ext:value
Instance
<ext:parameter xmlns:ext="urn:oasis:names:tc:emergency:edxl:extension:1.0">
  <ext:nameURI xPath="">{1,1}</ext:nameURI>
  <ext:value uom="">{1,unbounded}</ext:value>
</ext:parameter>
Source
<xs:element name="parameter" type="ext:ParameterType" maxOccurs="unbounded"/>
[ top ]
Element ext:ParameterType / ext:nameURI
Namespace urn:oasis:names:tc:emergency:edxl:extension:1.0
Annotations
Unique identifier of a parameter
Diagram
Diagram edxl-have-v2.0-wd.tmp#ParameterNameType_xPath edxl-have-v2.0-wd.tmp#ParameterNameType
Type ext:ParameterNameType
Properties
content complex
Attributes
QName Type Use
xPath xs:string optional
Source
<xs:element name="nameURI" type="ext:ParameterNameType">
  <xs:annotation>
    <xs:documentation>Unique identifier of a parameter</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ext:ParameterType / ext:value
Namespace urn:oasis:names:tc:emergency:edxl:extension:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#EDXLStringType edxl-have-v2.0-wd.tmp#ParameterValueType_uom edxl-have-v2.0-wd.tmp#ParameterValueType
Type ext:ParameterValueType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
uom xs:string optional
Source
<xs:element name="value" type="ext:ParameterValueType" maxOccurs="unbounded"/>
[ top ]
Element ServicesType / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
General comment/summary on all of the services
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>General comment/summary on all of the services</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FacilityType / futureServices
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Optional list of Service Capabilities in future for planned or potential ramping up (or down) of capabilities to accomodate surge needs or degraded capabilities. 0...n
Diagram
Diagram edxl-have-v2.0-wd.tmp#FutureServicesType_service edxl-have-v2.0-wd.tmp#FutureServicesType_comment edxl-have-v2.0-wd.tmp#FutureServicesType
Type FutureServicesType
Properties
content complex
minOccurs 0
Model
Children comment, service
Instance
<futureServices xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <service>{1,unbounded}</service>
  <comment>{0,1}</comment>
</futureServices>
Source
<xs:element name="futureServices" type="FutureServicesType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Optional list of Service Capabilities in future for planned or potential ramping up (or down) of capabilities to accomodate surge needs or degraded capabilities. 0...n</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FutureServicesType / service
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
ServiceListItem provides a description of a particular service - availability, capacity, and status.
Diagram
Diagram edxl-have-v2.0-wd.tmp#ServiceType_name edxl-have-v2.0-wd.tmp#ServiceType_code edxl-have-v2.0-wd.tmp#ServiceType_status edxl-have-v2.0-wd.tmp#ServiceType_externalCode edxl-have-v2.0-wd.tmp#ServiceType_bedCapacity edxl-have-v2.0-wd.tmp#ServiceType_capacity edxl-have-v2.0-wd.tmp#ServiceType_comment edxl-have-v2.0-wd.tmp#extension edxl-have-v2.0-wd.tmp#ServiceType edxl-have-v2.0-wd.tmp#FutureServicesType_FutureServicesType_service_reportingPeriod
Type extension of ServiceType
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children bedCapacity, capacity, code, comment, ext:extension, externalCode, name, reportingPeriod, status
Instance
<service xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:ext="urn:oasis:names:tc:emergency:edxl:extension:1.0">
  <name>{1,1}</name>
  <code>{1,1}</code>
  <status>{1,1}</status>
  <externalCode>{0,unbounded}</externalCode>
  <bedCapacity>{0,1}</bedCapacity>
  <capacity>{0,1}</capacity>
  <comment>{0,1}</comment>
  <ext:extension>{0,unbounded}</ext:extension>
  <reportingPeriod>{1,1}</reportingPeriod>
</service>
Source
<xs:element name="service" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>ServiceListItem provides a description of a particular service - availability, capacity, and status.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ServiceType">
        <xs:sequence>
          <xs:element name="reportingPeriod" type="edxl-ct:TimePeriodType"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element FutureServicesType / service / reportingPeriod
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#TimePeriodType_fromDateTime edxl-have-v2.0-wd.tmp#TimePeriodType_toDateTime edxl-have-v2.0-wd.tmp#TimePeriodType
Type ct:TimePeriodType
Properties
content complex
Model
Children ct:fromDateTime, ct:toDateTime
Instance
<reportingPeriod xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:edxl-ct="urn:oasis:names:tc:emergency:edxl:ct:1.0">
  <edxl-ct:fromDateTime>{1,1}</edxl-ct:fromDateTime>
  <edxl-ct:toDateTime>{1,1}</edxl-ct:toDateTime>
</reportingPeriod>
Source
<xs:element name="reportingPeriod" type="edxl-ct:TimePeriodType"/>
[ top ]
Element FutureServicesType / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
General comment/summary on the all of the furture services
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>General comment/summary on the all of the furture services</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FacilityType / activityInPeriod
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Provides a set of summaries of activity that has occured in the indicated reporting period. This item is intended to provide a very high-level summary of facility activity.
Diagram
Diagram edxl-have-v2.0-wd.tmp#ActivityInPeriodType_reportingPeriod edxl-have-v2.0-wd.tmp#ActivityInPeriodType_admissions edxl-have-v2.0-wd.tmp#ActivityInPeriodType_discharges edxl-have-v2.0-wd.tmp#ActivityInPeriodType_deaths edxl-have-v2.0-wd.tmp#ActivityInPeriodType_comment edxl-have-v2.0-wd.tmp#ActivityInPeriodType
Type ActivityInPeriodType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children admissions, comment, deaths, discharges, reportingPeriod
Instance
<activityInPeriod xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <reportingPeriod>{0,1}</reportingPeriod>
  <admissions>{1,1}</admissions>
  <discharges>{1,1}</discharges>
  <deaths>{1,1}</deaths>
  <comment>{0,1}</comment>
</activityInPeriod>
Source
<xs:element name="activityInPeriod" type="ActivityInPeriodType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Provides a set of summaries of activity that has occured in the indicated reporting period. This item is intended to provide a very high-level summary of facility activity.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ActivityInPeriodType / reportingPeriod
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The time period (From -> To) that the activity occured in. If this element is not included the reportingPeriod at the Facility level should be assumed to define the time range.
Diagram
Diagram edxl-have-v2.0-wd.tmp#TimePeriodType_fromDateTime edxl-have-v2.0-wd.tmp#TimePeriodType_toDateTime edxl-have-v2.0-wd.tmp#TimePeriodType
Type ct:TimePeriodType
Properties
content complex
minOccurs 0
Model
Children ct:fromDateTime, ct:toDateTime
Instance
<reportingPeriod xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:edxl-ct="urn:oasis:names:tc:emergency:edxl:ct:1.0">
  <edxl-ct:fromDateTime>{1,1}</edxl-ct:fromDateTime>
  <edxl-ct:toDateTime>{1,1}</edxl-ct:toDateTime>
</reportingPeriod>
Source
<xs:element name="reportingPeriod" type="edxl-ct:TimePeriodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The time period (From -> To) that the activity occured in. If this element is not included the reportingPeriod at the Facility level should be assumed to define the time range.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ActivityInPeriodType / admissions
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Number of admissions in the period.
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
default 0
Source
<xs:element name="admissions" type="xs:int" default="0" minOccurs="1">
  <xs:annotation>
    <xs:documentation>Number of admissions in the period.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ActivityInPeriodType / discharges
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Number of Discharges in the period.
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
default 0
Source
<xs:element name="discharges" type="xs:int" default="0" minOccurs="1">
  <xs:annotation>
    <xs:documentation>Number of Discharges in the period.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ActivityInPeriodType / deaths
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Number of Deaths in the period.
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
default 0
Source
<xs:element name="deaths" type="xs:int" default="0" minOccurs="1">
  <xs:annotation>
    <xs:documentation>Number of Deaths in the period.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ActivityInPeriodType / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
General comment/summary of the activity in period.
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>General comment/summary of the activity in period.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FacilityType / operations
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Provides a taxonomy-based list of operations that describe the operations of the Facility.
Diagram
Diagram edxl-have-v2.0-wd.tmp#OperationsType_operation edxl-have-v2.0-wd.tmp#OperationsType_comment edxl-have-v2.0-wd.tmp#OperationsType
Type OperationsType
Properties
content complex
minOccurs 0
Model
Children comment, operation
Instance
<operations xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <operation>{1,unbounded}</operation>
  <comment>{0,1}</comment>
</operations>
Source
<xs:element name="operations" type="OperationsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Provides a taxonomy-based list of operations that describe the operations of the Facility.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element OperationsType / operation
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Operation that facility provides in the context of key areas such as Clinical Operations, Security Operations, Facility Operations.
Diagram
Diagram edxl-have-v2.0-wd.tmp#OperationType_kind edxl-have-v2.0-wd.tmp#OperationType_name edxl-have-v2.0-wd.tmp#OperationType_status edxl-have-v2.0-wd.tmp#OperationType_comment edxl-have-v2.0-wd.tmp#extension edxl-have-v2.0-wd.tmp#OperationType
Type OperationType
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children comment, ext:extension, kind, name, status
Instance
<operation xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:ext="urn:oasis:names:tc:emergency:edxl:extension:1.0">
  <kind>{1,1}</kind>
  <name>{1,1}</name>
  <status>{1,1}</status>
  <comment>{0,1}</comment>
  <ext:extension>{0,unbounded}</ext:extension>
</operation>
Source
<xs:element name="operation" type="OperationType" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Operation that facility provides in the context of key areas such as Clinical Operations, Security Operations, Facility Operations.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element OperationType / kind
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The high-level kind of operation that is being reported on (plant, security, staffing, or emergency).
Diagram
Diagram edxl-have-v2.0-wd.tmp#FacilityOperationKind
Type FacilityOperationKind
Properties
content simple
Facets
enumeration plant
Plant - the key equipment and capabilities needed to operate the facility (e.g. HVAC, cafeteria).
enumeration security
Security operations for facility (e.g. patrol, surveillance).
enumeration staffing
Staff-related operations (e.g. medical personnel, support staffing, administrative).
enumeration emergency
Emergency Department operations.
Source
<xs:element name="kind" type="FacilityOperationKind">
  <xs:annotation>
    <xs:documentation>The high-level kind of operation that is being reported on (plant, security, staffing, or emergency).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element OperationType / name
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The name of the operation that is being reported on (e.g. "Food Services").
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
Model
Children alternateText, defaultText
Instance
<name xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</name>
Source
<xs:element name="name" type="FreeTextType">
  <xs:annotation>
    <xs:documentation>The name of the operation that is being reported on (e.g. "Food Services").</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element OperationType / status
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The status of the Operation.
Diagram
Diagram edxl-have-v2.0-wd.tmp#StatusType_isOK edxl-have-v2.0-wd.tmp#StatusType_colourStatus edxl-have-v2.0-wd.tmp#StatusType_stability edxl-have-v2.0-wd.tmp#StatusType_comment edxl-have-v2.0-wd.tmp#StatusType
Type StatusType
Properties
content complex
Model
Children colourStatus, comment, isOK, stability
Instance
<status xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <isOK>{1,1}</isOK>
  <colourStatus>{0,1}</colourStatus>
  <stability>{0,1}</stability>
  <comment>{0,1}</comment>
</status>
Source
<xs:element name="status" type="StatusType">
  <xs:annotation>
    <xs:documentation>The status of the Operation.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element OperationType / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
General comment/summary on the Operation.
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>General comment/summary on the Operation.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element OperationsType / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
General comment/summary on all of the operations.
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>General comment/summary on all of the operations.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FacilityType / resourceInformation
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Information about non-staff resources (status, needs, availability for offer) for the facility.
Diagram
Diagram edxl-have-v2.0-wd.tmp#ResourceInformationType_status edxl-have-v2.0-wd.tmp#ResourceInformationType_needs edxl-have-v2.0-wd.tmp#ResourceInformationType_offers edxl-have-v2.0-wd.tmp#ResourceInformationType_comment edxl-have-v2.0-wd.tmp#extension edxl-have-v2.0-wd.tmp#ResourceInformationType
Type ResourceInformationType
Properties
content complex
minOccurs 0
Model
Children comment, ext:extension, needs, offers, status
Instance
<resourceInformation xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:ext="urn:oasis:names:tc:emergency:edxl:extension:1.0">
  <status>{1,1}</status>
  <needs>{0,1}</needs>
  <offers>{0,1}</offers>
  <comment>{0,1}</comment>
  <ext:extension>{0,unbounded}</ext:extension>
</resourceInformation>
Source
<xs:element name="resourceInformation" type="ResourceInformationType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Information about non-staff resources (status, needs, availability for offer) for the facility.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ResourceInformationType / status
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Overall resource status of the facility.
Diagram
Diagram edxl-have-v2.0-wd.tmp#StatusType_isOK edxl-have-v2.0-wd.tmp#StatusType_colourStatus edxl-have-v2.0-wd.tmp#StatusType_stability edxl-have-v2.0-wd.tmp#StatusType_comment edxl-have-v2.0-wd.tmp#StatusType
Type StatusType
Properties
content complex
minOccurs 1
Model
Children colourStatus, comment, isOK, stability
Instance
<status xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <isOK>{1,1}</isOK>
  <colourStatus>{0,1}</colourStatus>
  <stability>{0,1}</stability>
  <comment>{0,1}</comment>
</status>
Source
<xs:element name="status" type="StatusType" minOccurs="1">
  <xs:annotation>
    <xs:documentation>Overall resource status of the facility.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ResourceInformationType / needs
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Resource Needs.
Diagram
Diagram edxl-have-v2.0-wd.tmp#ResourceInformationType_ResourceInformationType_needs_resourceNeed
Properties
content complex
minOccurs 0
Model
Children resourceNeed
Instance
<needs xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <resourceNeed>{1,unbounded}</resourceNeed>
</needs>
Source
<xs:element name="needs" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Resource Needs.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="resourceNeed" type="ResourceQuantityType" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ResourceInformationType / needs / resourceNeed
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#ResourceQuantityType_resourceKind edxl-have-v2.0-wd.tmp#ResourceQuantityType_quantity edxl-have-v2.0-wd.tmp#ResourceQuantityType_resourceSize edxl-have-v2.0-wd.tmp#ResourceQuantityType_comments edxl-have-v2.0-wd.tmp#ResourceQuantityType
Type ResourceQuantityType
Properties
content complex
maxOccurs unbounded
Model
Children comments, quantity, resourceKind, resourceSize
Instance
<resourceNeed xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <resourceKind>{1,1}</resourceKind>
  <quantity>{1,1}</quantity>
  <resourceSize xPath="">{1,1}</resourceSize>
  <comments>{0,1}</comments>
</resourceNeed>
Source
<xs:element name="resourceNeed" type="ResourceQuantityType" maxOccurs="unbounded"/>
[ top ]
Element ResourceQuantityType / resourceKind
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The kind (type) of resource that the quantity refers to. TODO: Provide the URI and key-value.
Diagram
Diagram edxl-have-v2.0-wd.tmp#valueListURI edxl-have-v2.0-wd.tmp#value edxl-have-v2.0-wd.tmp#ValueKeyType
Type ct:ValueKeyType
Properties
content complex
Model
Children ct:value, ct:valueListURI
Instance
<resourceKind xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:edxl-ct="urn:oasis:names:tc:emergency:edxl:ct:1.0">
  <edxl-ct:valueListURI>{1,1}</edxl-ct:valueListURI>
  <edxl-ct:value>{1,1}</edxl-ct:value>
</resourceKind>
Source
<xs:element name="resourceKind" type="edxl-ct:ValueKeyType">
  <xs:annotation>
    <xs:documentation>The kind (type) of resource that the quantity refers to. TODO: Provide the URI and key-value.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ResourceQuantityType / quantity
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The quantity of the particular Resource.
Diagram
Diagram
Type restriction of xs:double
Properties
content simple
Facets
minInclusive 0
Source
<xs:element name="quantity">
  <xs:annotation>
    <xs:documentation>The quantity of the particular Resource.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:double">
      <xs:minInclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ResourceQuantityType / resourceSize
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Unit of measure and size (e.g. 1500 mL).
Diagram
Diagram edxl-have-v2.0-wd.tmp#ParameterNameType_xPath edxl-have-v2.0-wd.tmp#ParameterNameType
Type ext:ParameterNameType
Properties
content complex
Attributes
QName Type Use
xPath xs:string optional
Source
<xs:element name="resourceSize" type="ext:ParameterNameType">
  <xs:annotation>
    <xs:documentation>Unit of measure and size (e.g. 1500 mL).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ResourceQuantityType / comments
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Textual description of Resource quantity.
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
Model
Children alternateText, defaultText
Instance
<comments xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comments>
Source
<xs:element name="comments" type="FreeTextType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual description of Resource quantity.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ResourceInformationType / offers
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Resource Offers (resources that can be made available to other Facilities).
Diagram
Diagram edxl-have-v2.0-wd.tmp#ResourceInformationType_ResourceInformationType_offers_resourceOffer
Properties
content complex
minOccurs 0
Model
Children resourceOffer
Instance
<offers xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <resourceOffer>{1,unbounded}</resourceOffer>
</offers>
Source
<xs:element name="offers" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Resource Offers (resources that can be made available to other Facilities).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="resourceOffer" type="ResourceQuantityType" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ResourceInformationType / offers / resourceOffer
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#ResourceQuantityType_resourceKind edxl-have-v2.0-wd.tmp#ResourceQuantityType_quantity edxl-have-v2.0-wd.tmp#ResourceQuantityType_resourceSize edxl-have-v2.0-wd.tmp#ResourceQuantityType_comments edxl-have-v2.0-wd.tmp#ResourceQuantityType
Type ResourceQuantityType
Properties
content complex
maxOccurs unbounded
Model
Children comments, quantity, resourceKind, resourceSize
Instance
<resourceOffer xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <resourceKind>{1,1}</resourceKind>
  <quantity>{1,1}</quantity>
  <resourceSize xPath="">{1,1}</resourceSize>
  <comments>{0,1}</comments>
</resourceOffer>
Source
<xs:element name="resourceOffer" type="ResourceQuantityType" maxOccurs="unbounded"/>
[ top ]
Element ResourceInformationType / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Textual description of Resource situation.
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Textual description of Resource situation.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FacilityType / staffing
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Staffing provides an indication of the staffing status and any needs or offers of this facility.
Diagram
Diagram edxl-have-v2.0-wd.tmp#ResourceInformationType_status edxl-have-v2.0-wd.tmp#ResourceInformationType_needs edxl-have-v2.0-wd.tmp#ResourceInformationType_offers edxl-have-v2.0-wd.tmp#ResourceInformationType_comment edxl-have-v2.0-wd.tmp#extension edxl-have-v2.0-wd.tmp#ResourceInformationType
Type ResourceInformationType
Properties
content complex
minOccurs 0
Model
Children comment, ext:extension, needs, offers, status
Instance
<staffing xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:ext="urn:oasis:names:tc:emergency:edxl:extension:1.0">
  <status>{1,1}</status>
  <needs>{0,1}</needs>
  <offers>{0,1}</offers>
  <comment>{0,1}</comment>
  <ext:extension>{0,unbounded}</ext:extension>
</staffing>
Source
<xs:element name="staffing" type="ResourceInformationType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Staffing provides an indication of the staffing status and any needs or offers of this facility.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FacilityType / emergencyDepartment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Report on the emergency department status for the organization.
Diagram
Diagram edxl-have-v2.0-wd.tmp#EmergencyDepartmentType_status edxl-have-v2.0-wd.tmp#EmergencyDepartmentType_offloadInfo edxl-have-v2.0-wd.tmp#EmergencyDepartmentType_traffic edxl-have-v2.0-wd.tmp#EmergencyDepartmentType_triageCapacity edxl-have-v2.0-wd.tmp#EmergencyDepartmentType
Type EmergencyDepartmentType
Properties
content complex
minOccurs 0
Model
Children offloadInfo, status, traffic, triageCapacity
Instance
<emergencyDepartment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <status>{1,1}</status>
  <offloadInfo>{0,1}</offloadInfo>
  <traffic>{0,1}</traffic>
  <triageCapacity>{0,1}</triageCapacity>
</emergencyDepartment>
Source
<xs:element name="emergencyDepartment" type="EmergencyDepartmentType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Report on the emergency department status for the organization.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element EmergencyDepartmentType / status
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Status of the Emergency Department.
Diagram
Diagram edxl-have-v2.0-wd.tmp#StatusType_isOK edxl-have-v2.0-wd.tmp#StatusType_colourStatus edxl-have-v2.0-wd.tmp#StatusType_stability edxl-have-v2.0-wd.tmp#StatusType_comment edxl-have-v2.0-wd.tmp#StatusType
Type StatusType
Properties
content complex
minOccurs 1
Model
Children colourStatus, comment, isOK, stability
Instance
<status xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <isOK>{1,1}</isOK>
  <colourStatus>{0,1}</colourStatus>
  <stability>{0,1}</stability>
  <comment>{0,1}</comment>
</status>
Source
<xs:element name="status" type="StatusType" minOccurs="1">
  <xs:annotation>
    <xs:documentation>Status of the Emergency Department.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element EmergencyDepartmentType / offloadInfo
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Information about the Offload state for various modes of transport (Ambulance, Air Ambulance).
Diagram
Diagram edxl-have-v2.0-wd.tmp#OffloadInfoType_offload edxl-have-v2.0-wd.tmp#extension edxl-have-v2.0-wd.tmp#OffloadInfoType
Type OffloadInfoType
Properties
content complex
minOccurs 0
Model
Children ext:extension, offload
Instance
<offloadInfo xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:ext="urn:oasis:names:tc:emergency:edxl:extension:1.0">
  <offload>{1,unbounded}</offload>
  <ext:extension>{0,unbounded}</ext:extension>
</offloadInfo>
Source
<xs:element name="offloadInfo" type="OffloadInfoType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Information about the Offload state for various modes of transport (Ambulance, Air Ambulance).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element OffloadInfoType / offload
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The particular offload mode, status, and other information for the facility.
Diagram
Diagram edxl-have-v2.0-wd.tmp#OffloadType_kind edxl-have-v2.0-wd.tmp#OffloadType_offloadMinutes edxl-have-v2.0-wd.tmp#OffloadType_offloadState edxl-have-v2.0-wd.tmp#OffloadType_offloadColourCode edxl-have-v2.0-wd.tmp#OffloadType_comment edxl-have-v2.0-wd.tmp#OffloadType
Type OffloadType
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children comment, kind, offloadColourCode, offloadMinutes, offloadState
Instance
<offload xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <kind>{1,1}</kind>
  <offloadMinutes>{1,1}</offloadMinutes>
  <offloadState>{0,1}</offloadState>
  <offloadColourCode>{0,1}</offloadColourCode>
  <comment>{0,1}</comment>
</offload>
Source
<xs:element name="offload" type="OffloadType" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The particular offload mode, status, and other information for the facility.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element OffloadType / kind
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The mode of transport for offload (land, air, other).
Diagram
Diagram edxl-have-v2.0-wd.tmp#OffloadKind
Type OffloadKind
Properties
content simple
default land
Facets
enumeration land
enumeration air
enumeration other
Source
<xs:element name="kind" type="OffloadKind" default="land">
  <xs:annotation>
    <xs:documentation>The mode of transport for offload (land, air, other).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element OffloadType / offloadMinutes
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Average offload time in minutes.
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="offloadMinutes" type="xs:integer" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Average offload time in minutes.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element OffloadType / offloadState
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#OffloadStateKind
Type OffloadStateKind
Properties
content simple
minOccurs 0
default normal
Facets
enumeration normal
enumeration delayed
Source
<xs:element name="offloadState" type="OffloadStateKind" default="normal" minOccurs="0"/>
[ top ]
Element OffloadType / offloadColourCode
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#ColourStatusType_colourCode edxl-have-v2.0-wd.tmp#ColourStatusType_statusDescription edxl-have-v2.0-wd.tmp#ColourStatusType
Type ColourStatusType
Properties
content complex
minOccurs 0
Model
Children colourCode, statusDescription
Instance
<offloadColourCode xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <colourCode>{1,1}</colourCode>
  <statusDescription>{0,1}</statusDescription>
</offloadColourCode>
Source
<xs:element name="offloadColourCode" type="ColourStatusType" minOccurs="0"/>
[ top ]
Element OffloadType / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0"/>
[ top ]
Element EmergencyDepartmentType / traffic
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Ability of this emergency department to receive patients via emergency medical services.
Diagram
Diagram edxl-have-v2.0-wd.tmp#TrafficType_status edxl-have-v2.0-wd.tmp#TrafficType_colourStatus edxl-have-v2.0-wd.tmp#TrafficType_reason edxl-have-v2.0-wd.tmp#TrafficType_comment edxl-have-v2.0-wd.tmp#TrafficType
Type TrafficType
Properties
content complex
minOccurs 0
Model
Children colourStatus, comment, reason, status
Instance
<traffic xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <status>{1,1}</status>
  <colourStatus>{1,1}</colourStatus>
  <reason>{0,1}</reason>
  <comment>{0,1}</comment>
</traffic>
Source
<xs:element name="traffic" type="TrafficType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Ability of this emergency department to receive patients via emergency medical services.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element TrafficType / status
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The operating status of the Emergency Department (normal -> advisory -> closed).
Diagram
Diagram edxl-have-v2.0-wd.tmp#TrafficStatusKind
Type TrafficStatusKind
Properties
content simple
Facets
enumeration normal
Traffic is at levels that are within norms.
enumeration advisory
Traffic levels are high enough to warrant notifying the community that the facility is experiencing higher than expected traffic.
enumeration closed
Facility is not accepting patient traffic.
Source
<xs:element name="status" type="TrafficStatusKind">
  <xs:annotation>
    <xs:documentation>The operating status of the Emergency Department (normal -> advisory -> closed).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element TrafficType / colourStatus
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Colour-code status for the Emergency Department.
Diagram
Diagram edxl-have-v2.0-wd.tmp#ColourStatusType_colourCode edxl-have-v2.0-wd.tmp#ColourStatusType_statusDescription edxl-have-v2.0-wd.tmp#ColourStatusType
Type ColourStatusType
Properties
content complex
Model
Children colourCode, statusDescription
Instance
<colourStatus xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <colourCode>{1,1}</colourCode>
  <statusDescription>{0,1}</statusDescription>
</colourStatus>
Source
<xs:element name="colourStatus" type="ColourStatusType">
  <xs:annotation>
    <xs:documentation>Colour-code status for the Emergency Department.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element TrafficType / reason
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Needed (handled by Colour Code?) It is used to report the contributing factor to an EMSTraffic Status.
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
Model
Children alternateText, defaultText
Instance
<reason xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</reason>
Source
<xs:element name="reason" type="FreeTextType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Needed (handled by Colour Code?) It is used to report the contributing factor to an EMSTraffic Status.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element TrafficType / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
General comment/summary on the traffic status
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>General comment/summary on the traffic status</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element EmergencyDepartmentType / triageCapacity
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The number of each triage patient type the hospital can accept.
Diagram
Diagram edxl-have-v2.0-wd.tmp#TriageCapacityType_triageCount edxl-have-v2.0-wd.tmp#TriageCapacityType
Type TriageCapacityType
Properties
content complex
minOccurs 0
Model
Children triageCount
Instance
<triageCapacity xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <triageCount>{1,unbounded}</triageCount>
</triageCapacity>
Source
<xs:element name="triageCapacity" type="TriageCapacityType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The number of each triage patient type the hospital can accept.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element TriageCapacityType / triageCount
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The Count for a particular triage level.
Diagram
Diagram edxl-have-v2.0-wd.tmp#TriageCountType_code edxl-have-v2.0-wd.tmp#TriageCountType_count edxl-have-v2.0-wd.tmp#TriageCountType_alternateCodeValue edxl-have-v2.0-wd.tmp#TriageCountType_comment edxl-have-v2.0-wd.tmp#TriageCountType
Type TriageCountType
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children alternateCodeValue, code, comment, count
Instance
<triageCount xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <code>{1,1}</code>
  <count>{1,1}</count>
  <alternateCodeValue>{0,unbounded}</alternateCodeValue>
  <comment>{0,1}</comment>
</triageCount>
Source
<xs:element name="triageCount" type="TriageCountType" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The Count for a particular triage level.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element TriageCountType / code
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Triage Colour Codes (RED, YELLOW, GREEN, BLACK, none) for capacity purposes. The list of values must be from the list identified in TriageCodeListURN. Default Values - red: Number of victims with immediate needs - yellow: Number of victims with delayed needs - green: Number of victims with minor needs  - black: Number of deceased victims. If a TriageCountType/code value is specified, a TriageCountType/count element must be specified.
Diagram
Diagram edxl-have-v2.0-wd.tmp#TriageColourCodeType
Type TriageColourCodeType
Type hierarchy
Properties
content simple
Facets
minLength 1
maxLength 1023
enumeration red
RED Triage - Immediate attention for Triage.
enumeration yellow
YELLOW Triage - Needs medical attention after RED/Immediate.
enumeration green
GREEN Triage - Walking wounded or self-treatable
enumeration black
BLACK Triage - Lost/Dead
Source
<xs:element name="code" type="TriageColourCodeType">
  <xs:annotation>
    <xs:documentation>Triage Colour Codes (RED, YELLOW, GREEN, BLACK, none) for capacity purposes. The list of values must be from the list identified in TriageCodeListURN. Default Values - red: Number of victims with immediate needs - yellow: Number of victims with delayed needs - green: Number of victims with minor needs - black: Number of deceased victims. If a TriageCountType/code value is specified, a TriageCountType/count element must be specified.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element TriageCountType / count
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The number of patients of this code type.
Diagram
Diagram
Type restriction of xs:int
Properties
content simple
Facets
minInclusive 0
Source
<xs:element name="count">
  <xs:annotation>
    <xs:documentation>The number of patients of this code type.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element TriageCountType / alternateCodeValue
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
There are a large number of Triage systems in use. Many usenumbering systems (http://en.wikipedia.org/wiki/Triage#Tags) and colours. The premise of HAVE is that we will share the general state with the broad emergency management community who may not know the intimate details of a triage system, but understand the general concepts that RED=urgent, Green=walking wounded, Black=Dead/Lost (already dead or untreatable). The alternateCodeValues element is intended to be used by these systems. Providing the ValueListURI and Value will allow mapping of external systems to the base HAVE Triage colour codes.
Diagram
Diagram edxl-have-v2.0-wd.tmp#valueListURI edxl-have-v2.0-wd.tmp#value edxl-have-v2.0-wd.tmp#ValueKeyType
Type ct:ValueKeyType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children ct:value, ct:valueListURI
Instance
<alternateCodeValue xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:edxl-ct="urn:oasis:names:tc:emergency:edxl:ct:1.0">
  <edxl-ct:valueListURI>{1,1}</edxl-ct:valueListURI>
  <edxl-ct:value>{1,1}</edxl-ct:value>
</alternateCodeValue>
Source
<xs:element name="alternateCodeValue" type="edxl-ct:ValueKeyType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>There are a large number of Triage systems in use. Many usenumbering systems (http://en.wikipedia.org/wiki/Triage#Tags) and colours. The premise of HAVE is that we will share the general state with the broad emergency management community who may not know the intimate details of a triage system, but understand the general concepts that RED=urgent, Green=walking wounded, Black=Dead/Lost (already dead or untreatable). The alternateCodeValues element is intended to be used by these systems. Providing the ValueListURI and Value will allow mapping of external systems to the base HAVE Triage colour codes.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element TriageCountType / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element FacilityType / traumaCenter
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Type of the trauma center for the organization.
Diagram
Diagram edxl-have-v2.0-wd.tmp#TraumaCenterType_adult edxl-have-v2.0-wd.tmp#TraumaCenterType_pediatric edxl-have-v2.0-wd.tmp#TraumaCenterType
Type TraumaCenterType
Properties
content complex
minOccurs 0
Model
Children adult, pediatric
Instance
<traumaCenter xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <adult>{1,1}</adult>
  <pediatric>{0,1}</pediatric>
  <pediatric>{1,1}</pediatric>
</traumaCenter>
Source
<xs:element name="traumaCenter" type="TraumaCenterType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Type of the trauma center for the organization.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element TraumaCenterType / adult
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Adult Trauma Services detail.
Diagram
Diagram edxl-have-v2.0-wd.tmp#TraumaCenterLevelType_serviceLevel edxl-have-v2.0-wd.tmp#TraumaCenterLevelType_status edxl-have-v2.0-wd.tmp#TraumaCenterLevelType_comment edxl-have-v2.0-wd.tmp#extension edxl-have-v2.0-wd.tmp#TraumaCenterLevelType
Type TraumaCenterLevelType
Properties
content complex
Model
Children comment, ext:extension, serviceLevel, status
Instance
<adult xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:ext="urn:oasis:names:tc:emergency:edxl:extension:1.0">
  <serviceLevel>{1,1}</serviceLevel>
  <status>{1,1}</status>
  <comment>{0,1}</comment>
  <ext:extension>{0,unbounded}</ext:extension>
</adult>
Source
<xs:element name="adult" type="TraumaCenterLevelType">
  <xs:annotation>
    <xs:documentation>Adult Trauma Services detail.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element TraumaCenterLevelType / serviceLevel
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Trauma Center Level - 1 through 3 (I trough III) per American College of Surgeons. Beyond Level 3 there is no global standard but this is a good first approximation.
Diagram
Diagram edxl-have-v2.0-wd.tmp#TraumaCenterLevelKind
Type TraumaCenterLevelKind
Properties
content simple
Facets
enumeration level1
Level 1 Trauma Services
enumeration level2
Level 2 Trauma Services
enumeration level3
Level 3 Trauma Services
enumeration no-trauma
Level 4 Trauma Services
Source
<xs:element name="serviceLevel" type="TraumaCenterLevelKind">
  <xs:annotation>
    <xs:documentation>Trauma Center Level - 1 through 3 (I trough III) per American College of Surgeons. Beyond Level 3 there is no global standard but this is a good first approximation.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element TraumaCenterLevelType / status
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The status of the Facility Trauma Center.
Diagram
Diagram edxl-have-v2.0-wd.tmp#StatusType_isOK edxl-have-v2.0-wd.tmp#StatusType_colourStatus edxl-have-v2.0-wd.tmp#StatusType_stability edxl-have-v2.0-wd.tmp#StatusType_comment edxl-have-v2.0-wd.tmp#StatusType
Type StatusType
Properties
content complex
Model
Children colourStatus, comment, isOK, stability
Instance
<status xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <isOK>{1,1}</isOK>
  <colourStatus>{0,1}</colourStatus>
  <stability>{0,1}</stability>
  <comment>{0,1}</comment>
</status>
Source
<xs:element name="status" type="StatusType">
  <xs:annotation>
    <xs:documentation>The status of the Facility Trauma Center.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element TraumaCenterLevelType / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
General comment/summary on the trauma center status
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>General comment/summary on the trauma center status</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element TraumaCenterType / pediatric
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Pediatric Trauma Center details.
Diagram
Diagram edxl-have-v2.0-wd.tmp#TraumaCenterLevelType_serviceLevel edxl-have-v2.0-wd.tmp#TraumaCenterLevelType_status edxl-have-v2.0-wd.tmp#TraumaCenterLevelType_comment edxl-have-v2.0-wd.tmp#extension edxl-have-v2.0-wd.tmp#TraumaCenterLevelType
Type TraumaCenterLevelType
Properties
content complex
minOccurs 0
Model
Children comment, ext:extension, serviceLevel, status
Instance
<pediatric xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0" xmlns:ext="urn:oasis:names:tc:emergency:edxl:extension:1.0">
  <serviceLevel>{1,1}</serviceLevel>
  <status>{1,1}</status>
  <comment>{0,1}</comment>
  <ext:extension>{0,unbounded}</ext:extension>
</pediatric>
Source
<xs:element name="pediatric" type="TraumaCenterLevelType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Pediatric Trauma Center details.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FacilityType / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0"/>
[ top ]
Element HAVE / comment
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Provides context to the HAVE report.
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText edxl-have-v2.0-wd.tmp#FreeTextType
Type FreeTextType
Properties
content complex
minOccurs 0
Model
Children alternateText, defaultText
Instance
<comment xmlns="urn:oasis:names:tc:emergency:edxl:have:2.0">
  <defaultText>{1,1}</defaultText>
  <alternateText language="">{0,unbounded}</alternateText>
</comment>
Source
<xs:element name="comment" type="FreeTextType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Provides context to the HAVE report.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element edxl-gsf:EDXLGeoLocation
Namespace urn:oasis:names:tc:emergency:edxl:gsf:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#point edxl-have-v2.0-wd.tmp#circleByCenterPoint edxl-have-v2.0-wd.tmp#polygon edxl-have-v2.0-wd.tmp#envelope edxl-have-v2.0-wd.tmp#lineString edxl-have-v2.0-wd.tmp#EDXLGeoLocationType
Type edxl-gsf:EDXLGeoLocationType
Properties
content complex
Model
Children gml:circleByCenterPoint, gml:envelope, gml:lineString, gml:point, gml:polygon
Instance
<edxl-gsf:EDXLGeoLocation xmlns:edxl-gsf="urn:oasis:names:tc:emergency:edxl:gsf:1.0" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:point AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:point>
  <gml:circleByCenterPoint Interpolation="CircularArcCenterPointWithRadius" NumArc="1" NumDerivativeInterior="0" NumDerivativesAtEnd="0" NumDerivativesAtStart="0">{1,1}</gml:circleByCenterPoint>
  <gml:polygon AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:polygon>
  <gml:envelope AxisLabels="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:envelope>
  <gml:lineString AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:lineString>
</edxl-gsf:EDXLGeoLocation>
Source
<xs:element name="EDXLGeoLocation" type="edxl-gsf:EDXLGeoLocationType"/>
[ top ]
Element gml:abstractSurface
Namespace http://www.opengis.net/gml/3.2
Annotations
The abstractSurface element is the abstract head of the substitution group for all (continuous) surface elements.
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#AbstractGeometryType edxl-have-v2.0-wd.tmp#AbstractGeometricPrimitiveType edxl-have-v2.0-wd.tmp#AbstractSurfaceType edxl-have-v2.0-wd.tmp#polygon edxl-have-v2.0-wd.tmp#abstractGeometricPrimitive
Type gml:AbstractSurfaceType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Attributes
QName Type Use Annotation
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:element name="abstractSurface" type="gml:AbstractSurfaceType" abstract="true" substitutionGroup="gml:abstractGeometricPrimitive">
  <xs:annotation>
    <xs:documentation>The abstractSurface element is the abstract head of the substitution group for all (continuous) surface elements.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:abstractObject
Namespace http://www.opengis.net/gml/3.2
Annotations
This element has no type defined, and is therefore implicitly (according to the rules of W3C XML Schema) an XML Schema anyType. It is used as the head of an XML Schema substitution group which unifies complex content and certain simple content elements used for datatypes in GML, including the gml:AbstractGML substitution group.
Diagram
Diagram edxl-have-v2.0-wd.tmp#abstractCurveSegment edxl-have-v2.0-wd.tmp#abstractGML edxl-have-v2.0-wd.tmp#abstractRing edxl-have-v2.0-wd.tmp#envelope
Properties
abstract true
Substitution Group
Source
<xs:element name="abstractObject" abstract="true">
  <xs:annotation>
    <xs:documentation>This element has no type defined, and is therefore implicitly (according to the rules of W3C XML Schema) an XML Schema anyType. It is used as the head of an XML Schema substitution group which unifies complex content and certain simple content elements used for datatypes in GML, including the gml:AbstractGML substitution group.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:abstractGML
Namespace http://www.opengis.net/gml/3.2
Annotations
The abstract element gml:AbstractGML is “any GML object having identity”.   It acts as the head of an XML Schema substitution group, which may include any element which is a GML feature, or other object, with identity.  This is used as a variable in content models in GML core and application schemas.  It is effectively an abstract superclass for all GML objects.
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#abstractGeometry edxl-have-v2.0-wd.tmp#abstractObject
Type gml:AbstractGMLType
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Attributes
QName Type Use Annotation
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:element name="abstractGML" type="gml:AbstractGMLType" abstract="true" substitutionGroup="gml:abstractObject">
  <xs:annotation>
    <xs:documentation>The abstract element gml:AbstractGML is “any GML object having identity”. It acts as the head of an XML Schema substitution group, which may include any element which is a GML feature, or other object, with identity. This is used as a variable in content models in GML core and application schemas. It is effectively an abstract superclass for all GML objects.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:name
Namespace http://www.opengis.net/gml/3.2
Annotations
The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model.  The authority for a name is indicated by the value of its (optional) codeSpace attribute.  The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace.  In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace.
Diagram
Diagram edxl-have-v2.0-wd.tmp#CodeType_CodeSpace edxl-have-v2.0-wd.tmp#CodeType
Type gml:CodeType
Properties
content complex
Attributes
QName Type Use
CodeSpace xs:anyURI optional
Source
<xs:element name="name" type="gml:CodeType">
  <xs:annotation>
    <xs:documentation>The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:identifier
Namespace http://www.opengis.net/gml/3.2
Annotations
Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers.
Diagram
Diagram edxl-have-v2.0-wd.tmp#CodeType_CodeSpace edxl-have-v2.0-wd.tmp#CodeType edxl-have-v2.0-wd.tmp#CodeWithAuthorityType_CodeSpace edxl-have-v2.0-wd.tmp#CodeWithAuthorityType
Type gml:CodeWithAuthorityType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
CodeSpace xs:anyURI required
Source
<xs:element name="identifier" type="gml:CodeWithAuthorityType">
  <xs:annotation>
    <xs:documentation>Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:measure
Namespace http://www.opengis.net/gml/3.2
Annotations
The value of a physical quantity, together with its unit.
Diagram
Diagram edxl-have-v2.0-wd.tmp#MeasureType_Uom edxl-have-v2.0-wd.tmp#MeasureType
Type gml:MeasureType
Properties
content complex
Attributes
QName Type Use
Uom gml:UomIdentifierType required
Source
<xs:element name="measure" type="gml:MeasureType">
  <xs:annotation>
    <xs:documentation>The value of a physical quantity, together with its unit.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:abstractCurveSegment
Namespace http://www.opengis.net/gml/3.2
Annotations
A curve segment defines a homogeneous segment of a curve.
The attributes numDerivativesAtStart, numDerivativesAtEnd and numDerivativesInterior specify the type of continuity as specified in ISO 19107:2003, 6.4.9.3.
The AbstractCurveSegment element is the abstract head of the substituition group for all curve segment elements, i.e. continuous segments of the same interpolation mechanism.
All curve segments shall have an attribute interpolation with type gml:CurveInterpolationType specifying the curve interpolation mechanism used for this segment. This mechanism uses the control points and control parameters to determine the position of this curve segment.
Diagram
Diagram edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativesAtStart edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativesAtEnd edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativeInterior edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType edxl-have-v2.0-wd.tmp#arcByCenterPoint edxl-have-v2.0-wd.tmp#abstractObject
Type gml:AbstractCurveSegmentType
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Attributes
QName Type Default Use
NumDerivativeInterior xs:integer 0 optional
NumDerivativesAtEnd xs:integer 0 optional
NumDerivativesAtStart xs:integer 0 optional
Source
<xs:element name="abstractCurveSegment" type="gml:AbstractCurveSegmentType" abstract="true" substitutionGroup="gml:abstractObject">
  <xs:annotation>
    <xs:documentation>A curve segment defines a homogeneous segment of a curve. The attributes numDerivativesAtStart, numDerivativesAtEnd and numDerivativesInterior specify the type of continuity as specified in ISO 19107:2003, 6.4.9.3. The AbstractCurveSegment element is the abstract head of the substituition group for all curve segment elements, i.e. continuous segments of the same interpolation mechanism. All curve segments shall have an attribute interpolation with type gml:CurveInterpolationType specifying the curve interpolation mechanism used for this segment. This mechanism uses the control points and control parameters to determine the position of this curve segment.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:arcByCenterPoint
Namespace http://www.opengis.net/gml/3.2
Annotations
This variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly. The single control point is the center point of the arc plus the radius and the bearing at start and end. This representation can be used only in 2D.
The element radius specifies the radius of the arc.
The element startAngle specifies the bearing of the arc at the start.
The element endAngle specifies the bearing of the arc at the end.
The interpolation is fixed as "circularArcCenterPointWithRadius".
Since this type describes always a single arc, the attribute “numArc” is fixed to "1".
The content model follows the general pattern for the encoding of curve segments.
Diagram
Diagram edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativesAtStart edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativesAtEnd edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativeInterior edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType edxl-have-v2.0-wd.tmp#ArcByCenterPointType_Interpolation edxl-have-v2.0-wd.tmp#ArcByCenterPointType_NumArc edxl-have-v2.0-wd.tmp#pos edxl-have-v2.0-wd.tmp#ArcByCenterPointType_radius edxl-have-v2.0-wd.tmp#ArcByCenterPointType edxl-have-v2.0-wd.tmp#circleByCenterPoint edxl-have-v2.0-wd.tmp#abstractCurveSegment
Type gml:ArcByCenterPointType
Type hierarchy
Properties
content complex
Substitution Group
Substitution Group Affiliation
Model
Children gml:pos, gml:radius
Instance
<gml:arcByCenterPoint Interpolation="CircularArcCenterPointWithRadius" NumArc="1" NumDerivativeInterior="0" NumDerivativesAtEnd="0" NumDerivativesAtStart="0" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:pos AxisLabels="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:pos>
  <gml:radius Uom="">{1,1}</gml:radius>
</gml:arcByCenterPoint>
Attributes
QName Type Fixed Default Use
Interpolation gml:CurveInterpolationType CircularArcCenterPointWithRadius optional
NumArc xs:integer 1 required
NumDerivativeInterior xs:integer 0 optional
NumDerivativesAtEnd xs:integer 0 optional
NumDerivativesAtStart xs:integer 0 optional
Source
<xs:element name="arcByCenterPoint" type="gml:ArcByCenterPointType" substitutionGroup="gml:abstractCurveSegment">
  <xs:annotation>
    <xs:documentation>This variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly. The single control point is the center point of the arc plus the radius and the bearing at start and end. This representation can be used only in 2D. The element radius specifies the radius of the arc. The element startAngle specifies the bearing of the arc at the start. The element endAngle specifies the bearing of the arc at the end. The interpolation is fixed as "circularArcCenterPointWithRadius". Since this type describes always a single arc, the attribute “numArc” is fixed to "1". The content model follows the general pattern for the encoding of curve segments.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:abstractGeometry
Namespace http://www.opengis.net/gml/3.2
Annotations
The AbstractGeometry element is the abstract head of the substitution group for all geometry elements of GML. This includes pre-defined and user-defined geometry elements. Any geometry element shall be a direct or indirect extension/restriction of AbstractGeometryType and shall be directly or indirectly in the substitution group of AbstractGeometry.
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#AbstractGeometryType edxl-have-v2.0-wd.tmp#abstractGeometricPrimitive edxl-have-v2.0-wd.tmp#abstractGML
Type gml:AbstractGeometryType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Attributes
QName Type Use Annotation
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:element name="abstractGeometry" type="gml:AbstractGeometryType" abstract="true" substitutionGroup="gml:abstractGML">
  <xs:annotation>
    <xs:documentation>The AbstractGeometry element is the abstract head of the substitution group for all geometry elements of GML. This includes pre-defined and user-defined geometry elements. Any geometry element shall be a direct or indirect extension/restriction of AbstractGeometryType and shall be directly or indirectly in the substitution group of AbstractGeometry.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:abstractGeometricPrimitive
Namespace http://www.opengis.net/gml/3.2
Annotations
The AbstractGeometricPrimitive element is the abstract head of the substitution group for all (pre- and user-defined) geometric primitives.
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#AbstractGeometryType edxl-have-v2.0-wd.tmp#AbstractGeometricPrimitiveType edxl-have-v2.0-wd.tmp#abstractCurve edxl-have-v2.0-wd.tmp#abstractSurface edxl-have-v2.0-wd.tmp#point edxl-have-v2.0-wd.tmp#abstractGeometry
Type gml:AbstractGeometricPrimitiveType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Attributes
QName Type Use Annotation
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:element name="abstractGeometricPrimitive" type="gml:AbstractGeometricPrimitiveType" abstract="true" substitutionGroup="gml:abstractGeometry">
  <xs:annotation>
    <xs:documentation>The AbstractGeometricPrimitive element is the abstract head of the substitution group for all (pre- and user-defined) geometric primitives.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:abstractCurve
Namespace http://www.opengis.net/gml/3.2
Annotations
The AbstractCurve element is the abstract head of the substitution group for all (continuous) curve elements.
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#AbstractGeometryType edxl-have-v2.0-wd.tmp#AbstractGeometricPrimitiveType edxl-have-v2.0-wd.tmp#AbstractCurveType edxl-have-v2.0-wd.tmp#lineString edxl-have-v2.0-wd.tmp#abstractGeometricPrimitive
Type gml:AbstractCurveType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Attributes
QName Type Use Annotation
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:element name="abstractCurve" type="gml:AbstractCurveType" abstract="true" substitutionGroup="gml:abstractGeometricPrimitive">
  <xs:annotation>
    <xs:documentation>The AbstractCurve element is the abstract head of the substitution group for all (continuous) curve elements.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element gml:linearRing
Namespace http://www.opengis.net/gml/3.2
Annotations
A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four.
Diagram
Diagram edxl-have-v2.0-wd.tmp#AbstractRingType edxl-have-v2.0-wd.tmp#pos edxl-have-v2.0-wd.tmp#LinearRingType edxl-have-v2.0-wd.tmp#abstractRing
Type gml:LinearRingType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children gml:pos
Instance
<gml:linearRing xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:pos AxisLabels="" SrsDimension="" SrsName="" UomLabels="">{4,unbounded}</gml:pos>
</gml:linearRing>
Source
<xs:element name="linearRing" type="gml:LinearRingType" substitutionGroup="gml:abstractRing">
  <xs:annotation>
    <xs:documentation>A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element xlink:title
Namespace http://www.w3.org/1999/xlink
Diagram
Type xlink:titleEltType
Properties
Used by
Model
Attributes
Source
[ top ]
Element xlink:resource
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#resourceAttrs edxl-have-v2.0-wd.tmp#resourceModel edxl-have-v2.0-wd.tmp#resourceType
Type xlink:resourceType
Properties
content complex
abstract true
mixed true
Used by
Element Group xlink:extendedModel
Model
ANY element from ANY namespace
Attributes
QName Type Fixed Use
xlink:label xlink:labelType optional
xlink:role xlink:roleType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType resource required
Source
<xs:element name="resource" type="xlink:resourceType" abstract="true"/>
[ top ]
Element xlink:locator
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#locatorAttrs edxl-have-v2.0-wd.tmp#http___www.w3.org_1999_xlink_title edxl-have-v2.0-wd.tmp#locatorModel edxl-have-v2.0-wd.tmp#locatorType
Type xlink:locatorType
Properties
content complex
abstract true
Used by
Element Group xlink:extendedModel
Model
Children xlink:title
Instance
<xlink:locator xlink:href="" xlink:label="" xlink:role="" xlink:title="" xlink:type="locator" xmlns:xlink="http://www.w3.org/1999/xlink">
  <xlink:title xml:lang="" xlink:type="title">{0,unbounded}</xlink:title>
</xlink:locator>
Attributes
Source
<xs:element name="locator" type="xlink:locatorType" abstract="true"/>
[ top ]
Element xlink:arc
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#arcAttrs edxl-have-v2.0-wd.tmp#http___www.w3.org_1999_xlink_title edxl-have-v2.0-wd.tmp#arcModel edxl-have-v2.0-wd.tmp#arcType
Type xlink:arcType
Properties
content complex
abstract true
Used by
Element Group xlink:extendedModel
Model
Children xlink:title
Instance
<xlink:arc xlink:actuate="" xlink:arcrole="" xlink:from="" xlink:show="" xlink:title="" xlink:to="" xlink:type="arc" xmlns:xlink="http://www.w3.org/1999/xlink">
  <xlink:title xml:lang="" xlink:type="title">{0,unbounded}</xlink:title>
</xlink:arc>
Attributes
Source
<xs:element name="arc" type="xlink:arcType" abstract="true"/>
[ top ]
Element ct:METARType / ct:stationID
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
Facets
pattern [A-Z]{4}
Source
<xs:element name="stationID" minOccurs="1">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="[A-Z]{4}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ct:METARType / ct:observationTime
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#EDXLDateTimeType
Type ct:EDXLDateTimeType
Properties
content simple
minOccurs 1
Facets
pattern \d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d[-,+]\d\d:\d\d
Source
<xs:element name="observationTime" type="ct:EDXLDateTimeType" minOccurs="1"/>
[ top ]
Element ct:METARType / ct:tempC
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#DegreesCType
Type ct:DegreesCType
Properties
content simple
minOccurs 0
Facets
maxInclusive 70.0
minInclusive -100.0
Source
<xs:element name="tempC" type="ct:DegreesCType" minOccurs="0"/>
[ top ]
Element ct:METARType / ct:dewpointC
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#DegreesCType
Type ct:DegreesCType
Properties
content simple
minOccurs 0
Facets
maxInclusive 70.0
minInclusive -100.0
Source
<xs:element name="dewpointC" type="ct:DegreesCType" minOccurs="0"/>
[ top ]
Element ct:METARType / ct:windDirDegrees
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#DegreesCircleType
Type ct:DegreesCircleType
Properties
content simple
minOccurs 0
Facets
maxInclusive 360.0
minInclusive 0.0
Source
<xs:element name="windDirDegrees" type="ct:DegreesCircleType" minOccurs="0"/>
[ top ]
Element ct:METARType / ct:windSpeedkt
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:int
Properties
content simple
minOccurs 0
Facets
maxInclusive 300
minInclusive 0
Source
<xs:element name="windSpeedkt" minOccurs="0">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="300"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ct:METARType / ct:windGustkt
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:int
Properties
content simple
minOccurs 0
Facets
maxInclusive 300
minInclusive 0
Source
<xs:element name="windGustkt" minOccurs="0">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="300"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ct:METARType / ct:visibilityStatuteMI
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:float
Properties
content simple
minOccurs 0
Facets
maxInclusive 10.0
minInclusive 0.0
Source
<xs:element name="visibilityStatuteMI" minOccurs="0">
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:minInclusive value="0.0"/>
      <xs:maxInclusive value="10.0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ct:METARType / ct:altimeterHP
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:int
Properties
content simple
minOccurs 0
Facets
maxInclusive 1200
minInclusive 800
Source
<xs:element name="altimeterHP" minOccurs="0">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="800"/>
      <xs:maxInclusive value="1200"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ct:METARType / ct:seaLevelPressuremb
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:int
Properties
content simple
minOccurs 0
Facets
maxInclusive 1200
minInclusive 800
Source
<xs:element name="seaLevelPressuremb" minOccurs="0">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="800"/>
      <xs:maxInclusive value="1200"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ct:METARType / ct:weatherPhenomenaReport
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#METARType_METARType_weatherPhenomenaReport_qualifier edxl-have-v2.0-wd.tmp#METARType_METARType_weatherPhenomenaReport_descriptor edxl-have-v2.0-wd.tmp#METARType_METARType_weatherPhenomenaReport_precipitation edxl-have-v2.0-wd.tmp#METARType_METARType_weatherPhenomenaReport_obscuration edxl-have-v2.0-wd.tmp#METARType_METARType_weatherPhenomenaReport_additional
Properties
content complex
minOccurs 0
Model
Children ct:additional, ct:descriptor, ct:obscuration, ct:precipitation, ct:qualifier
Instance
<ct:weatherPhenomenaReport xmlns:ct="urn:oasis:names:tc:emergency:edxl:ct:1.0">
  <ct:qualifier>{0,1}</ct:qualifier>
  <ct:descriptor>{0,1}</ct:descriptor>
  <ct:precipitation>{0,1}</ct:precipitation>
  <ct:obscuration>{0,1}</ct:obscuration>
  <ct:additional>{0,1}</ct:additional>
</ct:weatherPhenomenaReport>
Source
<xs:element name="weatherPhenomenaReport" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="qualifier" type="ct:WeatherQualifierType" minOccurs="0"/>
      <xs:element name="descriptor" type="ct:WeatherDescriptorType" minOccurs="0"/>
      <xs:element name="precipitation" type="ct:WeatherPrecipitationType" minOccurs="0"/>
      <xs:element name="obscuration" type="ct:WeatherObscurationType" minOccurs="0"/>
      <xs:element name="additional" type="ct:WeatherAddlPhenomType" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ct:METARType / ct:weatherPhenomenaReport / ct:qualifier
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#WeatherQualifierType
Type ct:WeatherQualifierType
Properties
content simple
minOccurs 0
Facets
enumeration Light
enumeration Moderate
enumeration Heavy
Source
<xs:element name="qualifier" type="ct:WeatherQualifierType" minOccurs="0"/>
[ top ]
Element ct:METARType / ct:weatherPhenomenaReport / ct:descriptor
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#WeatherDescriptorType
Type ct:WeatherDescriptorType
Properties
content simple
minOccurs 0
Facets
enumeration Shallow
enumeration Blowing
enumeration Patches
enumeration Showers
enumeration Partial
enumeration Drifting
enumeration Thunderstorm
enumeration Freezing
Source
<xs:element name="descriptor" type="ct:WeatherDescriptorType" minOccurs="0"/>
[ top ]
Element ct:METARType / ct:weatherPhenomenaReport / ct:precipitation
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#WeatherPrecipitationType
Type ct:WeatherPrecipitationType
Properties
content simple
minOccurs 0
Facets
enumeration Drizzle
enumeration Ice Crystals
enumeration Unknown
enumeration Rain
enumeration Ice Pellets
enumeration Snow
enumeration Hail
enumeration Snow Grains
enumeration Snow Hail
Source
<xs:element name="precipitation" type="ct:WeatherPrecipitationType" minOccurs="0"/>
[ top ]
Element ct:METARType / ct:weatherPhenomenaReport / ct:obscuration
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#WeatherObscurationType
Type ct:WeatherObscurationType
Properties
content simple
minOccurs 0
Facets
enumeration Mist
enumeration Sand
enumeration Smoke
enumeration Haze
enumeration Volcanic Ash
enumeration Spray
enumeration Widespread Dust
enumeration Other
Source
<xs:element name="obscuration" type="ct:WeatherObscurationType" minOccurs="0"/>
[ top ]
Element ct:METARType / ct:weatherPhenomenaReport / ct:additional
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#WeatherAddlPhenomType
Type ct:WeatherAddlPhenomType
Properties
content simple
minOccurs 0
Facets
enumeration Squall
enumeration Funnel Cloud
enumeration Sandstorm
enumeration Tornado
enumeration Waterspout
enumeration Duststorm
enumeration Dust Whirls
Source
<xs:element name="additional" type="ct:WeatherAddlPhenomType" minOccurs="0"/>
[ top ]
Element ct:METARType / ct:skyCondition
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#SkyConditionType
Type ct:SkyConditionType
Properties
content simple
minOccurs 0
Facets
enumeration Sky Clear
enumeration Few
enumeration Scattered
enumeration Broken
enumeration Overcast
Source
<xs:element name="skyCondition" type="ct:SkyConditionType" minOccurs="0"/>
[ top ]
Element ct:METARType / ct:precip1HrIn
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:float
Properties
content simple
minOccurs 0
Facets
pattern [0-9][0-9].[0-9][0-9]
Source
<xs:element name="precip1HrIn" minOccurs="0">
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:pattern value="[0-9][0-9].[0-9][0-9]"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ct:METARType / ct:precip3HrIn
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:float
Properties
content simple
minOccurs 0
Facets
pattern [0-9][0-9].[0-9][0-9]
Source
<xs:element name="precip3HrIn" minOccurs="0">
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:pattern value="[0-9][0-9].[0-9][0-9]"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ct:METARType / ct:precip6HrIn
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:float
Properties
content simple
minOccurs 0
Facets
pattern [0-9][0-9].[0-9][0-9]
Source
<xs:element name="precip6HrIn" minOccurs="0">
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:pattern value="[0-9][0-9].[0-9][0-9]"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ct:METARType / ct:precip24HrIn
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:float
Properties
content simple
minOccurs 0
Facets
pattern [0-9][0-9].[0-9][0-9]
Source
<xs:element name="precip24HrIn" minOccurs="0">
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:pattern value="[0-9][0-9].[0-9][0-9]"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ct:weatherInfo
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#WeatherInfoType_METARString edxl-have-v2.0-wd.tmp#WeatherInfoType_METARReadings edxl-have-v2.0-wd.tmp#WeatherInfoType_weatherRemarks edxl-have-v2.0-wd.tmp#WeatherInfoType_weatherConcerns edxl-have-v2.0-wd.tmp#WeatherInfoType
Type ct:WeatherInfoType
Properties
content complex
Model
Children ct:METARReadings, ct:METARString, ct:weatherConcerns, ct:weatherRemarks
Instance
<ct:weatherInfo xmlns:ct="urn:oasis:names:tc:emergency:edxl:ct:1.0">
  <ct:METARString>{0,1}</ct:METARString>
  <ct:METARReadings>{0,1}</ct:METARReadings>
  <ct:weatherRemarks>{0,1}</ct:weatherRemarks>
  <ct:weatherConcerns>{0,1}</ct:weatherConcerns>
</ct:weatherInfo>
Source
<xs:element name="weatherInfo" type="ct:WeatherInfoType"/>
[ top ]
Element ct:WeatherInfoType / ct:METARString
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="METARString" type="xs:string" minOccurs="0" maxOccurs="1"/>
[ top ]
Element ct:WeatherInfoType / ct:METARReadings
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#METARType_stationID edxl-have-v2.0-wd.tmp#METARType_observationTime edxl-have-v2.0-wd.tmp#METARType_tempC edxl-have-v2.0-wd.tmp#METARType_dewpointC edxl-have-v2.0-wd.tmp#METARType_windDirDegrees edxl-have-v2.0-wd.tmp#METARType_windSpeedkt edxl-have-v2.0-wd.tmp#METARType_windGustkt edxl-have-v2.0-wd.tmp#METARType_visibilityStatuteMI edxl-have-v2.0-wd.tmp#METARType_altimeterHP edxl-have-v2.0-wd.tmp#METARType_seaLevelPressuremb edxl-have-v2.0-wd.tmp#METARType_weatherPhenomenaReport edxl-have-v2.0-wd.tmp#METARType_skyCondition edxl-have-v2.0-wd.tmp#METARType_precip1HrIn edxl-have-v2.0-wd.tmp#METARType_precip3HrIn edxl-have-v2.0-wd.tmp#METARType_precip6HrIn edxl-have-v2.0-wd.tmp#METARType_precip24HrIn edxl-have-v2.0-wd.tmp#METARType
Type ct:METARType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children ct:altimeterHP, ct:dewpointC, ct:observationTime, ct:precip1HrIn, ct:precip24HrIn, ct:precip3HrIn, ct:precip6HrIn, ct:seaLevelPressuremb, ct:skyCondition, ct:stationID, ct:tempC, ct:visibilityStatuteMI, ct:weatherPhenomenaReport, ct:windDirDegrees, ct:windGustkt, ct:windSpeedkt
Instance
<ct:METARReadings xmlns:ct="urn:oasis:names:tc:emergency:edxl:ct:1.0">
  <ct:stationID>{1,1}</ct:stationID>
  <ct:observationTime>{1,1}</ct:observationTime>
  <ct:tempC>{0,1}</ct:tempC>
  <ct:dewpointC>{0,1}</ct:dewpointC>
  <ct:windDirDegrees>{0,1}</ct:windDirDegrees>
  <ct:windSpeedkt>{0,1}</ct:windSpeedkt>
  <ct:windGustkt>{0,1}</ct:windGustkt>
  <ct:visibilityStatuteMI>{0,1}</ct:visibilityStatuteMI>
  <ct:altimeterHP>{0,1}</ct:altimeterHP>
  <ct:seaLevelPressuremb>{0,1}</ct:seaLevelPressuremb>
  <ct:weatherPhenomenaReport>{0,1}</ct:weatherPhenomenaReport>
  <ct:skyCondition>{0,1}</ct:skyCondition>
  <ct:precip1HrIn>{0,1}</ct:precip1HrIn>
  <ct:precip3HrIn>{0,1}</ct:precip3HrIn>
  <ct:precip6HrIn>{0,1}</ct:precip6HrIn>
  <ct:precip24HrIn>{0,1}</ct:precip24HrIn>
</ct:METARReadings>
Source
<xs:element name="METARReadings" type="ct:METARType" minOccurs="0" maxOccurs="1"/>
[ top ]
Element ct:WeatherInfoType / ct:weatherRemarks
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="weatherRemarks" type="xs:string" minOccurs="0" maxOccurs="1"/>
[ top ]
Element ct:WeatherInfoType / ct:weatherConcerns
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="weatherConcerns" type="xs:string" minOccurs="0" maxOccurs="1"/>
[ top ]
Element ct:ValueKeyStringPairType / ct:valueKeyURI
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#valueListURI edxl-have-v2.0-wd.tmp#value edxl-have-v2.0-wd.tmp#ValueKeyType
Type ct:ValueKeyType
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children ct:value, ct:valueListURI
Instance
<ct:valueKeyURI xmlns:ct="urn:oasis:names:tc:emergency:edxl:ct:1.0">
  <ct:valueListURI>{1,1}</ct:valueListURI>
  <ct:value>{1,1}</ct:value>
</ct:valueKeyURI>
Source
<xs:element name="valueKeyURI" type="ct:ValueKeyType" minOccurs="1" maxOccurs="1"/>
[ top ]
Element ct:ValueKeyStringPairType / ct:pairValue
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="pairValue" type="xs:string" minOccurs="1" maxOccurs="1"/>
[ top ]
Element ct:ValueKeyIntPairType / ct:valueKeyURI
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#valueListURI edxl-have-v2.0-wd.tmp#value edxl-have-v2.0-wd.tmp#ValueKeyType
Type ct:ValueKeyType
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children ct:value, ct:valueListURI
Instance
<ct:valueKeyURI xmlns:ct="urn:oasis:names:tc:emergency:edxl:ct:1.0">
  <ct:valueListURI>{1,1}</ct:valueListURI>
  <ct:value>{1,1}</ct:value>
</ct:valueKeyURI>
Source
<xs:element name="valueKeyURI" type="ct:ValueKeyType" minOccurs="1" maxOccurs="1"/>
[ top ]
Element ct:ValueKeyIntPairType / ct:pairValue
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="pairValue" type="xs:int" minOccurs="1" maxOccurs="1"/>
[ top ]
Element ct:PersonTimePairType / ct:personDetails
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#PersonName edxl-have-v2.0-wd.tmp#Addresses edxl-have-v2.0-wd.tmp#ContactNumbers edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers edxl-have-v2.0-wd.tmp#Identifiers edxl-have-v2.0-wd.tmp#urn_oasis_names_tc_emergency_edxl_ciq_1.0_xpil_PersonDetailsType edxl-have-v2.0-wd.tmp#PersonDetailsType
Type ct:PersonDetailsType
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children Addresses, ContactNumbers, ElectronicAddressIdentifiers, Identifiers, PersonName
Instance
<ct:personDetails xmlns:ct="urn:oasis:names:tc:emergency:edxl:ct:1.0" xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl" xmlns:xpil="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil">
  <PersonName>{1,unbounded}</PersonName>
  <xpil:Addresses>{0,1}</xpil:Addresses>
  <xpil:ContactNumbers>{0,1}</xpil:ContactNumbers>
  <xpil:ElectronicAddressIdentifiers>{0,1}</xpil:ElectronicAddressIdentifiers>
  <xpil:Identifiers>{0,1}</xpil:Identifiers>
</ct:personDetails>
Source
<xs:element name="personDetails" type="ct:PersonDetailsType" minOccurs="1" maxOccurs="1"/>
[ top ]
Element PersonName
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Person Name
Diagram
Diagram edxl-have-v2.0-wd.tmp#PersonNameType_NameElement edxl-have-v2.0-wd.tmp#PersonNameType
Type PersonNameType
Properties
content complex
Used by
Model
Children NameElement
Instance
<PersonName xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl">
  <NameElement ElementType="">{0,unbounded}</NameElement>
</PersonName>
Source
<xs:element name="PersonName" type="PersonNameType">
  <xs:annotation>
    <xs:documentation>Person Name</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element PersonNameType / NameElement
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Name or part of a name.
Diagram
Diagram edxl-have-v2.0-wd.tmp#String edxl-have-v2.0-wd.tmp#PersonNameType_PersonNameType_NameElement_ElementType
Type extension of String
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use Annotation
ElementType PersonNameElementList optional
Clarifies the meaning of the element.Could be first
name, middle name, etc. that is defined in the List
list. Omit this attribute if the type of the name
element is not known.
Source
<xs:element name="NameElement" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Name or part of a name.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ct:String">
        <xs:attribute name="ElementType" type="PersonNameElementList">
          <xs:annotation>
            <xs:documentation>Clarifies the meaning of the element.Could be first name, middle name, etc. that is defined in the List list. Omit this attribute if the type of the name element is not known.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element Identifiers
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
A container for a list of Identifiers to recognise the party such as
customer identifer, social security number, tax number, etc.
Diagram
Diagram edxl-have-v2.0-wd.tmp#Identifiers_Identifier
Properties
content complex
Used by
Model
Children Identifier
Instance
<Identifiers xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil">
  <Identifier Type="">{1,unbounded}</Identifier>
</Identifiers>
Source
<xs:element name="Identifiers">
  <xs:annotation>
    <xs:documentation>A container for a list of Identifiers to recognise the party such as customer identifer, social security number, tax number, etc.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Identifier" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Identifier to recognise the party such as customer identifer, social security number, National ID Card, tax number, buiness number, company number, company registration, etc</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="IdentifierElement" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Information about the identifer</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="ct:String">
                    <xs:attribute name="Type" type="PartyIdentifierElementList"/>
                  </xs:extension>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
            <xs:element name="IssuerName" type="n:OrganisationNameType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Reference to a Party element that describes the issuing organisation</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="Type" type="PartyIdentifierTypeList">
            <xs:annotation>
              <xs:documentation>Type of identifier. e.g. Tax Number</xs:documentation>
            </xs:annotation>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element Identifiers / Identifier
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Identifier to recognise the party such as customer identifer, social
security number, National ID Card, tax number, buiness number, company
number, company registration, etc
Diagram
Diagram edxl-have-v2.0-wd.tmp#Identifiers_Identifiers_Identifier_Type edxl-have-v2.0-wd.tmp#Identifiers_Identifiers_Identifier_IdentifierElement edxl-have-v2.0-wd.tmp#Identifiers_Identifiers_Identifier_IssuerName
Properties
content complex
maxOccurs unbounded
Model
Children IdentifierElement, IssuerName
Instance
<Identifier Type="" xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil">
  <IdentifierElement Type="">{0,unbounded}</IdentifierElement>
  <IssuerName OrganisationID="" OrganisationIDType="">{0,1}</IssuerName>
</Identifier>
Attributes
QName Type Use Annotation
Type PartyIdentifierTypeList optional
Type of identifier. e.g. Tax Number
Source
<xs:element name="Identifier" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Identifier to recognise the party such as customer identifer, social security number, National ID Card, tax number, buiness number, company number, company registration, etc</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="IdentifierElement" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Information about the identifer</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="ct:String">
              <xs:attribute name="Type" type="PartyIdentifierElementList"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="IssuerName" type="n:OrganisationNameType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Reference to a Party element that describes the issuing organisation</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="Type" type="PartyIdentifierTypeList">
      <xs:annotation>
        <xs:documentation>Type of identifier. e.g. Tax Number</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element Identifiers / Identifier / IdentifierElement
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Information about the identifer
Diagram
Diagram edxl-have-v2.0-wd.tmp#String edxl-have-v2.0-wd.tmp#Identifiers_Identifiers_Identifier_Identifiers_Identifiers_Identifier_IdentifierElement_Type
Type extension of String
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
Type PartyIdentifierElementList optional
Source
<xs:element name="IdentifierElement" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Information about the identifer</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ct:String">
        <xs:attribute name="Type" type="PartyIdentifierElementList"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element Identifiers / Identifier / IssuerName
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Reference to a Party element that describes the issuing organisation
Diagram
Diagram edxl-have-v2.0-wd.tmp#OrganisationNameType_OrganisationID edxl-have-v2.0-wd.tmp#OrganisationNameType_OrganisationIDType edxl-have-v2.0-wd.tmp#OrganisationNameType_NameElement edxl-have-v2.0-wd.tmp#OrganisationNameType_SubDivisionName edxl-have-v2.0-wd.tmp#OrganisationNameType
Type OrganisationNameType
Properties
content complex
minOccurs 0
Model
Children NameElement, SubDivisionName
Instance
<IssuerName OrganisationID="" OrganisationIDType="" xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil" xmlns:n="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl">
  <n:NameElement>{0,unbounded}</n:NameElement>
  <n:SubDivisionName>{0,unbounded}</n:SubDivisionName>
</IssuerName>
Attributes
QName Type Use Annotation
OrganisationID String optional
A unique identifier of an organisation
OrganisationIDType OrganisationIDTypeList optional
Type of identifier
Source
<xs:element name="IssuerName" type="n:OrganisationNameType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Reference to a Party element that describes the issuing organisation</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ct:PersonTimePairType / ct:timeValue
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#EDXLDateTimeType
Type ct:EDXLDateTimeType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern \d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d[-,+]\d\d:\d\d
Source
<xs:element name="timeValue" type="ct:EDXLDateTimeType" minOccurs="1" maxOccurs="1"/>
[ top ]
Element ct:EDXLGeoPoliticalLocationType / ct:address
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#AddressType_FreeTextAddress edxl-have-v2.0-wd.tmp#AddressType_Country edxl-have-v2.0-wd.tmp#AddressType_AdministrativeArea edxl-have-v2.0-wd.tmp#AddressType_Locality edxl-have-v2.0-wd.tmp#AddressType_Thoroughfare edxl-have-v2.0-wd.tmp#AddressType_PostCode edxl-have-v2.0-wd.tmp#AddressType
Type AddressType
Properties
content complex
Model
Children AdministrativeArea, Country, FreeTextAddress, Locality, PostCode, Thoroughfare
Instance
<ct:address xmlns:ct="urn:oasis:names:tc:emergency:edxl:ct:1.0" xmlns:xal="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal">
  <xal:FreeTextAddress>{0,1}</xal:FreeTextAddress>
  <xal:Country>{0,1}</xal:Country>
  <xal:AdministrativeArea>{0,1}</xal:AdministrativeArea>
  <xal:Locality>{0,1}</xal:Locality>
  <xal:Thoroughfare Type="">{0,1}</xal:Thoroughfare>
  <xal:PostCode>{0,1}</xal:PostCode>
</ct:address>
Source
<xs:element name="address" type="xal:AddressType"/>
[ top ]
Element ct:EDXLGeoPoliticalLocationType / ct:geoCode
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#valueListURI edxl-have-v2.0-wd.tmp#value edxl-have-v2.0-wd.tmp#ValueListType
Type ct:ValueListType
Properties
content complex
Model
Children ct:value, ct:valueListURI
Instance
<ct:geoCode xmlns:ct="urn:oasis:names:tc:emergency:edxl:ct:1.0">
  <ct:valueListURI>{1,1}</ct:valueListURI>
  <ct:value>{1,unbounded}</ct:value>
</ct:geoCode>
Source
<xs:element name="geoCode" type="ct:ValueListType"/>
[ top ]
Element ct:EDXLLocationType / ct:EDXLGeoLocation
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#point edxl-have-v2.0-wd.tmp#circleByCenterPoint edxl-have-v2.0-wd.tmp#polygon edxl-have-v2.0-wd.tmp#envelope edxl-have-v2.0-wd.tmp#lineString edxl-have-v2.0-wd.tmp#EDXLGeoLocationType
Type edxl-gsf:EDXLGeoLocationType
Properties
content complex
Model
Children gml:circleByCenterPoint, gml:envelope, gml:lineString, gml:point, gml:polygon
Instance
<ct:EDXLGeoLocation xmlns:ct="urn:oasis:names:tc:emergency:edxl:ct:1.0" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:point AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:point>
  <gml:circleByCenterPoint Interpolation="CircularArcCenterPointWithRadius" NumArc="1" NumDerivativeInterior="0" NumDerivativesAtEnd="0" NumDerivativesAtStart="0">{1,1}</gml:circleByCenterPoint>
  <gml:polygon AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:polygon>
  <gml:envelope AxisLabels="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:envelope>
  <gml:lineString AxisLabels="" gml:Id="" SrsDimension="" SrsName="" UomLabels="">{1,1}</gml:lineString>
</ct:EDXLGeoLocation>
Source
<xs:element name="EDXLGeoLocation" type="edxl-gsf:EDXLGeoLocationType"/>
[ top ]
Element ct:EDXLLocationType / ct:EDXLGeoPoliticalLocation
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#EDXLGeoPoliticalLocationType_address edxl-have-v2.0-wd.tmp#EDXLGeoPoliticalLocationType_geoCode edxl-have-v2.0-wd.tmp#EDXLGeoPoliticalLocationType
Type ct:EDXLGeoPoliticalLocationType
Properties
content complex
Model
Children ct:address, ct:geoCode
Instance
<ct:EDXLGeoPoliticalLocation xmlns:ct="urn:oasis:names:tc:emergency:edxl:ct:1.0">
  <ct:address>{1,1}</ct:address>
  <ct:geoCode>{1,1}</ct:geoCode>
</ct:EDXLGeoPoliticalLocation>
Source
<xs:element name="EDXLGeoPoliticalLocation" type="ct:EDXLGeoPoliticalLocationType"/>
[ top ]
Element Party
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
A container for defining the unique characteristics of a party,
which can be a person or organisation
Diagram
Diagram edxl-have-v2.0-wd.tmp#PartyType_PartyName edxl-have-v2.0-wd.tmp#Addresses edxl-have-v2.0-wd.tmp#ContactNumbers edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers edxl-have-v2.0-wd.tmp#Identifiers edxl-have-v2.0-wd.tmp#OrganisationInfo edxl-have-v2.0-wd.tmp#PartyType
Type PartyType
Properties
content complex
Model
Children Addresses, ContactNumbers, ElectronicAddressIdentifiers, Identifiers, OrganisationInfo, PartyName
Instance
<Party xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil">
  <PartyName PartyNameID="" PartyNameIDType="">{0,1}</PartyName>
  <Addresses>{0,1}</Addresses>
  <ContactNumbers>{0,1}</ContactNumbers>
  <ElectronicAddressIdentifiers>{0,1}</ElectronicAddressIdentifiers>
  <Identifiers>{0,1}</Identifiers>
  <OrganisationInfo CategoryType="" DataQualityType="" IndustryCode="" IndustryCodeType="" IndustryType="" Nature="" NumberOfEmployees="" OperatingHourEndTime="" OperatingHourStartTime="" Status="" Type="" ValidFrom="" ValidTo="">{0,1}</OrganisationInfo>
</Party>
Source
<xs:element name="Party" type="PartyType">
  <xs:annotation>
    <xs:documentation>A container for defining the unique characteristics of a party, which can be a person or organisation</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element PartyType / PartyName
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Diagram
Diagram edxl-have-v2.0-wd.tmp#PartyNameType_PartyNameID edxl-have-v2.0-wd.tmp#PartyNameType_PartyNameIDType edxl-have-v2.0-wd.tmp#NameLine edxl-have-v2.0-wd.tmp#PartyNameType_PersonName edxl-have-v2.0-wd.tmp#PartyNameType_OrganisationName edxl-have-v2.0-wd.tmp#PartyNameType
Type PartyNameType
Properties
content complex
minOccurs 0
Model
Children NameLine, OrganisationName, PersonName
Instance
<PartyName PartyNameID="" PartyNameIDType="" xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil" xmlns:n="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl">
  <n:NameLine>{0,unbounded}</n:NameLine>
  <n:PersonName>{0,unbounded}</n:PersonName>
  <n:OrganisationName OrganisationID="" OrganisationIDType="">{0,unbounded}</n:OrganisationName>
</PartyName>
Attributes
QName Type Use Annotation
PartyNameID String optional
A unique identifier of a party
PartyNameIDType PartyNameIDTypeList optional
Type of Party Name ID
Source
<xs:element name="PartyName" type="n:PartyNameType" minOccurs="0"/>
[ top ]
Element NameLine
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Define name as a free format text. Use this when the type of the
entity (person or organisation) is unknown, or is not broken down
into individual elements (e.g. unstructured, unparsed) or is beyond
the provided types. The name represented may be formatted in the
right order or may not be as it is not parsed/broken into atomic fields
Diagram
Diagram edxl-have-v2.0-wd.tmp#String
Type extension of String
Type hierarchy
Properties
content complex
Used by
Complex Type PartyNameType
Source
<xs:element name="NameLine">
  <xs:annotation>
    <xs:documentation>Define name as a free format text. Use this when the type of the entity (person or organisation) is unknown, or is not broken down into individual elements (e.g. unstructured, unparsed) or is beyond the provided types. The name represented may be formatted in the right order or may not be as it is not parsed/broken into atomic fields</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ct:String"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element PartyNameType / PersonName
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Container for person name details. Same person with many types
(e.g. alias, pet name, nick name)  of names can be used by this container.
Diagram
Diagram edxl-have-v2.0-wd.tmp#PersonNameType_NameElement edxl-have-v2.0-wd.tmp#PersonNameType
Type extension of PersonNameType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children NameElement
Instance
<PersonName xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl">
  <NameElement ElementType="">{0,unbounded}</NameElement>
</PersonName>
Source
<xs:element name="PersonName" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Container for person name details. Same person with many types (e.g. alias, pet name, nick name) of names can be used by this container.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="PersonNameType"/>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element PartyNameType / OrganisationName
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A container for organisation name details. Same organisaion
with many types of names can be used by this container
Diagram
Diagram edxl-have-v2.0-wd.tmp#OrganisationNameType_OrganisationID edxl-have-v2.0-wd.tmp#OrganisationNameType_OrganisationIDType edxl-have-v2.0-wd.tmp#OrganisationNameType_NameElement edxl-have-v2.0-wd.tmp#OrganisationNameType_SubDivisionName edxl-have-v2.0-wd.tmp#OrganisationNameType
Type extension of OrganisationNameType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children NameElement, SubDivisionName
Instance
<OrganisationName OrganisationID="" OrganisationIDType="" xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl">
  <NameElement>{0,unbounded}</NameElement>
  <SubDivisionName>{0,unbounded}</SubDivisionName>
</OrganisationName>
Attributes
QName Type Use Annotation
OrganisationID String optional
A unique identifier of an organisation
OrganisationIDType OrganisationIDTypeList optional
Type of identifier
Source
<xs:element name="OrganisationName" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A container for organisation name details. Same organisaion with many types of names can be used by this container</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="OrganisationNameType"/>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element PersonDetails
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
A container for defining the unique characteristics of a person only
Diagram
Diagram edxl-have-v2.0-wd.tmp#PersonName edxl-have-v2.0-wd.tmp#Addresses edxl-have-v2.0-wd.tmp#ContactNumbers edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers edxl-have-v2.0-wd.tmp#Identifiers edxl-have-v2.0-wd.tmp#urn_oasis_names_tc_emergency_edxl_ciq_1.0_xpil_PersonDetailsType
Type extension of PersonDetailsType
Type hierarchy
Properties
content complex
Model
Children Addresses, ContactNumbers, ElectronicAddressIdentifiers, Identifiers, PersonName
Instance
<PersonDetails xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil" xmlns:n="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl">
  <n:PersonName>{1,unbounded}</n:PersonName>
  <Addresses>{0,1}</Addresses>
  <ContactNumbers>{0,1}</ContactNumbers>
  <ElectronicAddressIdentifiers>{0,1}</ElectronicAddressIdentifiers>
  <Identifiers>{0,1}</Identifiers>
</PersonDetails>
Source
<xs:element name="PersonDetails">
  <xs:annotation>
    <xs:documentation>A container for defining the unique characteristics of a person only</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="PersonDetailsType"/>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element OrganisationDetails
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
A container for defining the unique characteristics of an organisation only
Diagram
Diagram edxl-have-v2.0-wd.tmp#OrganisationName edxl-have-v2.0-wd.tmp#Addresses edxl-have-v2.0-wd.tmp#ContactNumbers edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers edxl-have-v2.0-wd.tmp#OrganisationInfo edxl-have-v2.0-wd.tmp#OrganisationDetailsType
Type OrganisationDetailsType
Properties
content complex
Model
Children Addresses, ContactNumbers, ElectronicAddressIdentifiers, OrganisationInfo, OrganisationName
Instance
<OrganisationDetails xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil" xmlns:n="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl">
  <n:OrganisationName OrganisationID="" OrganisationIDType="">{1,unbounded}</n:OrganisationName>
  <Addresses>{0,1}</Addresses>
  <ContactNumbers>{0,1}</ContactNumbers>
  <ElectronicAddressIdentifiers>{0,1}</ElectronicAddressIdentifiers>
  <OrganisationInfo CategoryType="" DataQualityType="" IndustryCode="" IndustryCodeType="" IndustryType="" Nature="" NumberOfEmployees="" OperatingHourEndTime="" OperatingHourStartTime="" Status="" Type="" ValidFrom="" ValidTo="">{0,1}</OrganisationInfo>
</OrganisationDetails>
Source
<xs:element name="OrganisationDetails" type="OrganisationDetailsType">
  <xs:annotation>
    <xs:documentation>A container for defining the unique characteristics of an organisation only</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element PartyName
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Container for defining a name of a Person, an Organisation or
combination of the above as a joint name.
Diagram
Diagram edxl-have-v2.0-wd.tmp#PartyNameType_PartyNameID edxl-have-v2.0-wd.tmp#PartyNameType_PartyNameIDType edxl-have-v2.0-wd.tmp#NameLine edxl-have-v2.0-wd.tmp#PartyNameType_PersonName edxl-have-v2.0-wd.tmp#PartyNameType_OrganisationName edxl-have-v2.0-wd.tmp#PartyNameType
Type PartyNameType
Properties
content complex
Model
Children NameLine, OrganisationName, PersonName
Instance
<PartyName PartyNameID="" PartyNameIDType="" xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl">
  <NameLine>{0,unbounded}</NameLine>
  <PersonName>{0,unbounded}</PersonName>
  <OrganisationName OrganisationID="" OrganisationIDType="">{0,unbounded}</OrganisationName>
</PartyName>
Attributes
QName Type Use Annotation
PartyNameID String optional
A unique identifier of a party
PartyNameIDType PartyNameIDTypeList optional
Type of Party Name ID
Source
<xs:element name="PartyName" type="PartyNameType">
  <xs:annotation>
    <xs:documentation>Container for defining a name of a Person, an Organisation or combination of the above as a joint name.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element Address
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Top level element for address with geocode details
Diagram
Diagram edxl-have-v2.0-wd.tmp#AddressType_FreeTextAddress edxl-have-v2.0-wd.tmp#AddressType_Country edxl-have-v2.0-wd.tmp#AddressType_AdministrativeArea edxl-have-v2.0-wd.tmp#AddressType_Locality edxl-have-v2.0-wd.tmp#AddressType_Thoroughfare edxl-have-v2.0-wd.tmp#AddressType_PostCode edxl-have-v2.0-wd.tmp#AddressType
Type AddressType
Properties
content complex
Model
Children AdministrativeArea, Country, FreeTextAddress, Locality, PostCode, Thoroughfare
Instance
<Address xmlns="urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal">
  <FreeTextAddress>{0,1}</FreeTextAddress>
  <Country>{0,1}</Country>
  <AdministrativeArea>{0,1}</AdministrativeArea>
  <Locality>{0,1}</Locality>
  <Thoroughfare Type="">{0,1}</Thoroughfare>
  <PostCode>{0,1}</PostCode>
</Address>
Source
<xs:element name="Address" type="AddressType">
  <xs:annotation>
    <xs:documentation>Top level element for address with geocode details</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Complex Type OrganizationInformationType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The container element for organization information elements.
Diagram
Diagram edxl-have-v2.0-wd.tmp#OrganisationName edxl-have-v2.0-wd.tmp#Addresses edxl-have-v2.0-wd.tmp#ContactNumbers edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers edxl-have-v2.0-wd.tmp#OrganisationInfo edxl-have-v2.0-wd.tmp#OrganisationDetailsType
Type extension of OrganisationDetailsType
Type hierarchy
Used by
Model
Children Addresses, ContactNumbers, ElectronicAddressIdentifiers, OrganisationInfo, OrganisationName
Source
<xs:complexType name="OrganizationInformationType">
  <xs:annotation>
    <xs:documentation>The container element for organization information elements.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="xpil:OrganisationDetailsType"/>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type OrganisationDetailsType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
A container for defining the unique characteristics of an organisation only
Diagram
Diagram edxl-have-v2.0-wd.tmp#OrganisationName edxl-have-v2.0-wd.tmp#Addresses edxl-have-v2.0-wd.tmp#ContactNumbers edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers edxl-have-v2.0-wd.tmp#OrganisationInfo
Used by
Model
Children Addresses, ContactNumbers, ElectronicAddressIdentifiers, OrganisationInfo, OrganisationName
Source
<xs:complexType name="OrganisationDetailsType">
  <xs:annotation>
    <xs:documentation>A container for defining the unique characteristics of an organisation only</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="n:OrganisationName" maxOccurs="unbounded"/>
    <xs:element ref="Addresses" minOccurs="0"/>
    <xs:element ref="ContactNumbers" minOccurs="0"/>
    <xs:element ref="ElectronicAddressIdentifiers" minOccurs="0"/>
    <xs:element ref="OrganisationInfo" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container for other person specific details that are not covered in this schema elements that are common to a party</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type OrganisationNameType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Reusable complex type
Diagram
Diagram edxl-have-v2.0-wd.tmp#OrganisationNameType_OrganisationID edxl-have-v2.0-wd.tmp#OrganisationNameType_OrganisationIDType edxl-have-v2.0-wd.tmp#OrganisationNameType_NameElement edxl-have-v2.0-wd.tmp#OrganisationNameType_SubDivisionName
Used by
Model
Children NameElement, SubDivisionName
Attributes
QName Type Use Annotation
OrganisationID String optional
A unique identifier of an organisation
OrganisationIDType OrganisationIDTypeList optional
Type of identifier
Source
<xs:complexType name="OrganisationNameType">
  <xs:annotation>
    <xs:documentation>Reusable complex type</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="NameElement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Name of the organisation. E.g. ACME Inc.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="ct:String"/>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="SubDivisionName" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Name of a subdivision of an organisation (e.g. department)</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="ct:String"/>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="OrganisationID" type="ct:String">
    <xs:annotation>
      <xs:documentation>A unique identifier of an organisation</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="OrganisationIDType" type="OrganisationIDTypeList">
    <xs:annotation>
      <xs:documentation>Type of identifier</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
[ top ]
Simple Type String
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
Normalized and Collapsed String
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
whiteSpace collapse
Used by
Source
<xs:simpleType name="String">
  <xs:annotation>
    <xs:documentation>Normalized and Collapsed String</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:whiteSpace value="collapse"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type OrganisationIDTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A list of all types of organisation name IDs
Diagram
Diagram
Type xs:normalizedString
Used by
Source
<xs:simpleType name="OrganisationIDTypeList">
  <xs:annotation>
    <xs:documentation>A list of all types of organisation name IDs</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Complex Type AddressType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Complex type that defines the structure of an address with geocode details for reuse
Diagram
Diagram edxl-have-v2.0-wd.tmp#AddressType_FreeTextAddress edxl-have-v2.0-wd.tmp#AddressType_Country edxl-have-v2.0-wd.tmp#AddressType_AdministrativeArea edxl-have-v2.0-wd.tmp#AddressType_Locality edxl-have-v2.0-wd.tmp#AddressType_Thoroughfare edxl-have-v2.0-wd.tmp#AddressType_PostCode
Used by
Model
Children AdministrativeArea, Country, FreeTextAddress, Locality, PostCode, Thoroughfare
Source
<xs:complexType name="AddressType">
  <xs:annotation>
    <xs:documentation>Complex type that defines the structure of an address with geocode details for reuse</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="FreeTextAddress" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container for free text address elements where address elements are not parsed</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="AddressLine" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>Free format address representation. An address can have more than one line. The order of the AddressLine elements must be preserved.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="ct:String"/>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Country" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Country details</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="CountryType"/>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="AdministrativeArea" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Details of the top-level area division in the country, such as state, district, province, island, region, etc. Note that some countries do not have this</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="NameElement" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>Data associated with the Administrative Area. e.g. Full name of administrative area or part of it. eg. MI in USA, NSW in Australia, reference location to the administrative area</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="ct:String"/>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
          <xs:element name="SubAdministrativeArea" minOccurs="0">
            <xs:annotation>
              <xs:documentation>The next level down division of the area. E.g. state / county, province / reservation. Note that not all countries have a subadministrative area</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="NameElement" maxOccurs="unbounded">
                  <xs:annotation>
                    <xs:documentation>Data associated with the SubAdministrative Area. e.g. Full name of sub administrative area or part of it.</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:simpleContent>
                      <xs:extension base="ct:String"/>
                    </xs:simpleContent>
                  </xs:complexType>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Locality" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Details of Locality which is a named densiliy populated area (a place) such as town, village, suburb, etc. A locality composes of many individual addresses. Many localities exist in an administrative area or a sub adminisrative area. A locality can also have sub localities. For example, a municipality locality can have many villages associated with it which are sub localities. Example: Tamil Nadu State, Erode District, Bhavani Taluk, Paruvachi Village is a valid address in India. Tamil Nadu is the Administrative Area, Erode is the sub admin area, Bhavani is the locality, and Paruvachi is the sub locality</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="NameElement" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>Data associated with the locality. e.g. Full name of the locality or part of it, reference location to the locality</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="ct:String"/>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
          <xs:element name="SubLocality" minOccurs="0">
            <xs:annotation>
              <xs:documentation>A locality that is smaller and is contained within the boundaries of its parent locality. Note that not all localities have sub locality. For example, many areas within a locality where each area is a sub locality</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="NameElement" maxOccurs="unbounded">
                  <xs:annotation>
                    <xs:documentation>Data associated with the sub locality. e.g. Full name of the locality or part of it, reference location to the locality</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:simpleContent>
                      <xs:extension base="ct:String"/>
                    </xs:simpleContent>
                  </xs:complexType>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Thoroughfare" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Details of the Access route along which buildings/lot/land are located, such as street, road, channel, crescent, avenue, etc. This also includes canals/banks on which houses/boat houses are located where people live</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="ThoroughfareType"/>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="PostCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A container for a single free text or structured postcode. Note that not all countries have post codes</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>The postcode is formatted according to country-specific rules. Example: SW3 0A8-1A, 600074, 2067. This element can also be used to define the semantics of what each code in the post code means</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type CountryType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Complex type that defines the name of the country and is reused in other CIQ specs
Diagram
Diagram edxl-have-v2.0-wd.tmp#CountryType_NameElement
Used by
Model
Children NameElement
Source
<xs:complexType name="CountryType">
  <xs:annotation>
    <xs:documentation>Complex type that defines the name of the country and is reused in other CIQ specs</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="NameElement">
      <xs:annotation>
        <xs:documentation>Data associated with the name of the country in whatever form available, e.g. full, abbreviation, common use, code of the country, etc.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="ct:String"/>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type ThoroughfareType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Complex type for internal reuse
Diagram
Diagram edxl-have-v2.0-wd.tmp#ThoroughfareType_Type edxl-have-v2.0-wd.tmp#ThoroughfareType_NameElement edxl-have-v2.0-wd.tmp#ThoroughfareType_Number
Used by
Model
Children NameElement, Number
Attributes
QName Type Use Annotation
Type ThoroughfareTypeList optional
Type of thoroughfare. eg. primary road, secondary road, road branch (e.g. Lane 14),
road sub branch (e.g. Alley 21), adjourning street, cross street, closest street, etc
Source
<xs:complexType name="ThoroughfareType">
  <xs:annotation>
    <xs:documentation>Complex type for internal reuse</xs:documentation>
  </xs:annotation>
  <xs:choice maxOccurs="unbounded">
    <xs:element name="NameElement">
      <xs:annotation>
        <xs:documentation>Data associated with the thoroughfare details. e.g. Full thoroughfare name or part of it, type of thoroughfare, old name, new name, reference data in support of the thoroughfare</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="ct:String">
            <xs:attributeGroup ref="ct:grAbbreviation"/>
            <xs:attribute name="NameType" type="ThoroughfareNameTypeList">
              <xs:annotation>
                <xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="Number" type="IdentifierType">
      <xs:annotation>
        <xs:documentation>Data associated with the number of the thoroughfare. E.g. 39 in 39 Baker Street, street range, street suffix</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
  <xs:attribute name="Type" type="ThoroughfareTypeList">
    <xs:annotation>
      <xs:documentation>Type of thoroughfare. eg. primary road, secondary road, road branch (e.g. Lane 14), road sub branch (e.g. Alley 21), adjourning street, cross street, closest street, etc</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
[ top ]
Simple Type ThoroughfareNameTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of name element types for thoroughfare
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration NameOnly
Just the name part, such as Baker in Baker Street.
enumeration PreDirection
North Archer Street, where "North" is PreDirection
enumeration PostDirection
Archer Street North, where "North" is PostDirection
enumeration NameAndNumber
This value indicates that the element contains the street name and
street number. E.g. 39 Baker Street. Use this when you do not want
to break the thoroughfare into atomic types
enumeration NameAndType
Baker Street, where Baker is Name and Street is Type
enumeration NameNumberAndType
21 Archer Street (Full thoroughfare details)
enumeration Unstructured
Full details of a thorughfare in a single line (unstructured)
e.g. 39 Baker Street North
enumeration SubThoroughfareConnector
When more than one street name is required to identify the location
this type can be used to connect them with values such as CORNER OF or VIA.
enumeration ReferenceLocation
Free text description of some other location and how this thoroughfare
relates to it, e.g. 300m from water station, new the police station, etc.
enumeration Type
Additional description like intersection, cross streets, etc
Used by
Source
<xs:simpleType name="ThoroughfareNameTypeList">
  <xs:annotation>
    <xs:documentation>A list of name element types for thoroughfare</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="NameOnly">
      <xs:annotation>
        <xs:documentation>Just the name part, such as Baker in Baker Street.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PreDirection">
      <xs:annotation>
        <xs:documentation>North Archer Street, where "North" is PreDirection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PostDirection">
      <xs:annotation>
        <xs:documentation>Archer Street North, where "North" is PostDirection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NameAndNumber">
      <xs:annotation>
        <xs:documentation>This value indicates that the element contains the street name and street number. E.g. 39 Baker Street. Use this when you do not want to break the thoroughfare into atomic types</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NameAndType">
      <xs:annotation>
        <xs:documentation>Baker Street, where Baker is Name and Street is Type</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NameNumberAndType">
      <xs:annotation>
        <xs:documentation>21 Archer Street (Full thoroughfare details)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Unstructured">
      <xs:annotation>
        <xs:documentation>Full details of a thorughfare in a single line (unstructured) e.g. 39 Baker Street North</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="SubThoroughfareConnector">
      <xs:annotation>
        <xs:documentation>When more than one street name is required to identify the location this type can be used to connect them with values such as CORNER OF or VIA.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ReferenceLocation">
      <xs:annotation>
        <xs:documentation>Free text description of some other location and how this thoroughfare relates to it, e.g. 300m from water station, new the police station, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Type">
      <xs:annotation>
        <xs:documentation>Additional description like intersection, cross streets, etc</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type IdentifierType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Complex type for internal reuse
Diagram
Diagram edxl-have-v2.0-wd.tmp#String edxl-have-v2.0-wd.tmp#IdentifierType_Type edxl-have-v2.0-wd.tmp#grAbbreviation
Type extension of String
Type hierarchy
Used by
Attributes
QName Type Use Annotation
Abbreviation xs:boolean optional
If set to true then indicates that the value is an abbreviation or initial.
If set to false then the value is definitely not an abbreviation. If omitted
then it is not known if the value is an abbreviation or not.
Type IdentifierElementTypeList optional
Indicates which part of number or identifier this element contains.
Some "numbers" are as simple as 42 and some "numbers" are more like
complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g.
M2H 2S5. It may be necessary to separate the "number" into sub-elements
and indicate what type of information each of them contains.
Source
<xs:complexType name="IdentifierType">
  <xs:annotation>
    <xs:documentation>Complex type for internal reuse</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="ct:String">
      <xs:attribute name="Type" type="IdentifierElementTypeList">
        <xs:annotation>
          <xs:documentation>Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attributeGroup ref="ct:grAbbreviation"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Simple Type IdentifierElementTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of name types for commonly used Number type
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Name
Applicable to mail box office names such as PO BOX, GPO BOX, MAIL BAG NO., etc.
enumeration RangeFrom
Indicates that the element contains the lower value of a range, e.g. 25 in 25-37
enumeration Range
Indicates that the value is a range, e.g. 25-37
enumeration RangeTo
Indicates that the element contains the top value of a range, e.g. 25 in 25-37
enumeration Prefix
Indicates that the element contains some value that is important, but not exactly
the number itself. E.g. PoBox can be a prefix in PoBox 2020, street no. A-15,
where A is the prefix and 15 is the number
enumeration Suffix
Indicates that the element contains some value that is important, but not
exactly the number itself. E.g. 'bis' in '45 bis'
enumeration Number
Indicates that the value is number, e.g. 2020 in PoBox 2020. The actual
value can be alpha-numeric.
enumeration Separator
Indicates that the value is a separator that is expected to be preserved.
Examples are / - #, as in 15-A where "-" is the separator
enumeration Extension
Indicates that the value is an extension number of some identifier,
e.g. 01 in Private Bag 2330-01, where the main number of the private
bag is 2330, 12345-1223 in post code where 1223 is the extension
Used by
Source
<xs:simpleType name="IdentifierElementTypeList">
  <xs:annotation>
    <xs:documentation>A list of name types for commonly used Number type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Name">
      <xs:annotation>
        <xs:documentation>Applicable to mail box office names such as PO BOX, GPO BOX, MAIL BAG NO., etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="RangeFrom">
      <xs:annotation>
        <xs:documentation>Indicates that the element contains the lower value of a range, e.g. 25 in 25-37</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Range">
      <xs:annotation>
        <xs:documentation>Indicates that the value is a range, e.g. 25-37</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="RangeTo">
      <xs:annotation>
        <xs:documentation>Indicates that the element contains the top value of a range, e.g. 25 in 25-37</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Prefix">
      <xs:annotation>
        <xs:documentation>Indicates that the element contains some value that is important, but not exactly the number itself. E.g. PoBox can be a prefix in PoBox 2020, street no. A-15, where A is the prefix and 15 is the number</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Suffix">
      <xs:annotation>
        <xs:documentation>Indicates that the element contains some value that is important, but not exactly the number itself. E.g. 'bis' in '45 bis'</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Number">
      <xs:annotation>
        <xs:documentation>Indicates that the value is number, e.g. 2020 in PoBox 2020. The actual value can be alpha-numeric.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Separator">
      <xs:annotation>
        <xs:documentation>Indicates that the value is a separator that is expected to be preserved. Examples are / - #, as in 15-A where "-" is the separator</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Extension">
      <xs:annotation>
        <xs:documentation>Indicates that the value is an extension number of some identifier, e.g. 01 in Private Bag 2330-01, where the main number of the private bag is 2330, 12345-1223 in post code where 1223 is the extension</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ThoroughfareTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of types for thoroughfare (e.g. STREET, ROAD, CRT)
Diagram
Diagram
Type xs:normalizedString
Used by
Source
<xs:simpleType name="ThoroughfareTypeList">
  <xs:annotation>
    <xs:documentation>A list of types for thoroughfare (e.g. STREET, ROAD, CRT)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type ContactNumberElementList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of information types used for phone number details
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration CountryCode
Code to dial to a country. E.g. 1 for US, 44 for UK
enumeration AreaCode
Code to dial an area within a country. For example:
"02" for Sydney, "03" for Melbourne
enumeration LocalNumber
Local number as would be used by others within the same dialing area.
enumeration Extension
An extension to the number that is usually handled by some PABX
enumeration Pin
E.g. special access code
enumeration Separator
Any text that is not part of the phone number, but has some
informational content, e.g. Ext.
enumeration NationalNumber
Area code with local number if one line. May include national access numbers.
enumeration InternationalNumber
Full international number in one line. May include international access numbers.
Used by
Source
<xs:simpleType name="ContactNumberElementList">
  <xs:annotation>
    <xs:documentation>List of information types used for phone number details</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="CountryCode">
      <xs:annotation>
        <xs:documentation>Code to dial to a country. E.g. 1 for US, 44 for UK</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AreaCode">
      <xs:annotation>
        <xs:documentation>Code to dial an area within a country. For example: "02" for Sydney, "03" for Melbourne</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="LocalNumber">
      <xs:annotation>
        <xs:documentation>Local number as would be used by others within the same dialing area.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Extension">
      <xs:annotation>
        <xs:documentation>An extension to the number that is usually handled by some PABX</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Pin">
      <xs:annotation>
        <xs:documentation>E.g. special access code</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Separator">
      <xs:annotation>
        <xs:documentation>Any text that is not part of the phone number, but has some informational content, e.g. Ext.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NationalNumber">
      <xs:annotation>
        <xs:documentation>Area code with local number if one line. May include national access numbers.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="InternationalNumber">
      <xs:annotation>
        <xs:documentation>Full international number in one line. May include international access numbers.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type CommunicationMediaTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of communication media types used for contact purposes
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Cellphone
enumeration Fax
enumeration Pager
enumeration Telephone
enumeration VOIP
Used by
Source
<xs:simpleType name="CommunicationMediaTypeList">
  <xs:annotation>
    <xs:documentation>List of communication media types used for contact purposes</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Cellphone"/>
    <xs:enumeration value="Fax"/>
    <xs:enumeration value="Pager"/>
    <xs:enumeration value="Telephone"/>
    <xs:enumeration value="VOIP"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ContactNumberUsageList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of types of uses of contact number
Diagram
Diagram
Type xs:normalizedString
Used by
Source
<xs:simpleType name="ContactNumberUsageList">
  <xs:annotation>
    <xs:documentation>List of types of uses of contact number</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type ElectronicAddressIdentifierTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of electronic address identifiers
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration AIM
enumeration EMAIL
enumeration GOOGLE
enumeration GIZMO
enumeration ICQ
enumeration JABBER
enumeration MSN
enumeration SIP
enumeration SKYPE
enumeration URL
enumeration XRI
enumeration YAHOO
Used by
Source
<xs:simpleType name="ElectronicAddressIdentifierTypeList">
  <xs:annotation>
    <xs:documentation>List of electronic address identifiers</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="AIM"/>
    <xs:enumeration value="EMAIL"/>
    <xs:enumeration value="GOOGLE"/>
    <xs:enumeration value="GIZMO"/>
    <xs:enumeration value="ICQ"/>
    <xs:enumeration value="JABBER"/>
    <xs:enumeration value="MSN"/>
    <xs:enumeration value="SIP"/>
    <xs:enumeration value="SKYPE"/>
    <xs:enumeration value="URL"/>
    <xs:enumeration value="XRI"/>
    <xs:enumeration value="YAHOO"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ElectronicAddressIdentifierUsageList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of types of use of electronic address identifiers
Diagram
Diagram
Type xs:normalizedString
Used by
Source
<xs:simpleType name="ElectronicAddressIdentifierUsageList">
  <xs:annotation>
    <xs:documentation>List of types of use of electronic address identifiers</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type OrganisationInfoTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of type of organisation
Diagram
Diagram
Type xs:normalizedString
Used by
Source
<xs:simpleType name="OrganisationInfoTypeList">
  <xs:annotation>
    <xs:documentation>List of type of organisation</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type OrganisationCategoryTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of category the organisation belongs to
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Vendor
enumeration GovernmentAgency
enumeration University
enumeration College
enumeration School
enumeration Club
enumeration Association
enumeration Consortium
enumeration Company
Used by
Source
<xs:simpleType name="OrganisationCategoryTypeList">
  <xs:annotation>
    <xs:documentation>List of category the organisation belongs to</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Vendor"/>
    <xs:enumeration value="GovernmentAgency"/>
    <xs:enumeration value="University"/>
    <xs:enumeration value="College"/>
    <xs:enumeration value="School"/>
    <xs:enumeration value="Club"/>
    <xs:enumeration value="Association"/>
    <xs:enumeration value="Consortium"/>
    <xs:enumeration value="Company"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type StatusList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
A list of values to indicate the status of the entity
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="StatusList">
  <xs:annotation>
    <xs:documentation>A list of values to indicate the status of the entity</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
[ top ]
Simple Type OrganisationInfoNatureList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of organisation nature of business
Diagram
Diagram
Type xs:normalizedString
Used by
Source
<xs:simpleType name="OrganisationInfoNatureList">
  <xs:annotation>
    <xs:documentation>List of organisation nature of business</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type IndustryTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of industry type
Diagram
Diagram
Type xs:normalizedString
Used by
Source
<xs:simpleType name="IndustryTypeList">
  <xs:annotation>
    <xs:documentation>List of industry type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type IndustryCodeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List if industry code
Diagram
Diagram
Type xs:normalizedString
Used by
Source
<xs:simpleType name="IndustryCodeList">
  <xs:annotation>
    <xs:documentation>List if industry code</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type DataQualityTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
A list of values to indicate the level of reliability of the data
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Valid
The data was validated and is considered to be true and correct.
enumeration Invalid
Indicates that at least some part of the content is known to be incorrect.
Used by
Source
<xs:simpleType name="DataQualityTypeList">
  <xs:annotation>
    <xs:documentation>A list of values to indicate the level of reliability of the data</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Valid">
      <xs:annotation>
        <xs:documentation>The data was validated and is considered to be true and correct.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Invalid">
      <xs:annotation>
        <xs:documentation>Indicates that at least some part of the content is known to be incorrect.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type ct:TimePeriodType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#TimePeriodType_fromDateTime edxl-have-v2.0-wd.tmp#TimePeriodType_toDateTime
Used by
Model
Children ct:fromDateTime, ct:toDateTime
Source
<xs:complexType name="TimePeriodType">
  <xs:sequence>
    <xs:element name="fromDateTime" type="ct:EDXLDateTimeType" minOccurs="1" maxOccurs="1"/>
    <xs:element name="toDateTime" type="ct:EDXLDateTimeType" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type ct:EDXLDateTimeType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:dateTime
Facets
pattern \d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d[-,+]\d\d:\d\d
Used by
Source
<xs:simpleType name="EDXLDateTimeType">
  <xs:restriction base="xs:dateTime">
    <xs:pattern value="\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d[-,+]\d\d:\d\d"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type FacilityType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#FacilityType_ID edxl-have-v2.0-wd.tmp#FacilityType_parentID edxl-have-v2.0-wd.tmp#FacilityType_name edxl-have-v2.0-wd.tmp#FacilityType_kind edxl-have-v2.0-wd.tmp#FacilityType_reportingPeriod edxl-have-v2.0-wd.tmp#FacilityType_lastUpdate edxl-have-v2.0-wd.tmp#FacilityType_organizationInformation edxl-have-v2.0-wd.tmp#FacilityType_geoLocation edxl-have-v2.0-wd.tmp#FacilityType_status edxl-have-v2.0-wd.tmp#FacilityType_services edxl-have-v2.0-wd.tmp#FacilityType_futureServices edxl-have-v2.0-wd.tmp#FacilityType_activityInPeriod edxl-have-v2.0-wd.tmp#FacilityType_operations edxl-have-v2.0-wd.tmp#FacilityType_resourceInformation edxl-have-v2.0-wd.tmp#FacilityType_staffing edxl-have-v2.0-wd.tmp#FacilityType_emergencyDepartment edxl-have-v2.0-wd.tmp#FacilityType_traumaCenter edxl-have-v2.0-wd.tmp#FacilityType_comment
Used by
Element HAVE/facility
Model
Children activityInPeriod, comment, emergencyDepartment, futureServices, geoLocation, kind, lastUpdate, name, operations, organizationInformation, reportingPeriod, resourceInformation, services, staffing, status, traumaCenter
Attributes
QName Type Use Annotation
ID xs:ID required
A unique identifier for this Facility. This value should be unique globally, but MUST be unique from the sender perspective.
parentID xs:IDREF optional
Reference to the ID of the Facility that is the parent (owner, manager, responsible, etc.) of this Facility. This field is optional and used to provide a hierarchy for formal facility organizations.
Source
<xs:complexType name="FacilityType">
  <xs:sequence>
    <xs:element name="name" type="FreeTextType">
      <xs:annotation>
        <xs:documentation>Name of facility.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="kind" type="FacilityKindType">
      <xs:annotation>
        <xs:documentation>The kind of facility (e.g. Hospital, Long Term Care, Seniors Residence, Temporary Clinic).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="reportingPeriod" type="edxl-ct:TimePeriodType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The reporting period applicable for this Facility element and called the "current reporting period" typically a 24-hr period but the duration may change for operational reasons. If this value is not provided the HAVE message reporting period will be assumed.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="lastUpdate" type="edxl-ct:EDXLDateTimeType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The reporting period applicable for this HAVE report and called the "current reporting period" typically a 24-hr period but the duration may change for operational reasons. If blank the assumption is that the file is for "today" - local to the issuer.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="organizationInformation" type="xpil:OrganisationDetailsType">
      <xs:annotation>
        <xs:documentation>Administrative and Organizational information about the Facility.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="geoLocation" type="GeoLocationType">
      <xs:annotation>
        <xs:documentation>The single geometry that represents the Facility location. A WGS84 SRS element is mandatory and alternate SRS geometry elements can be provided. All geometry elements should be reflecting the same physical location.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="status" type="StatusType">
      <xs:annotation>
        <xs:documentation>The overall status of the Facility. This value is intended to provide a high-level summary status of the Facility. The particulars driving that Facility status should be provided where appropriate (Services, Operations, etc.). Comments (comment element) should be used to provide only the high-level summary.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="services" type="ServicesType">
      <xs:annotation>
        <xs:documentation>Container element of all the elements of service coverage. This includes both the necessary staff and facilities. Indicator of the availability of specialty service coverage.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="futureServices" type="FutureServicesType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Optional list of Service Capabilities in future for planned or potential ramping up (or down) of capabilities to accomodate surge needs or degraded capabilities. 0...n</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="activityInPeriod" type="ActivityInPeriodType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Provides a set of summaries of activity that has occured in the indicated reporting period. This item is intended to provide a very high-level summary of facility activity.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="operations" type="OperationsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Provides a taxonomy-based list of operations that describe the operations of the Facility.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="resourceInformation" type="ResourceInformationType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Information about non-staff resources (status, needs, availability for offer) for the facility.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="staffing" type="ResourceInformationType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Staffing provides an indication of the staffing status and any needs or offers of this facility.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="emergencyDepartment" type="EmergencyDepartmentType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Report on the emergency department status for the organization.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="traumaCenter" type="TraumaCenterType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Type of the trauma center for the organization.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="comment" type="FreeTextType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="ID" type="xs:ID" use="required">
    <xs:annotation>
      <xs:documentation>A unique identifier for this Facility. This value should be unique globally, but MUST be unique from the sender perspective.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="parentID" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation>Reference to the ID of the Facility that is the parent (owner, manager, responsible, etc.) of this Facility. This field is optional and used to provide a hierarchy for formal facility organizations.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
[ top ]
Complex Type FreeTextType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#FreeTextType_defaultText edxl-have-v2.0-wd.tmp#FreeTextType_alternateText
Used by
Model
Children alternateText, defaultText
Source
<xs:complexType name="FreeTextType">
  <xs:sequence>
    <xs:element name="defaultText" type="LimitedString">
      <xs:annotation>
        <xs:documentation>The text value that uses the message default language (defined at in the HAVE message defaultLanguage attribute).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="alternateText" type="AlternateTextType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Alternate language representation.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type LimitedString
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Text block for preserving whitespace but limiting length to 1024 characters.
Diagram
Diagram
Type restriction of xs:string
Facets
whiteSpace preserve
maxLength 1024
Used by
Source
<xs:simpleType name="LimitedString">
  <xs:annotation>
    <xs:documentation>Text block for preserving whitespace but limiting length to 1024 characters.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:whiteSpace value="preserve"/>
    <xs:maxLength value="1024"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type AlternateTextType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#LimitedString edxl-have-v2.0-wd.tmp#AlternateTextType_language
Type extension of LimitedString
Type hierarchy
Used by
Attributes
QName Type Use Annotation
language xs:string required
Language code for the text in this element. Code MUST comply with RFC3066.
Source
<xs:complexType name="AlternateTextType">
  <xs:simpleContent>
    <xs:extension base="LimitedString">
      <xs:attribute name="language" type="xs:string" use="required">
        <xs:annotation>
          <xs:documentation>Language code for the text in this element. Code MUST comply with RFC3066.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Simple Type FacilityKindType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#EDXLStringType
Type restriction of ct:EDXLStringType
Type hierarchy
Facets
minLength 1
maxLength 1023
enumeration hospital
enumeration longTermCare
enumeration urgentCareClinic
enumeration temporaryFacility
enumeration other
Used by
Source
<xs:simpleType name="FacilityKindType">
  <xs:restriction base="edxl-ct:EDXLStringType">
    <xs:enumeration value="hospital"/>
    <xs:enumeration value="longTermCare"/>
    <xs:enumeration value="urgentCareClinic"/>
    <xs:enumeration value="temporaryFacility"/>
    <xs:enumeration value="other"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ct:EDXLStringType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:token
Facets
minLength 1
maxLength 1023
Used by
Source
<xs:simpleType name="EDXLStringType">
  <xs:restriction base="xs:token">
    <xs:maxLength value="1023"/>
    <xs:minLength value="1"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type GeoLocationType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#GeoLocationType_wgs84Location edxl-have-v2.0-wd.tmp#GeoLocationType_geoLocationExtended
Used by
Model
Children geoLocationExtended, wgs84Location
Source
<xs:complexType name="GeoLocationType">
  <xs:sequence>
    <xs:element name="wgs84Location">
      <xs:annotation>
        <xs:documentation>The location of the facility in WGS84 coordinates. The values in this element must use the WGS84 (EPSG:4326) values. This element is mandatory to ensure compatibility globally. If alternate SRS are needed, use the geoLocationExtended elements to support 1 or more SRS that are needed in your community. FUTURE versions of HAVE may support additional or alternate globally supported SRS.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="edxl-gsf:EDXLGeoLocationType">
            <xs:attribute name="srsName" use="required" fixed="http://www.opengis.net/def/crs/EPSG/0/4326"/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="geoLocationExtended" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The location of the facility in non-WGS84 (EPSG:4326) coordinates. These alternate (and optional) coordinates are intended for the purposes of systems that require the sending system to provide specialize SRS coordinates.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="edxl-gsf:EDXLGeoLocationType">
            <xs:attribute name="srsName" use="required"/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type edxl-gsf:EDXLGeoLocationType
Namespace urn:oasis:names:tc:emergency:edxl:gsf:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#point edxl-have-v2.0-wd.tmp#circleByCenterPoint edxl-have-v2.0-wd.tmp#polygon edxl-have-v2.0-wd.tmp#envelope edxl-have-v2.0-wd.tmp#lineString
Used by
Model
Children gml:circleByCenterPoint, gml:envelope, gml:lineString, gml:point, gml:polygon
Source
<xs:complexType name="EDXLGeoLocationType">
  <xs:choice>
    <xs:element ref="gml:point" maxOccurs="1"/>
    <xs:element ref="gml:circleByCenterPoint" maxOccurs="1"/>
    <xs:element ref="gml:polygon" maxOccurs="1"/>
    <xs:element ref="gml:envelope" maxOccurs="1"/>
    <xs:element ref="gml:lineString" maxOccurs="1"/>
  </xs:choice>
</xs:complexType>
[ top ]
Complex Type gml:PointType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#AbstractGeometryType edxl-have-v2.0-wd.tmp#AbstractGeometricPrimitiveType edxl-have-v2.0-wd.tmp#pos
Type extension of gml:AbstractGeometricPrimitiveType
Type hierarchy
Used by
Element gml:point
Model
Children gml:pos
Attributes
QName Type Use Annotation
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:complexType name="PointType">
  <xs:complexContent>
    <xs:extension base="gml:AbstractGeometricPrimitiveType">
      <xs:sequence>
        <xs:element ref="gml:pos"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type gml:AbstractGeometricPrimitiveType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:AbstractGeometricPrimitiveType is the abstract root type of the geometric primitives. A geometric primitive is a geometric object that is not decomposed further into other primitives in the system. All primitives are oriented in the direction implied by the sequence of their coordinate tuples.
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#AbstractGeometryType
Type extension of gml:AbstractGeometryType
Type hierarchy
Properties
abstract true
Used by
Attributes
QName Type Use Annotation
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:complexType name="AbstractGeometricPrimitiveType" abstract="true">
  <xs:annotation>
    <xs:documentation>gml:AbstractGeometricPrimitiveType is the abstract root type of the geometric primitives. A geometric primitive is a geometric object that is not decomposed further into other primitives in the system. All primitives are oriented in the direction implied by the sequence of their coordinate tuples.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gml:AbstractGeometryType"/>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type gml:AbstractGeometryType
Namespace http://www.opengis.net/gml/3.2
Annotations
All geometry elements are derived directly or indirectly from this abstract supertype. A geometry element may have an identifying attribute (gml:id), one or more names (elements identifier and name) and a description (elements description and descriptionReference) . It may be associated with a spatial reference system (attribute group gml:SRSReferenceGroup).
The following rules shall be adhered to:
-	Every geometry type shall derive from this abstract type.
-	Every geometry element (i.e. an element of a geometry type) shall be directly or indirectly in the substitution group of AbstractGeometry.
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#SRSReferenceGroup
Type extension of gml:AbstractGMLType
Type hierarchy
Properties
abstract true
Used by
Attributes
QName Type Use Annotation
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:complexType name="AbstractGeometryType" abstract="true">
  <xs:annotation>
    <xs:documentation>All geometry elements are derived directly or indirectly from this abstract supertype. A geometry element may have an identifying attribute (gml:id), one or more names (elements identifier and name) and a description (elements description and descriptionReference) . It may be associated with a spatial reference system (attribute group gml:SRSReferenceGroup). The following rules shall be adhered to: - Every geometry type shall derive from this abstract type. - Every geometry element (i.e. an element of a geometry type) shall be directly or indirectly in the substitution group of AbstractGeometry.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gml:AbstractGMLType">
      <xs:attributeGroup ref="gml:SRSReferenceGroup"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type gml:AbstractGMLType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id
Properties
abstract true
Used by
Attributes
QName Type Use Annotation
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:complexType name="AbstractGMLType" abstract="true">
  <xs:attribute ref="gml:Id" use="required"/>
</xs:complexType>
[ top ]
Simple Type gml:NCNameListType
Namespace http://www.opengis.net/gml/3.2
Annotations
A type for a list of values of the respective simple type.
Diagram
Diagram
Type list of xs:NCName
Used by
Source
<xs:simpleType name="NCNameListType">
  <xs:annotation>
    <xs:documentation>A type for a list of values of the respective simple type.</xs:documentation>
  </xs:annotation>
  <xs:list itemType="xs:NCName"/>
</xs:simpleType>
[ top ]
Complex Type gml:DirectPositionType
Namespace http://www.opengis.net/gml/3.2
Annotations
Direct position instances hold the coordinates for a position within some coordinate reference system (CRS). Since direct positions, as data types, will often be included in larger objects (such as geometry elements) that have references to CRS, the srsName attribute will in general be missing, if this particular direct position is included in a larger element with such a reference to a CRS. In this case, the CRS is implicitly assumed to take on the value of the containing object's CRS.
if no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of, typically a geometric object like a point, curve, etc.
Diagram
Diagram edxl-have-v2.0-wd.tmp#doubleListType edxl-have-v2.0-wd.tmp#SRSReferenceGroup
Type extension of gml:doubleListType
Type hierarchy
Used by
Attributes
QName Type Use
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
Source
<xs:complexType name="DirectPositionType">
  <xs:annotation>
    <xs:documentation>Direct position instances hold the coordinates for a position within some coordinate reference system (CRS). Since direct positions, as data types, will often be included in larger objects (such as geometry elements) that have references to CRS, the srsName attribute will in general be missing, if this particular direct position is included in a larger element with such a reference to a CRS. In this case, the CRS is implicitly assumed to take on the value of the containing object's CRS. if no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of, typically a geometric object like a point, curve, etc.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="gml:doubleListType">
      <xs:attributeGroup ref="gml:SRSReferenceGroup"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Simple Type gml:doubleListType
Namespace http://www.opengis.net/gml/3.2
Annotations
A type for a list of values of the respective simple type.
Diagram
Diagram
Type list of xs:double
Used by
Source
<xs:simpleType name="doubleListType">
  <xs:annotation>
    <xs:documentation>A type for a list of values of the respective simple type.</xs:documentation>
  </xs:annotation>
  <xs:list itemType="xs:double"/>
</xs:simpleType>
[ top ]
Complex Type gml:CircleByCenterPointType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativesAtStart edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativesAtEnd edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativeInterior edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType edxl-have-v2.0-wd.tmp#ArcByCenterPointType_Interpolation edxl-have-v2.0-wd.tmp#ArcByCenterPointType_NumArc edxl-have-v2.0-wd.tmp#pos edxl-have-v2.0-wd.tmp#ArcByCenterPointType_radius edxl-have-v2.0-wd.tmp#ArcByCenterPointType edxl-have-v2.0-wd.tmp#pos edxl-have-v2.0-wd.tmp#CircleByCenterPointType_radius
Type restriction of gml:ArcByCenterPointType
Type hierarchy
Used by
Model
Children gml:pos, gml:radius
Attributes
QName Type Fixed Default Use
Interpolation gml:CurveInterpolationType CircularArcCenterPointWithRadius optional
NumArc xs:integer 1 required
NumDerivativeInterior xs:integer 0 optional
NumDerivativesAtEnd xs:integer 0 optional
NumDerivativesAtStart xs:integer 0 optional
Source
<xs:complexType name="CircleByCenterPointType">
  <xs:complexContent>
    <xs:restriction base="gml:ArcByCenterPointType">
      <xs:sequence>
        <xs:element ref="gml:pos"/>
        <xs:element name="radius" type="gml:LengthType"/>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type gml:ArcByCenterPointType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativesAtStart edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativesAtEnd edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativeInterior edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType edxl-have-v2.0-wd.tmp#ArcByCenterPointType_Interpolation edxl-have-v2.0-wd.tmp#ArcByCenterPointType_NumArc edxl-have-v2.0-wd.tmp#pos edxl-have-v2.0-wd.tmp#ArcByCenterPointType_radius
Type extension of gml:AbstractCurveSegmentType
Type hierarchy
Used by
Model
Children gml:pos, gml:radius
Attributes
QName Type Fixed Default Use
Interpolation gml:CurveInterpolationType CircularArcCenterPointWithRadius optional
NumArc xs:integer 1 required
NumDerivativeInterior xs:integer 0 optional
NumDerivativesAtEnd xs:integer 0 optional
NumDerivativesAtStart xs:integer 0 optional
Source
<xs:complexType name="ArcByCenterPointType">
  <xs:complexContent>
    <xs:extension base="gml:AbstractCurveSegmentType">
      <xs:sequence>
        <xs:element ref="gml:pos"/>
        <xs:element name="radius" type="gml:LengthType"/>
      </xs:sequence>
      <xs:attribute name="Interpolation" type="gml:CurveInterpolationType" fixed="CircularArcCenterPointWithRadius"/>
      <xs:attribute name="NumArc" type="xs:integer" use="required" fixed="1"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type gml:AbstractCurveSegmentType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativesAtStart edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativesAtEnd edxl-have-v2.0-wd.tmp#AbstractCurveSegmentType_NumDerivativeInterior
Properties
abstract true
Used by
Attributes
QName Type Default Use
NumDerivativeInterior xs:integer 0 optional
NumDerivativesAtEnd xs:integer 0 optional
NumDerivativesAtStart xs:integer 0 optional
Source
<xs:complexType name="AbstractCurveSegmentType" abstract="true">
  <xs:attribute name="NumDerivativesAtStart" type="xs:integer" default="0"/>
  <xs:attribute name="NumDerivativesAtEnd" type="xs:integer" default="0"/>
  <xs:attribute name="NumDerivativeInterior" type="xs:integer" default="0"/>
</xs:complexType>
[ top ]
Complex Type gml:LengthType
Namespace http://www.opengis.net/gml/3.2
Annotations
This is a prototypical definition for a specific measure type defined as a vacuous extension (i.e. aliases) of gml:MeasureType. In this case, the content model supports the description of a length (or distance) quantity, with its units. The unit of measure referenced by uom shall be suitable for a length, such as metres or feet.
Diagram
Diagram edxl-have-v2.0-wd.tmp#MeasureType_Uom edxl-have-v2.0-wd.tmp#MeasureType
Type extension of gml:MeasureType
Type hierarchy
Used by
Attributes
QName Type Use
Uom gml:UomIdentifierType required
Source
<xs:complexType name="LengthType">
  <xs:annotation>
    <xs:documentation>This is a prototypical definition for a specific measure type defined as a vacuous extension (i.e. aliases) of gml:MeasureType. In this case, the content model supports the description of a length (or distance) quantity, with its units. The unit of measure referenced by uom shall be suitable for a length, such as metres or feet.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gml:MeasureType"/>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type gml:MeasureType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:MeasureType supports recording an amount encoded as a value of XML Schema double, together with a units of measure indicated by an attribute uom, short for “units Of measure”. The value of the uom attribute identifies a reference system for the amount, usually a ratio or interval scale.
Diagram
Diagram edxl-have-v2.0-wd.tmp#MeasureType_Uom
Type extension of xs:double
Used by
Complex Type gml:LengthType
Element gml:measure
Attributes
QName Type Use
Uom gml:UomIdentifierType required
Source
<xs:complexType name="MeasureType">
  <xs:annotation>
    <xs:documentation>gml:MeasureType supports recording an amount encoded as a value of XML Schema double, together with a units of measure indicated by an attribute uom, short for “units Of measure”. The value of the uom attribute identifies a reference system for the amount, usually a ratio or interval scale.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:double">
      <xs:attribute name="Uom" type="gml:UomIdentifierType" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Simple Type gml:UomIdentifierType
Namespace http://www.opengis.net/gml/3.2
Annotations
The simple type gml:UomIdentifer defines the syntax and value space of the unit of measure identifier.
Diagram
Diagram edxl-have-v2.0-wd.tmp#UomSymbolType
Type union of(gml:UomSymbolType)
Used by
Source
<xs:simpleType name="UomIdentifierType">
  <xs:annotation>
    <xs:documentation>The simple type gml:UomIdentifer defines the syntax and value space of the unit of measure identifier.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="gml:UomSymbolType"/>
</xs:simpleType>
[ top ]
Simple Type gml:CurveInterpolationType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:CurveInterpolationType is a list of codes that may be used to identify the interpolation mechanisms specified by an application schema.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Linear
enumeration Geodesic
enumeration CircularArc3Points
enumeration CircularArc2PointWithBulge
enumeration CircularArcCenterPointWithRadius
enumeration Elliptical
enumeration Clothoid
enumeration Conic
enumeration PolynomialSpline
enumeration CubicSpline
enumeration RationalSpline
Used by
Source
<xs:simpleType name="CurveInterpolationType">
  <xs:annotation>
    <xs:documentation>gml:CurveInterpolationType is a list of codes that may be used to identify the interpolation mechanisms specified by an application schema.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Linear"/>
    <xs:enumeration value="Geodesic"/>
    <xs:enumeration value="CircularArc3Points"/>
    <xs:enumeration value="CircularArc2PointWithBulge"/>
    <xs:enumeration value="CircularArcCenterPointWithRadius"/>
    <xs:enumeration value="Elliptical"/>
    <xs:enumeration value="Clothoid"/>
    <xs:enumeration value="Conic"/>
    <xs:enumeration value="PolynomialSpline"/>
    <xs:enumeration value="CubicSpline"/>
    <xs:enumeration value="RationalSpline"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type gml:PolygonType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#AbstractGeometryType edxl-have-v2.0-wd.tmp#AbstractGeometricPrimitiveType edxl-have-v2.0-wd.tmp#AbstractSurfaceType edxl-have-v2.0-wd.tmp#exterior
Type extension of gml:AbstractSurfaceType
Type hierarchy
Used by
Element gml:polygon
Model
Children gml:exterior
Attributes
QName Type Use Annotation
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:complexType name="PolygonType">
  <xs:complexContent>
    <xs:extension base="gml:AbstractSurfaceType">
      <xs:sequence>
        <xs:element ref="gml:exterior" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type gml:AbstractSurfaceType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:AbstractSurfaceType is an abstraction of a surface to support the different levels of complexity. A surface is always a continuous region of a plane.
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#AbstractGeometryType edxl-have-v2.0-wd.tmp#AbstractGeometricPrimitiveType
Type extension of gml:AbstractGeometricPrimitiveType
Type hierarchy
Properties
abstract true
Used by
Complex Type gml:PolygonType
Element gml:abstractSurface
Attributes
QName Type Use Annotation
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:complexType name="AbstractSurfaceType" abstract="true">
  <xs:annotation>
    <xs:documentation>gml:AbstractSurfaceType is an abstraction of a surface to support the different levels of complexity. A surface is always a continuous region of a plane.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gml:AbstractGeometricPrimitiveType"/>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type gml:AbstractRingPropertyType
Namespace http://www.opengis.net/gml/3.2
Annotations
A property with the content model of gml:AbstractRingPropertyType encapsulates a ring to represent the surface boundary property of a surface.
Diagram
Diagram edxl-have-v2.0-wd.tmp#abstractRing
Used by
Element gml:exterior
Model
Children gml:abstractRing
Source
<xs:complexType name="AbstractRingPropertyType">
  <xs:annotation>
    <xs:documentation>A property with the content model of gml:AbstractRingPropertyType encapsulates a ring to represent the surface boundary property of a surface.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="gml:abstractRing"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type gml:AbstractRingType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Properties
abstract true
Used by
Element gml:abstractRing
Complex Type gml:LinearRingType
Source
<xs:complexType name="AbstractRingType" abstract="true"/>
[ top ]
Complex Type gml:EnvelopeType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#EnvelopeType_lowerCorner edxl-have-v2.0-wd.tmp#EnvelopeType_upperCorner
Used by
Element gml:envelope
Model
Children gml:lowerCorner, gml:upperCorner
Attributes
QName Type Use
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
Source
<xs:complexType name="EnvelopeType">
  <xs:sequence>
    <xs:element name="lowerCorner" type="gml:DirectPositionType"/>
    <xs:element name="upperCorner" type="gml:DirectPositionType"/>
  </xs:sequence>
  <xs:attributeGroup ref="gml:SRSReferenceGroup"/>
</xs:complexType>
[ top ]
Complex Type gml:LineStringType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#AbstractGeometryType edxl-have-v2.0-wd.tmp#AbstractGeometricPrimitiveType edxl-have-v2.0-wd.tmp#AbstractCurveType edxl-have-v2.0-wd.tmp#pos edxl-have-v2.0-wd.tmp#posList
Type extension of gml:AbstractCurveType
Type hierarchy
Used by
Element gml:lineString
Model
Children gml:pos, gml:posList
Attributes
QName Type Use Annotation
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:complexType name="LineStringType">
  <xs:complexContent>
    <xs:extension base="gml:AbstractCurveType">
      <xs:sequence>
        <xs:choice>
          <xs:element ref="gml:pos" minOccurs="2" maxOccurs="unbounded"/>
          <xs:element ref="gml:posList"/>
        </xs:choice>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type gml:AbstractCurveType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:AbstractCurveType is an abstraction of a curve to support the different levels of complexity. The curve may always be viewed as a geometric primitive, i.e. is continuous.
Diagram
Diagram edxl-have-v2.0-wd.tmp#Id edxl-have-v2.0-wd.tmp#AbstractGMLType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#AbstractGeometryType edxl-have-v2.0-wd.tmp#AbstractGeometricPrimitiveType
Type extension of gml:AbstractGeometricPrimitiveType
Type hierarchy
Properties
abstract true
Used by
Complex Type gml:LineStringType
Element gml:abstractCurve
Attributes
QName Type Use Annotation
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
gml:Id xs:ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<xs:complexType name="AbstractCurveType" abstract="true">
  <xs:annotation>
    <xs:documentation>gml:AbstractCurveType is an abstraction of a curve to support the different levels of complexity. The curve may always be viewed as a geometric primitive, i.e. is continuous.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gml:AbstractGeometricPrimitiveType"/>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type gml:DirectPositionListType
Namespace http://www.opengis.net/gml/3.2
Annotations
posList instances (and other instances with the content model specified by DirectPositionListType) hold the coordinates for a sequence of direct positions within the same coordinate reference system (CRS).
if no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of, typically a geometric object like a point, curve, etc. 
The optional attribute count specifies the number of direct positions in the list. If the attribute count is present then the attribute srsDimension shall be present, too.
The number of entries in the list is equal to the product of the dimensionality of the coordinate reference system (i.e. it is a derived value of the coordinate reference system definition) and the number of direct positions.
Diagram
Diagram edxl-have-v2.0-wd.tmp#doubleListType edxl-have-v2.0-wd.tmp#SRSReferenceGroup edxl-have-v2.0-wd.tmp#DirectPositionListType_Count
Type extension of gml:doubleListType
Type hierarchy
Used by
Element gml:posList
Attributes
QName Type Use
AxisLabels gml:NCNameListType optional
Count xs:positiveInteger optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
Source
<xs:complexType name="DirectPositionListType">
  <xs:annotation>
    <xs:documentation>posList instances (and other instances with the content model specified by DirectPositionListType) hold the coordinates for a sequence of direct positions within the same coordinate reference system (CRS). if no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of, typically a geometric object like a point, curve, etc. The optional attribute count specifies the number of direct positions in the list. If the attribute count is present then the attribute srsDimension shall be present, too. The number of entries in the list is equal to the product of the dimensionality of the coordinate reference system (i.e. it is a derived value of the coordinate reference system definition) and the number of direct positions.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="gml:doubleListType">
      <xs:attributeGroup ref="gml:SRSReferenceGroup"/>
      <xs:attribute name="Count" type="xs:positiveInteger"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Complex Type StatusType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Complex Type to provide status information: OK (yes/no), colour code, Stability, and commentary.
Diagram
Diagram edxl-have-v2.0-wd.tmp#StatusType_isOK edxl-have-v2.0-wd.tmp#StatusType_colourStatus edxl-have-v2.0-wd.tmp#StatusType_stability edxl-have-v2.0-wd.tmp#StatusType_comment
Used by
Model
Children colourStatus, comment, isOK, stability
Source
<xs:complexType name="StatusType">
  <xs:annotation>
    <xs:documentation>Complex Type to provide status information: OK (yes/no), colour code, Stability, and commentary.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="isOK" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Is the service/capability available/functioning/adequate? True = yes, false =no.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="colourStatus" type="ColourStatusType" minOccurs="0"/>
    <xs:element name="stability" type="StabilityType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Indication that the Status is stable, improving, or deteriorating</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="comment" type="FreeTextType" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type ColourStatusType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Type that allows the structured use of colour-codes to portray state.
Diagram
Diagram edxl-have-v2.0-wd.tmp#ColourStatusType_colourCode edxl-have-v2.0-wd.tmp#ColourStatusType_statusDescription
Used by
Model
Children colourCode, statusDescription
Source
<xs:complexType name="ColourStatusType">
  <xs:annotation>
    <xs:documentation>Type that allows the structured use of colour-codes to portray state.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="colourCode" type="ColourCodeDefaultType" minOccurs="1">
      <xs:annotation>
        <xs:documentation>Colour (text-based) of the status. By default triage colours of green, yellow, orange, red, black are supported. TODO: CREATE a new ColourCodeType to capture the full ISO 22324 data (colour, meaning, ...)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="statusDescription" type="FreeTextType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Human-readable text describing the reason for selection of the particular colour-code.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type ColourCodeDefaultType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The use of colour codes allows for emergency personnel to understand if conditions are normal (green), deteriorating (yellow), or in an exceptional mode (red). Colour codes can be rendered graphically or through text to support visual impairments.
Diagram
Diagram edxl-have-v2.0-wd.tmp#EDXLStringType
Type restriction of ct:EDXLStringType
Type hierarchy
Facets
minLength 1
maxLength 1023
enumeration red
RED - severe/extreme deviation from normal condition.  Marks a noted exception from normal conditions.
enumeration yellow
YELLOW - moderate deviation from normal condition but not at SEVERE/EXTREME level.
enumeration green
GREEN - normal conditions.
Used by
Source
<xs:simpleType name="ColourCodeDefaultType">
  <xs:annotation>
    <xs:documentation>The use of colour codes allows for emergency personnel to understand if conditions are normal (green), deteriorating (yellow), or in an exceptional mode (red). Colour codes can be rendered graphically or through text to support visual impairments.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="edxl-ct:EDXLStringType">
    <xs:enumeration value="red">
      <xs:annotation>
        <xs:documentation>RED - severe/extreme deviation from normal condition. Marks a noted exception from normal conditions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="yellow">
      <xs:annotation>
        <xs:documentation>YELLOW - moderate deviation from normal condition but not at SEVERE/EXTREME level.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="green">
      <xs:annotation>
        <xs:documentation>GREEN - normal conditions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type StabilityType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Indication of stability - positive/improving, negative/deteriorating, or neutral/stable
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration stable
Stable/unchanging - conditions remain within norms and are not varying out of normal patterns.
enumeration improving
Conditions are improving towards normal.
enumeration deteriorating
Conditions are deviating negatively from normal.
Used by
Source
<xs:simpleType name="StabilityType">
  <xs:annotation>
    <xs:documentation>Indication of stability - positive/improving, negative/deteriorating, or neutral/stable</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="stable">
      <xs:annotation>
        <xs:documentation>Stable/unchanging - conditions remain within norms and are not varying out of normal patterns.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="improving">
      <xs:annotation>
        <xs:documentation>Conditions are improving towards normal.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="deteriorating">
      <xs:annotation>
        <xs:documentation>Conditions are deviating negatively from normal.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type ServicesType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#ServicesType_service edxl-have-v2.0-wd.tmp#ServicesType_comment
Used by
Model
Children comment, service
Source
<xs:complexType name="ServicesType">
  <xs:sequence>
    <xs:element name="service" type="ServiceType" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>ServiceListItem provides a description of a particular service - availability, capacity, and status.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="comment" type="FreeTextType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>General comment/summary on all of the services</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type ServiceType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Extensible Service Type for providing detail on a health Service that the Facility provides.
Diagram
Diagram edxl-have-v2.0-wd.tmp#ServiceType_name edxl-have-v2.0-wd.tmp#ServiceType_code edxl-have-v2.0-wd.tmp#ServiceType_status edxl-have-v2.0-wd.tmp#ServiceType_externalCode edxl-have-v2.0-wd.tmp#ServiceType_bedCapacity edxl-have-v2.0-wd.tmp#ServiceType_capacity edxl-have-v2.0-wd.tmp#ServiceType_comment edxl-have-v2.0-wd.tmp#extension
Used by
Model
Children bedCapacity, capacity, code, comment, ext:extension, externalCode, name, status
Source
<xs:complexType name="ServiceType">
  <xs:annotation>
    <xs:documentation>Extensible Service Type for providing detail on a health Service that the Facility provides.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="FreeTextType">
      <xs:annotation>
        <xs:documentation>The human-readable name of the service that is being described.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="code">
      <xs:simpleType>
        <xs:restriction base="ServiceCodeDefaultType"/>
      </xs:simpleType>
    </xs:element>
    <xs:element name="status" type="StatusType" minOccurs="1">
      <xs:annotation>
        <xs:documentation>Describes the status of the service.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="externalCode" type="edxl-ct:ValueKeyType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Allows an external system to place its own equivalent code for the service.code value. This allows external systems to correlate their data directly in the HAVE report.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="bedCapacity" type="BedCapacityType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>An indication of the bed capacity that the facility makes available for the community to know. It reflects fully staffed and equipped beds. The intention here is to provide an external view of where beds may be available in a health network. The intent is not for HAVE to become a hospital administration tool.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="capacity" type="CapacityType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Indicates the capacity status of this particular service.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="comment" type="FreeTextType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual description of Service situation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ext:extension" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type ServiceCodeDefaultType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#ValueType
Type restriction of ct:ValueType
Type hierarchy
Facets
enumeration airborneInfectionIsolation
enumeration burnUnit
Burn Center services.
enumeration cardiology
Cardiology services.
enumeration cardiology.invasive
Cardiology with invasive capabilities.
enumeration cardiology.noninvasive
Cardiology with NO invasive capabilities.
enumeration cardiologymi.STEMI
STEMI support
enumeration cardiologymi.nonSTEMI
NO STEMI support
enumeration cardiology.telemetry
For remote monitoring of cardiology telemetry data for patient.
enumeration dialysis
Dialysis services
enumeration emergencyDepartment
enumeration hyperBaricChamber
Hyperbaric Chamber
enumeration infectiousDisease
Infectious Disease Services
enumeration intensiveCare.adult
Adult ICU services.
enumeration intensiveCare.neonatal
Neonatal Intensive Care Unit (ICU) services.
enumeration intensiveCare.pediatric
Pediatric Intensive Care Unit (ICU) services.
enumeration intermediateCare
For low-risk, chronically or critically ill patients
enumeration neonatology
Neonatology
enumeration neurology
Neurology Services
enumeration neurology.invasive
Neurology-Invasive services, including invasive catheterization.
enumeration neurology.noninvasive
Neurology-Non-Invasive services with no invasive catheterization capability.
enumeration obgyn
OBGYN services
enumeration obgyn.withLaborDelivery
OBGYN with labor delivery.
enumeration obgyn.withoutLaborDelivery
OBGYN without labor delivery capabilities.
enumeration operatingRooms
enumeration opthalmology
Opthalmology services
enumeration orthopedic
Orthopedic services
enumeration pediatrics
Pediatric services
enumeration psychiatric
Psychiatric services
enumeration surgery
Surgery capabilities
enumeration surgery.adultGeneral
General Adult surgery capabilities
enumeration surgery.pediatrics
General Pediatric surgery capabilities
enumeration surgery.orthopedics
Orthopedic surgery capabilities
enumeration surgery.neurosurgery
Neurosurgery capabilities
enumeration surgery.facial
Facial surgery capabilities
enumeration surgery.cardiothoracic
Cardiothoracic surgey capabilities
enumeration surgery.hand
Hand surgery capabilities
enumeration surgery.reimplantation
Reimplantation surgery capabilities.
enumeration surgery.spinal
Spinal surgery capabilities
enumeration surgery.vascular
Vascular surgery capabilities
enumeration surgery.anesthesia
Anesthesia services
enumeration traumaCenter
Trauma Center
Used by
Source
<xs:simpleType name="ServiceCodeDefaultType">
  <xs:restriction base="edxl-ct:ValueType">
    <xs:enumeration value="airborneInfectionIsolation"/>
    <xs:enumeration value="burnUnit">
      <xs:annotation>
        <xs:documentation>Burn Center services.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="cardiology">
      <xs:annotation>
        <xs:documentation>Cardiology services.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="cardiology.invasive">
      <xs:annotation>
        <xs:documentation>Cardiology with invasive capabilities.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="cardiology.noninvasive">
      <xs:annotation>
        <xs:documentation>Cardiology with NO invasive capabilities.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="cardiologymi.STEMI">
      <xs:annotation>
        <xs:documentation>STEMI support</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="cardiologymi.nonSTEMI">
      <xs:annotation>
        <xs:documentation>NO STEMI support</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="cardiology.telemetry ">
      <xs:annotation>
        <xs:documentation>For remote monitoring of cardiology telemetry data for patient.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="dialysis">
      <xs:annotation>
        <xs:documentation>Dialysis services</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="emergencyDepartment"/>
    <xs:enumeration value="hyperBaricChamber">
      <xs:annotation>
        <xs:documentation>Hyperbaric Chamber</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="infectiousDisease">
      <xs:annotation>
        <xs:documentation>Infectious Disease Services</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="intensiveCare.adult">
      <xs:annotation>
        <xs:documentation>Adult ICU services.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="intensiveCare.neonatal">
      <xs:annotation>
        <xs:documentation>Neonatal Intensive Care Unit (ICU) services.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="intensiveCare.pediatric">
      <xs:annotation>
        <xs:documentation>Pediatric Intensive Care Unit (ICU) services.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="intermediateCare">
      <xs:annotation>
        <xs:documentation>For low-risk, chronically or critically ill patients</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="neonatology">
      <xs:annotation>
        <xs:documentation>Neonatology</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="neurology">
      <xs:annotation>
        <xs:documentation>Neurology Services</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="neurology.invasive">
      <xs:annotation>
        <xs:documentation>Neurology-Invasive services, including invasive catheterization.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="neurology.noninvasive">
      <xs:annotation>
        <xs:documentation>Neurology-Non-Invasive services with no invasive catheterization capability.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="obgyn">
      <xs:annotation>
        <xs:documentation>OBGYN services</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="obgyn.withLaborDelivery">
      <xs:annotation>
        <xs:documentation>OBGYN with labor delivery.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="obgyn.withoutLaborDelivery">
      <xs:annotation>
        <xs:documentation>OBGYN without labor delivery capabilities.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="operatingRooms"/>
    <xs:enumeration value="opthalmology">
      <xs:annotation>
        <xs:documentation>Opthalmology services</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="orthopedic">
      <xs:annotation>
        <xs:documentation>Orthopedic services</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="pediatrics">
      <xs:annotation>
        <xs:documentation>Pediatric services</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="psychiatric">
      <xs:annotation>
        <xs:documentation>Psychiatric services</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="surgery">
      <xs:annotation>
        <xs:documentation>Surgery capabilities</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="surgery.adultGeneral">
      <xs:annotation>
        <xs:documentation>General Adult surgery capabilities</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="surgery.pediatrics">
      <xs:annotation>
        <xs:documentation>General Pediatric surgery capabilities</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="surgery.orthopedics">
      <xs:annotation>
        <xs:documentation>Orthopedic surgery capabilities</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="surgery.neurosurgery">
      <xs:annotation>
        <xs:documentation>Neurosurgery capabilities</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="surgery.facial">
      <xs:annotation>
        <xs:documentation>Facial surgery capabilities</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="surgery.cardiothoracic">
      <xs:annotation>
        <xs:documentation>Cardiothoracic surgey capabilities</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="surgery.hand">
      <xs:annotation>
        <xs:documentation>Hand surgery capabilities</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="surgery.reimplantation">
      <xs:annotation>
        <xs:documentation>Reimplantation surgery capabilities.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="surgery.spinal">
      <xs:annotation>
        <xs:documentation>Spinal surgery capabilities</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="surgery.vascular">
      <xs:annotation>
        <xs:documentation>Vascular surgery capabilities</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="surgery.anesthesia">
      <xs:annotation>
        <xs:documentation>Anesthesia services</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="traumaCenter">
      <xs:annotation>
        <xs:documentation>Trauma Center</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type ct:ValueKeyType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#valueListURI edxl-have-v2.0-wd.tmp#value
Used by
Model
Children ct:value, ct:valueListURI
Source
<xs:complexType name="ValueKeyType">
  <xs:sequence>
    <xs:element ref="ct:valueListURI" minOccurs="1" maxOccurs="1"/>
    <xs:element ref="ct:value" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type ct:ValueListURIType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type xs:anyURI
Used by
Source
<xs:simpleType name="ValueListURIType">
  <xs:restriction base="xs:anyURI"/>
</xs:simpleType>
[ top ]
Simple Type ct:ValueType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type xs:string
Used by
Element ct:value
Simple Type ServiceCodeDefaultType
Source
<xs:simpleType name="ValueType">
  <xs:restriction base="xs:string"/>
</xs:simpleType>
[ top ]
Complex Type BedCapacityType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Top level complex schema type defining bed capacity counts (available/baseline) given a specific type of bed.
Diagram
Diagram edxl-have-v2.0-wd.tmp#BedCapacityType_availableCount edxl-have-v2.0-wd.tmp#BedCapacityType_baselineCount edxl-have-v2.0-wd.tmp#BedCapacityType_comment
Used by
Model
Children availableCount, baselineCount, comment
Source
<xs:complexType name="BedCapacityType">
  <xs:annotation>
    <xs:documentation>Top level complex schema type defining bed capacity counts (available/baseline) given a specific type of bed.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="availableCount" minOccurs="1">
      <xs:annotation>
        <xs:documentation>The number of vacant/available beds to which patients can be immediately supported. These must include supporting space, equipment, medical material, ancillary and support services and staff to operate under normal circumstances. These beds are licensed, physically available and have staff on hand to attend to the patient who occupies the bed. NEGATIVE values means the service is operating beyond normal capacity.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:integer"/>
      </xs:simpleType>
    </xs:element>
    <xs:element name="baselineCount" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The maximum (baseline) number of beds in this category.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:integer">
          <xs:minInclusive value="0"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="comment" type="FreeTextType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Human-readable description of the service capacity for this service. This value can be used to explain any specific information for the reader about the Bed Capacity.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type CapacityType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Extensible list (name/value pair) for Service capacity. See the HAVE 2.0 standard document for a suggested list of capacities.
Diagram
Diagram edxl-have-v2.0-wd.tmp#CapacityType_capacity edxl-have-v2.0-wd.tmp#CapacityType_capacityURI
Used by
Model
Children capacity, capacityURI
Source
<xs:complexType name="CapacityType">
  <xs:annotation>
    <xs:documentation>Extensible list (name/value pair) for Service capacity. See the HAVE 2.0 standard document for a suggested list of capacities.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="capacity" type="ext:ParameterValueType"/>
    <xs:element name="capacityURI" type="edxl-ct:ValueListURIType" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type ext:ParameterValueType
Namespace urn:oasis:names:tc:emergency:edxl:extension:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#EDXLStringType edxl-have-v2.0-wd.tmp#ParameterValueType_uom
Type extension of ct:EDXLStringType
Type hierarchy
Used by
Attributes
QName Type Use
uom xs:string optional
Source
<xs:complexType name="ParameterValueType">
  <xs:simpleContent>
    <xs:extension base="ct:EDXLStringType">
      <xs:attribute name="uom" type="xs:string" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Complex Type ext:ParameterType
Namespace urn:oasis:names:tc:emergency:edxl:extension:1.0
Annotations
Group of elements used to extend/augment an EDXL data standard
Diagram
Diagram edxl-have-v2.0-wd.tmp#ParameterType_nameURI edxl-have-v2.0-wd.tmp#ParameterType_value
Used by
Model
Children ext:nameURI, ext:value
Source
<xs:complexType name="ParameterType">
  <xs:annotation>
    <xs:documentation>Group of elements used to extend/augment an EDXL data standard</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="nameURI" type="ext:ParameterNameType">
      <xs:annotation>
        <xs:documentation>Unique identifier of a parameter</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="value" type="ext:ParameterValueType" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type ext:ParameterNameType
Namespace urn:oasis:names:tc:emergency:edxl:extension:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#ParameterNameType_xPath
Type extension of xs:anyURI
Used by
Attributes
QName Type Use
xPath xs:string optional
Source
<xs:complexType name="ParameterNameType">
  <xs:simpleContent>
    <xs:extension base="xs:anyURI">
      <xs:attribute name="xPath" type="xs:string" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Complex Type FutureServicesType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#FutureServicesType_service edxl-have-v2.0-wd.tmp#FutureServicesType_comment
Used by
Model
Children comment, service
Source
<xs:complexType name="FutureServicesType">
  <xs:sequence>
    <xs:element name="service" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>ServiceListItem provides a description of a particular service - availability, capacity, and status.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="ServiceType">
            <xs:sequence>
              <xs:element name="reportingPeriod" type="edxl-ct:TimePeriodType"/>
            </xs:sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="comment" type="FreeTextType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>General comment/summary on the all of the furture services</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type ActivityInPeriodType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
ActivityInPeriodType gathers information about the admissions, discharges, and deaths in a time period.
Diagram
Diagram edxl-have-v2.0-wd.tmp#ActivityInPeriodType_reportingPeriod edxl-have-v2.0-wd.tmp#ActivityInPeriodType_admissions edxl-have-v2.0-wd.tmp#ActivityInPeriodType_discharges edxl-have-v2.0-wd.tmp#ActivityInPeriodType_deaths edxl-have-v2.0-wd.tmp#ActivityInPeriodType_comment
Used by
Model
Children admissions, comment, deaths, discharges, reportingPeriod
Source
<xs:complexType name="ActivityInPeriodType">
  <xs:annotation>
    <xs:documentation>ActivityInPeriodType gathers information about the admissions, discharges, and deaths in a time period.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="reportingPeriod" type="edxl-ct:TimePeriodType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The time period (From -> To) that the activity occured in. If this element is not included the reportingPeriod at the Facility level should be assumed to define the time range.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="admissions" type="xs:int" default="0" minOccurs="1">
      <xs:annotation>
        <xs:documentation>Number of admissions in the period.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="discharges" type="xs:int" default="0" minOccurs="1">
      <xs:annotation>
        <xs:documentation>Number of Discharges in the period.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="deaths" type="xs:int" default="0" minOccurs="1">
      <xs:annotation>
        <xs:documentation>Number of Deaths in the period.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="comment" type="FreeTextType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>General comment/summary of the activity in period.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type OperationsType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#OperationsType_operation edxl-have-v2.0-wd.tmp#OperationsType_comment
Used by
Model
Children comment, operation
Source
<xs:complexType name="OperationsType">
  <xs:sequence maxOccurs="1">
    <xs:element name="operation" type="OperationType" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Operation that facility provides in the context of key areas such as Clinical Operations, Security Operations, Facility Operations.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="comment" type="FreeTextType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>General comment/summary on all of the operations.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type OperationType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Gathers information about a particular operation type including the kind (taxonomy driven), name (human readable representations), status, and commentary.
Diagram
Diagram edxl-have-v2.0-wd.tmp#OperationType_kind edxl-have-v2.0-wd.tmp#OperationType_name edxl-have-v2.0-wd.tmp#OperationType_status edxl-have-v2.0-wd.tmp#OperationType_comment edxl-have-v2.0-wd.tmp#extension
Used by
Model
Children comment, ext:extension, kind, name, status
Source
<xs:complexType name="OperationType">
  <xs:annotation>
    <xs:documentation>Gathers information about a particular operation type including the kind (taxonomy driven), name (human readable representations), status, and commentary.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="kind" type="FacilityOperationKind">
      <xs:annotation>
        <xs:documentation>The high-level kind of operation that is being reported on (plant, security, staffing, or emergency).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="name" type="FreeTextType">
      <xs:annotation>
        <xs:documentation>The name of the operation that is being reported on (e.g. "Food Services").</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="status" type="StatusType">
      <xs:annotation>
        <xs:documentation>The status of the Operation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="comment" type="FreeTextType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>General comment/summary on the Operation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ext:extension" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type FacilityOperationKind
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration plant
Plant - the key equipment and capabilities needed to operate the facility (e.g. HVAC, cafeteria).
enumeration security
Security operations for facility (e.g. patrol, surveillance).
enumeration staffing
Staff-related operations (e.g. medical personnel, support staffing, administrative).
enumeration emergency
Emergency Department operations.
Used by
Source
<xs:simpleType name="FacilityOperationKind">
  <xs:restriction base="xs:token">
    <xs:enumeration value="plant">
      <xs:annotation>
        <xs:documentation>Plant - the key equipment and capabilities needed to operate the facility (e.g. HVAC, cafeteria).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="security">
      <xs:annotation>
        <xs:documentation>Security operations for facility (e.g. patrol, surveillance).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="staffing">
      <xs:annotation>
        <xs:documentation>Staff-related operations (e.g. medical personnel, support staffing, administrative).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="emergency">
      <xs:annotation>
        <xs:documentation>Emergency Department operations.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type ResourceInformationType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Complex Type to be used for tracking Resource state (status, needs, offers). Allows extension to handle specific information that is non-HAVE (e.g. NIEM payloads, lookups for interoperability with other systems).
Diagram
Diagram edxl-have-v2.0-wd.tmp#ResourceInformationType_status edxl-have-v2.0-wd.tmp#ResourceInformationType_needs edxl-have-v2.0-wd.tmp#ResourceInformationType_offers edxl-have-v2.0-wd.tmp#ResourceInformationType_comment edxl-have-v2.0-wd.tmp#extension
Used by
Model
Children comment, ext:extension, needs, offers, status
Source
<xs:complexType name="ResourceInformationType">
  <xs:annotation>
    <xs:documentation>Complex Type to be used for tracking Resource state (status, needs, offers). Allows extension to handle specific information that is non-HAVE (e.g. NIEM payloads, lookups for interoperability with other systems).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="status" type="StatusType" minOccurs="1">
      <xs:annotation>
        <xs:documentation>Overall resource status of the facility.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="needs" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Resource Needs.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="resourceNeed" type="ResourceQuantityType" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="offers" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Resource Offers (resources that can be made available to other Facilities).</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="resourceOffer" type="ResourceQuantityType" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="comment" type="FreeTextType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Textual description of Resource situation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ext:extension" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type ResourceQuantityType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Type for stating a quantity of a particular kind of resource.
Diagram
Diagram edxl-have-v2.0-wd.tmp#ResourceQuantityType_resourceKind edxl-have-v2.0-wd.tmp#ResourceQuantityType_quantity edxl-have-v2.0-wd.tmp#ResourceQuantityType_resourceSize edxl-have-v2.0-wd.tmp#ResourceQuantityType_comments
Used by
Model
Children comments, quantity, resourceKind, resourceSize
Source
<xs:complexType name="ResourceQuantityType">
  <xs:annotation>
    <xs:documentation>Type for stating a quantity of a particular kind of resource.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="resourceKind" type="edxl-ct:ValueKeyType">
      <xs:annotation>
        <xs:documentation>The kind (type) of resource that the quantity refers to. TODO: Provide the URI and key-value.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="quantity">
      <xs:annotation>
        <xs:documentation>The quantity of the particular Resource.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:double">
          <xs:minInclusive value="0"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="resourceSize" type="ext:ParameterNameType">
      <xs:annotation>
        <xs:documentation>Unit of measure and size (e.g. 1500 mL).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="comments" type="FreeTextType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual description of Resource quantity.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type EmergencyDepartmentType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The container of all of the elements related to the emergency department status. It describes the ability of this emergency department to treat patients.
Diagram
Diagram edxl-have-v2.0-wd.tmp#EmergencyDepartmentType_status edxl-have-v2.0-wd.tmp#EmergencyDepartmentType_offloadInfo edxl-have-v2.0-wd.tmp#EmergencyDepartmentType_traffic edxl-have-v2.0-wd.tmp#EmergencyDepartmentType_triageCapacity
Used by
Model
Children offloadInfo, status, traffic, triageCapacity
Source
<xs:complexType name="EmergencyDepartmentType">
  <xs:annotation>
    <xs:documentation>The container of all of the elements related to the emergency department status. It describes the ability of this emergency department to treat patients.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="status" type="StatusType" minOccurs="1">
      <xs:annotation>
        <xs:documentation>Status of the Emergency Department.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="offloadInfo" type="OffloadInfoType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Information about the Offload state for various modes of transport (Ambulance, Air Ambulance).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="traffic" type="TrafficType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Ability of this emergency department to receive patients via emergency medical services.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!--                                                      -->
    <!-- Added elements from HAVE 1.0 schema -->
    <!--                                                      -->
    <xs:element name="triageCapacity" type="TriageCapacityType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The number of each triage patient type the hospital can accept.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!--                                                      -->
    <!-- Added elements from HAVE 1.0 schema -->
    <!--                                                      -->
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type OffloadInfoType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#OffloadInfoType_offload edxl-have-v2.0-wd.tmp#extension
Used by
Model
Children ext:extension, offload
Source
<xs:complexType name="OffloadInfoType">
  <xs:sequence>
    <xs:element name="offload" type="OffloadType" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The particular offload mode, status, and other information for the facility.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ext:extension" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type OffloadType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Indicator of offload times of ambulance capabilities. The time it takes to transfer care of a patient to hospital staff, thereby freeing the transport for assignment.
Diagram
Diagram edxl-have-v2.0-wd.tmp#OffloadType_kind edxl-have-v2.0-wd.tmp#OffloadType_offloadMinutes edxl-have-v2.0-wd.tmp#OffloadType_offloadState edxl-have-v2.0-wd.tmp#OffloadType_offloadColourCode edxl-have-v2.0-wd.tmp#OffloadType_comment
Used by
Model
Children comment, kind, offloadColourCode, offloadMinutes, offloadState
Source
<xs:complexType name="OffloadType">
  <xs:annotation>
    <xs:documentation>Indicator of offload times of ambulance capabilities. The time it takes to transfer care of a patient to hospital staff, thereby freeing the transport for assignment.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="kind" type="OffloadKind" default="land">
      <xs:annotation>
        <xs:documentation>The mode of transport for offload (land, air, other).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="offloadMinutes" type="xs:integer" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Average offload time in minutes.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="offloadState" type="OffloadStateKind" default="normal" minOccurs="0"/>
    <xs:element name="offloadColourCode" type="ColourStatusType" minOccurs="0"/>
    <xs:element name="comment" type="FreeTextType" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type OffloadKind
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration land
enumeration air
enumeration other
Used by
Source
<xs:simpleType name="OffloadKind">
  <xs:restriction base="xs:token">
    <xs:enumeration value="land"/>
    <xs:enumeration value="air"/>
    <xs:enumeration value="other"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type OffloadStateKind
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration normal
enumeration delayed
Used by
Source
<xs:simpleType name="OffloadStateKind">
  <xs:restriction base="xs:token">
    <xs:enumeration value="normal"/>
    <xs:enumeration value="delayed"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type TrafficType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#TrafficType_status edxl-have-v2.0-wd.tmp#TrafficType_colourStatus edxl-have-v2.0-wd.tmp#TrafficType_reason edxl-have-v2.0-wd.tmp#TrafficType_comment
Used by
Model
Children colourStatus, comment, reason, status
Source
<xs:complexType name="TrafficType">
  <xs:sequence>
    <xs:element name="status" type="TrafficStatusKind">
      <xs:annotation>
        <xs:documentation>The operating status of the Emergency Department (normal -> advisory -> closed).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="colourStatus" type="ColourStatusType">
      <xs:annotation>
        <xs:documentation>Colour-code status for the Emergency Department.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="reason" type="FreeTextType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Needed (handled by Colour Code?) It is used to report the contributing factor to an EMSTraffic Status.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="comment" type="FreeTextType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>General comment/summary on the traffic status</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type TrafficStatusKind
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration normal
Traffic is at levels that are within norms.
enumeration advisory
Traffic levels are high enough to warrant notifying the community that the facility is experiencing higher than expected traffic.
enumeration closed
Facility is not accepting patient traffic.
Used by
Source
<xs:simpleType name="TrafficStatusKind">
  <xs:restriction base="xs:token">
    <xs:enumeration value="normal">
      <xs:annotation>
        <xs:documentation>Traffic is at levels that are within norms.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="advisory">
      <xs:annotation>
        <xs:documentation>Traffic levels are high enough to warrant notifying the community that the facility is experiencing higher than expected traffic.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="closed">
      <xs:annotation>
        <xs:documentation>Facility is not accepting patient traffic.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type TriageCapacityType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#TriageCapacityType_triageCount
Used by
Model
Children triageCount
Source
<xs:complexType name="TriageCapacityType">
  <xs:sequence>
    <xs:element name="triageCount" type="TriageCountType" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The Count for a particular triage level.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type TriageCountType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
The number of each triage patient type the overall hospital currently has by colour code.
Diagram
Diagram edxl-have-v2.0-wd.tmp#TriageCountType_code edxl-have-v2.0-wd.tmp#TriageCountType_count edxl-have-v2.0-wd.tmp#TriageCountType_alternateCodeValue edxl-have-v2.0-wd.tmp#TriageCountType_comment
Used by
Model
Children alternateCodeValue, code, comment, count
Source
<xs:complexType name="TriageCountType">
  <xs:annotation>
    <xs:documentation>The number of each triage patient type the overall hospital currently has by colour code.</xs:documentation>
  </xs:annotation>
  <xs:sequence minOccurs="0" maxOccurs="1">
    <xs:element name="code" type="TriageColourCodeType">
      <xs:annotation>
        <xs:documentation>Triage Colour Codes (RED, YELLOW, GREEN, BLACK, none) for capacity purposes. The list of values must be from the list identified in TriageCodeListURN. Default Values - red: Number of victims with immediate needs - yellow: Number of victims with delayed needs - green: Number of victims with minor needs - black: Number of deceased victims. If a TriageCountType/code value is specified, a TriageCountType/count element must be specified.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="count">
      <xs:annotation>
        <xs:documentation>The number of patients of this code type.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="alternateCodeValue" type="edxl-ct:ValueKeyType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>There are a large number of Triage systems in use. Many usenumbering systems (http://en.wikipedia.org/wiki/Triage#Tags) and colours. The premise of HAVE is that we will share the general state with the broad emergency management community who may not know the intimate details of a triage system, but understand the general concepts that RED=urgent, Green=walking wounded, Black=Dead/Lost (already dead or untreatable). The alternateCodeValues element is intended to be used by these systems. Providing the ValueListURI and Value will allow mapping of external systems to the base HAVE Triage colour codes.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="comment" type="FreeTextType" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type TriageColourCodeType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#EDXLStringType
Type restriction of ct:EDXLStringType
Type hierarchy
Facets
minLength 1
maxLength 1023
enumeration red
RED Triage - Immediate attention for Triage.
enumeration yellow
YELLOW Triage - Needs medical attention after RED/Immediate.
enumeration green
GREEN Triage - Walking wounded or self-treatable
enumeration black
BLACK Triage - Lost/Dead
Used by
Source
<xs:simpleType name="TriageColourCodeType">
  <xs:restriction base="edxl-ct:EDXLStringType">
    <xs:enumeration value="red">
      <xs:annotation>
        <xs:documentation>RED Triage - Immediate attention for Triage.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="yellow">
      <xs:annotation>
        <xs:documentation>YELLOW Triage - Needs medical attention after RED/Immediate.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="green">
      <xs:annotation>
        <xs:documentation>GREEN Triage - Walking wounded or self-treatable</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="black">
      <xs:annotation>
        <xs:documentation>BLACK Triage - Lost/Dead</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type TraumaCenterType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Trauma Center Level of this facility. The Choice/Sequence approach used here allows for at least one of Adult or Pediatric Trauma Center Levels to be provided.
Diagram
Diagram edxl-have-v2.0-wd.tmp#TraumaCenterType_adult edxl-have-v2.0-wd.tmp#TraumaCenterType_pediatric
Used by
Model
Children adult, pediatric
Source
<xs:complexType name="TraumaCenterType">
  <xs:annotation>
    <xs:documentation>Trauma Center Level of this facility. The Choice/Sequence approach used here allows for at least one of Adult or Pediatric Trauma Center Levels to be provided.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:sequence>
      <xs:element name="adult" type="TraumaCenterLevelType">
        <xs:annotation>
          <xs:documentation>Adult Trauma Services detail.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="pediatric" type="TraumaCenterLevelType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Pediatric Trauma Center details.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:element name="pediatric" type="TraumaCenterLevelType">
      <xs:annotation>
        <xs:documentation>Pediatric Trauma Center details.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
[ top ]
Complex Type TraumaCenterLevelType
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#TraumaCenterLevelType_serviceLevel edxl-have-v2.0-wd.tmp#TraumaCenterLevelType_status edxl-have-v2.0-wd.tmp#TraumaCenterLevelType_comment edxl-have-v2.0-wd.tmp#extension
Used by
Model
Children comment, ext:extension, serviceLevel, status
Source
<xs:complexType name="TraumaCenterLevelType">
  <xs:sequence>
    <xs:element name="serviceLevel" type="TraumaCenterLevelKind">
      <xs:annotation>
        <xs:documentation>Trauma Center Level - 1 through 3 (I trough III) per American College of Surgeons. Beyond Level 3 there is no global standard but this is a good first approximation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="status" type="StatusType">
      <xs:annotation>
        <xs:documentation>The status of the Facility Trauma Center.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="comment" type="FreeTextType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>General comment/summary on the trauma center status</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ext:extension" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type TraumaCenterLevelKind
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration level1
Level 1 Trauma Services
enumeration level2
Level 2 Trauma Services
enumeration level3
Level 3 Trauma Services
enumeration no-trauma
Level 4 Trauma Services
Used by
Source
<xs:simpleType name="TraumaCenterLevelKind">
  <xs:restriction base="xs:token">
    <xs:enumeration value="level1">
      <xs:annotation>
        <xs:documentation>Level 1 Trauma Services</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="level2">
      <xs:annotation>
        <xs:documentation>Level 2 Trauma Services</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="level3">
      <xs:annotation>
        <xs:documentation>Level 3 Trauma Services</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="no-trauma">
      <xs:annotation>
        <xs:documentation>Level 4 Trauma Services</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type gml:CodeType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:CodeType is a generalized type to be used for a term, keyword or name.
It adds a XML attribute codeSpace to a term, where the value of the codeSpace attribute (if present) shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.
Diagram
Diagram edxl-have-v2.0-wd.tmp#CodeType_CodeSpace
Type extension of xs:string
Used by
Element gml:name
Complex Type gml:CodeWithAuthorityType
Attributes
QName Type Use
CodeSpace xs:anyURI optional
Source
<xs:complexType name="CodeType">
  <xs:annotation>
    <xs:documentation>gml:CodeType is a generalized type to be used for a term, keyword or name. It adds a XML attribute codeSpace to a term, where the value of the codeSpace attribute (if present) shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="CodeSpace" type="xs:anyURI"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Complex Type gml:CodeWithAuthorityType
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance.
Diagram
Diagram edxl-have-v2.0-wd.tmp#CodeType_CodeSpace edxl-have-v2.0-wd.tmp#CodeType edxl-have-v2.0-wd.tmp#CodeWithAuthorityType_CodeSpace
Type restriction of gml:CodeType
Type hierarchy
Used by
Element gml:identifier
Attributes
QName Type Use
CodeSpace xs:anyURI required
Source
<xs:complexType name="CodeWithAuthorityType">
  <xs:annotation>
    <xs:documentation>gml:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:restriction base="gml:CodeType">
      <xs:attribute name="CodeSpace" type="xs:anyURI" use="required"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Simple Type gml:UomSymbolType
Namespace http://www.opengis.net/gml/3.2
Annotations
This type specifies a character string of length at least one, and restricted such that it must not contain any of the following characters: “:” (colon), “ “ (space), (newline), (carriage return), (tab). This allows values corresponding to familiar abbreviations, such as “kg”, “m/s”, etc. 
It is recommended that the symbol be an identifier for a unit of measure as specified in the “Unified Code of Units of Measure" (UCUM) (http://aurora.regenstrief.org/UCUM). This provides a set of symbols and a grammar for constructing identifiers for units of measure that are unique, and may be easily entered with a keyboard supporting the limited character set known as 7-bit ASCII. ISO 2955 formerly provided a specification with this scope, but was withdrawn in 2001. UCUM largely follows ISO 2955 with modifications to remove ambiguities and other problems.
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [^: \n\r\t]+
Source
<xs:simpleType name="UomSymbolType">
  <xs:annotation>
    <xs:documentation>This type specifies a character string of length at least one, and restricted such that it must not contain any of the following characters: “:” (colon), “ “ (space), (newline), (carriage return), (tab). This allows values corresponding to familiar abbreviations, such as “kg”, “m/s”, etc. It is recommended that the symbol be an identifier for a unit of measure as specified in the “Unified Code of Units of Measure" (UCUM) (http://aurora.regenstrief.org/UCUM). This provides a set of symbols and a grammar for constructing identifiers for units of measure that are unique, and may be easily entered with a keyboard supporting the limited character set known as 7-bit ASCII. ISO 2955 formerly provided a specification with this scope, but was withdrawn in 2001. UCUM largely follows ISO 2955 with modifications to remove ambiguities and other problems.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[^: \n\r\t]+"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type gml:UomURIType
Namespace http://www.opengis.net/gml/3.2
Annotations
This type specifies a URI, restricted such that it must start with one of the following sequences: “#”, “./”, “../”, or a string of characters followed by a “:”. These patterns ensure that the most common URI forms are supported, including absolute and relative URIs and URIs that are simple fragment identifiers, but prohibits certain forms of relative URI that could be mistaken for unit of measure symbol . 
NOTE	It is possible to re-write such a relative URI to conform to the restriction (e.g. “./m/s”).
In an instance document, on elements of type gml:MeasureType the mandatory uom attribute shall carry a value corresponding to either 
-	a conventional unit of measure symbol,
-	a link to a definition of a unit of measure that does not have a conventional symbol, or when it is desired to indicate a precise or variant definition.
Diagram
Diagram
Type restriction of xs:anyURI
Facets
pattern ([a-zA-Z][a-zA-Z0-9\-\+\.]*:|\.\./|\./|#).*
Source
<xs:simpleType name="UomURIType">
  <xs:annotation>
    <xs:documentation>This type specifies a URI, restricted such that it must start with one of the following sequences: “#”, “./”, “../”, or a string of characters followed by a “:”. These patterns ensure that the most common URI forms are supported, including absolute and relative URIs and URIs that are simple fragment identifiers, but prohibits certain forms of relative URI that could be mistaken for unit of measure symbol . NOTE It is possible to re-write such a relative URI to conform to the restriction (e.g. “./m/s”). In an instance document, on elements of type gml:MeasureType the mandatory uom attribute shall carry a value corresponding to either - a conventional unit of measure symbol, - a link to a definition of a unit of measure that does not have a conventional symbol, or when it is desired to indicate a precise or variant definition.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:anyURI">
    <xs:pattern value="([a-zA-Z][a-zA-Z0-9\-\+\.]*:|\.\./|\./|#).*"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type gml:LinearRingType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram edxl-have-v2.0-wd.tmp#AbstractRingType edxl-have-v2.0-wd.tmp#pos
Type extension of gml:AbstractRingType
Type hierarchy
Used by
Element gml:linearRing
Model
Children gml:pos
Source
<xs:complexType name="LinearRingType">
  <xs:complexContent>
    <xs:extension base="gml:AbstractRingType">
      <xs:sequence>
        <xs:element ref="gml:pos" minOccurs="4" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Simple Type xlink:typeType
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration simple
enumeration extended
enumeration title
enumeration resource
enumeration locator
enumeration arc
Used by
Attribute @xlink:type
Source
<xs:simpleType name="typeType">
  <xs:restriction base="xs:token">
    <xs:enumeration value="simple"/>
    <xs:enumeration value="extended"/>
    <xs:enumeration value="title"/>
    <xs:enumeration value="resource"/>
    <xs:enumeration value="locator"/>
    <xs:enumeration value="arc"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type xlink:hrefType
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram
Type xs:anyURI
Used by
Attribute @xlink:href
Source
<xs:simpleType name="hrefType">
  <xs:restriction base="xs:anyURI"/>
</xs:simpleType>
[ top ]
Simple Type xlink:roleType
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram
Type restriction of xs:anyURI
Facets
minLength 1
Used by
Attribute @xlink:role
Source
<xs:simpleType name="roleType">
  <xs:restriction base="xs:anyURI">
    <xs:minLength value="1"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type xlink:arcroleType
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram
Type restriction of xs:anyURI
Facets
minLength 1
Used by
Attribute @xlink:arcrole
Source
<xs:simpleType name="arcroleType">
  <xs:restriction base="xs:anyURI">
    <xs:minLength value="1"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type xlink:titleAttrType
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram
Type xs:string
Used by
Attribute @xlink:title
Source
<xs:simpleType name="titleAttrType">
  <xs:restriction base="xs:string"/>
</xs:simpleType>
[ top ]
Simple Type xlink:showType
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration new
enumeration replace
enumeration embed
enumeration other
enumeration none
Used by
Attribute @xlink:show
Source
<xs:simpleType name="showType">
  <xs:restriction base="xs:token">
    <xs:enumeration value="new"/>
    <xs:enumeration value="replace"/>
    <xs:enumeration value="embed"/>
    <xs:enumeration value="other"/>
    <xs:enumeration value="none"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type xlink:actuateType
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration onLoad
enumeration onRequest
enumeration other
enumeration none
Used by
Attribute @xlink:actuate
Source
<xs:simpleType name="actuateType">
  <xs:restriction base="xs:token">
    <xs:enumeration value="onLoad"/>
    <xs:enumeration value="onRequest"/>
    <xs:enumeration value="other"/>
    <xs:enumeration value="none"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type xlink:labelType
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram
Type xs:NCName
Used by
Attribute @xlink:label
Source
<xs:simpleType name="labelType">
  <xs:restriction base="xs:NCName"/>
</xs:simpleType>
[ top ]
Simple Type xlink:fromType
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram
Type xs:NCName
Used by
Attribute @xlink:from
Source
<xs:simpleType name="fromType">
  <xs:restriction base="xs:NCName"/>
</xs:simpleType>
[ top ]
Simple Type xlink:toType
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram
Type xs:NCName
Used by
Attribute @xlink:to
Source
<xs:simpleType name="toType">
  <xs:restriction base="xs:NCName"/>
</xs:simpleType>
[ top ]
Complex Type xlink:simple
Namespace http://www.w3.org/1999/xlink
Annotations
Intended for use as the type of user-declared elements to make them
simple links.
Diagram
Diagram edxl-have-v2.0-wd.tmp#simpleAttrs edxl-have-v2.0-wd.tmp#simpleModel
Properties
mixed true
Model
ANY element from ANY namespace
Attributes
Source
<xs:complexType mixed="true" name="simple">
  <xs:annotation>
    <xs:documentation>Intended for use as the type of user-declared elements to make them simple links.</xs:documentation>
  </xs:annotation>
  <xs:group ref="xlink:simpleModel"/>
  <xs:attributeGroup ref="xlink:simpleAttrs"/>
</xs:complexType>
[ top ]
Complex Type xlink:titleEltType
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#titleAttrs edxl-have-v2.0-wd.tmp#titleModel
Properties
mixed true
Used by
Element xlink:title
Model
ANY element from ANY namespace
Attributes
QName Type Fixed Use Annotation
xlink:type xlink:typeType title required
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:complexType mixed="true" name="titleEltType">
  <xs:group ref="xlink:titleModel"/>
  <xs:attributeGroup ref="xlink:titleAttrs"/>
</xs:complexType>
[ top ]
Complex Type xlink:resourceType
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#resourceAttrs edxl-have-v2.0-wd.tmp#resourceModel
Properties
mixed true
Used by
Element xlink:resource
Model
ANY element from ANY namespace
Attributes
QName Type Fixed Use
xlink:label xlink:labelType optional
xlink:role xlink:roleType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType resource required
Source
<xs:complexType mixed="true" name="resourceType">
  <xs:group ref="xlink:resourceModel"/>
  <xs:attributeGroup ref="xlink:resourceAttrs"/>
</xs:complexType>
[ top ]
Complex Type xlink:locatorType
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#locatorAttrs edxl-have-v2.0-wd.tmp#http___www.w3.org_1999_xlink_title edxl-have-v2.0-wd.tmp#locatorModel
Used by
Element xlink:locator
Model
Children xlink:title
Attributes
Source
<xs:complexType name="locatorType">
  <xs:group ref="xlink:locatorModel"/>
  <xs:attributeGroup ref="xlink:locatorAttrs"/>
</xs:complexType>
[ top ]
Complex Type xlink:arcType
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#arcAttrs edxl-have-v2.0-wd.tmp#http___www.w3.org_1999_xlink_title edxl-have-v2.0-wd.tmp#arcModel
Used by
Element xlink:arc
Model
Children xlink:title
Attributes
Source
<xs:complexType name="arcType">
  <xs:group ref="xlink:arcModel"/>
  <xs:attributeGroup ref="xlink:arcAttrs"/>
</xs:complexType>
[ top ]
Complex Type xlink:extended
Namespace http://www.w3.org/1999/xlink
Annotations
Intended for use as the type of user-declared elements to make them
extended links.
Note that the elements referenced in the content model are all abstract.
The intention is that by simply declaring elements with these as their
substitutionGroup, all the right things will happen.
Diagram
Diagram edxl-have-v2.0-wd.tmp#extendedAttrs edxl-have-v2.0-wd.tmp#http___www.w3.org_1999_xlink_title edxl-have-v2.0-wd.tmp#resource edxl-have-v2.0-wd.tmp#locator edxl-have-v2.0-wd.tmp#arc edxl-have-v2.0-wd.tmp#extendedModel
Model
Children xlink:arc, xlink:locator, xlink:resource, xlink:title
Attributes
QName Type Fixed Use
xlink:role xlink:roleType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType extended required
Source
<xs:complexType name="extended">
  <xs:annotation>
    <xs:documentation>Intended for use as the type of user-declared elements to make them extended links. Note that the elements referenced in the content model are all abstract. The intention is that by simply declaring elements with these as their substitutionGroup, all the right things will happen.</xs:documentation>
  </xs:annotation>
  <xs:group ref="xlink:extendedModel" minOccurs="0" maxOccurs="unbounded"/>
  <xs:attributeGroup ref="xlink:extendedAttrs"/>
</xs:complexType>
[ top ]
Simple Type ct:PercentageType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:float
Facets
maxInclusive 100
minInclusive 0
Source
<xs:simpleType name="PercentageType">
  <xs:restriction base="xs:float">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="100"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ct:RemarksType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type xs:string
Source
<xs:simpleType name="RemarksType">
  <xs:restriction base="xs:string"/>
</xs:simpleType>
[ top ]
Simple Type ct:EstimateType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type xs:boolean
Source
<xs:simpleType name="EstimateType">
  <xs:restriction base="xs:boolean"/>
</xs:simpleType>
[ top ]
Simple Type ct:DegreesCType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:float
Facets
maxInclusive 70.0
minInclusive -100.0
Used by
Source
<xs:simpleType name="DegreesCType">
  <xs:restriction base="xs:float">
    <xs:minInclusive value="-100.0"/>
    <xs:maxInclusive value="70.0"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ct:DegreesCircleType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:float
Facets
maxInclusive 360.0
minInclusive 0.0
Used by
Source
<xs:simpleType name="DegreesCircleType">
  <xs:restriction base="xs:float">
    <xs:minInclusive value="0.0"/>
    <xs:maxInclusive value="360.0"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ct:WeatherQualifierType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Light
enumeration Moderate
enumeration Heavy
Used by
Source
<xs:simpleType name="WeatherQualifierType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Light"/>
    <xs:enumeration value="Moderate"/>
    <xs:enumeration value="Heavy"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ct:WeatherDescriptorType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Shallow
enumeration Blowing
enumeration Patches
enumeration Showers
enumeration Partial
enumeration Drifting
enumeration Thunderstorm
enumeration Freezing
Used by
Source
<xs:simpleType name="WeatherDescriptorType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Shallow"/>
    <xs:enumeration value="Blowing"/>
    <xs:enumeration value="Patches"/>
    <xs:enumeration value="Showers"/>
    <xs:enumeration value="Partial"/>
    <xs:enumeration value="Drifting"/>
    <xs:enumeration value="Thunderstorm"/>
    <xs:enumeration value="Freezing"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ct:WeatherPrecipitationType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Drizzle
enumeration Ice Crystals
enumeration Unknown
enumeration Rain
enumeration Ice Pellets
enumeration Snow
enumeration Hail
enumeration Snow Grains
enumeration Snow Hail
Used by
Source
<xs:simpleType name="WeatherPrecipitationType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Drizzle"/>
    <xs:enumeration value="Ice Crystals"/>
    <xs:enumeration value="Unknown"/>
    <xs:enumeration value="Rain"/>
    <xs:enumeration value="Ice Pellets"/>
    <xs:enumeration value="Snow"/>
    <xs:enumeration value="Hail"/>
    <xs:enumeration value="Snow Grains"/>
    <xs:enumeration value="Snow Hail"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ct:WeatherObscurationType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Mist
enumeration Sand
enumeration Smoke
enumeration Haze
enumeration Volcanic Ash
enumeration Spray
enumeration Widespread Dust
enumeration Other
Used by
Source
<xs:simpleType name="WeatherObscurationType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Mist"/>
    <xs:enumeration value="Sand"/>
    <xs:enumeration value="Smoke"/>
    <xs:enumeration value="Haze"/>
    <xs:enumeration value="Volcanic Ash"/>
    <xs:enumeration value="Spray"/>
    <xs:enumeration value="Widespread Dust"/>
    <xs:enumeration value="Other"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ct:WeatherAddlPhenomType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Squall
enumeration Funnel Cloud
enumeration Sandstorm
enumeration Tornado
enumeration Waterspout
enumeration Duststorm
enumeration Dust Whirls
Used by
Source
<xs:simpleType name="WeatherAddlPhenomType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Squall"/>
    <xs:enumeration value="Funnel Cloud"/>
    <xs:enumeration value="Sandstorm"/>
    <xs:enumeration value="Tornado"/>
    <xs:enumeration value="Waterspout"/>
    <xs:enumeration value="Duststorm"/>
    <xs:enumeration value="Dust Whirls"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ct:SkyConditionType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Sky Clear
enumeration Few
enumeration Scattered
enumeration Broken
enumeration Overcast
Used by
Source
<xs:simpleType name="SkyConditionType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Sky Clear"/>
    <xs:enumeration value="Few"/>
    <xs:enumeration value="Scattered"/>
    <xs:enumeration value="Broken"/>
    <xs:enumeration value="Overcast"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type ct:METARType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#METARType_stationID edxl-have-v2.0-wd.tmp#METARType_observationTime edxl-have-v2.0-wd.tmp#METARType_tempC edxl-have-v2.0-wd.tmp#METARType_dewpointC edxl-have-v2.0-wd.tmp#METARType_windDirDegrees edxl-have-v2.0-wd.tmp#METARType_windSpeedkt edxl-have-v2.0-wd.tmp#METARType_windGustkt edxl-have-v2.0-wd.tmp#METARType_visibilityStatuteMI edxl-have-v2.0-wd.tmp#METARType_altimeterHP edxl-have-v2.0-wd.tmp#METARType_seaLevelPressuremb edxl-have-v2.0-wd.tmp#METARType_weatherPhenomenaReport edxl-have-v2.0-wd.tmp#METARType_skyCondition edxl-have-v2.0-wd.tmp#METARType_precip1HrIn edxl-have-v2.0-wd.tmp#METARType_precip3HrIn edxl-have-v2.0-wd.tmp#METARType_precip6HrIn edxl-have-v2.0-wd.tmp#METARType_precip24HrIn
Used by
Model
Children ct:altimeterHP, ct:dewpointC, ct:observationTime, ct:precip1HrIn, ct:precip24HrIn, ct:precip3HrIn, ct:precip6HrIn, ct:seaLevelPressuremb, ct:skyCondition, ct:stationID, ct:tempC, ct:visibilityStatuteMI, ct:weatherPhenomenaReport, ct:windDirDegrees, ct:windGustkt, ct:windSpeedkt
Source
<xs:complexType name="METARType">
  <xs:sequence>
    <xs:element name="stationID" minOccurs="1">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="[A-Z]{4}"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="observationTime" type="ct:EDXLDateTimeType" minOccurs="1"/>
    <xs:element name="tempC" type="ct:DegreesCType" minOccurs="0"/>
    <xs:element name="dewpointC" type="ct:DegreesCType" minOccurs="0"/>
    <xs:element name="windDirDegrees" type="ct:DegreesCircleType" minOccurs="0"/>
    <xs:element name="windSpeedkt" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="300"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="windGustkt" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="300"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="visibilityStatuteMI" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:float">
          <xs:minInclusive value="0.0"/>
          <xs:maxInclusive value="10.0"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="altimeterHP" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="800"/>
          <xs:maxInclusive value="1200"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="seaLevelPressuremb" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="800"/>
          <xs:maxInclusive value="1200"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="weatherPhenomenaReport" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="qualifier" type="ct:WeatherQualifierType" minOccurs="0"/>
          <xs:element name="descriptor" type="ct:WeatherDescriptorType" minOccurs="0"/>
          <xs:element name="precipitation" type="ct:WeatherPrecipitationType" minOccurs="0"/>
          <xs:element name="obscuration" type="ct:WeatherObscurationType" minOccurs="0"/>
          <xs:element name="additional" type="ct:WeatherAddlPhenomType" minOccurs="0"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="skyCondition" type="ct:SkyConditionType" minOccurs="0"/>
    <xs:element name="precip1HrIn" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:float">
          <xs:pattern value="[0-9][0-9].[0-9][0-9]"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="precip3HrIn" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:float">
          <xs:pattern value="[0-9][0-9].[0-9][0-9]"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="precip6HrIn" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:float">
          <xs:pattern value="[0-9][0-9].[0-9][0-9]"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="precip24HrIn" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:float">
          <xs:pattern value="[0-9][0-9].[0-9][0-9]"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type ct:WeatherInfoType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#WeatherInfoType_METARString edxl-have-v2.0-wd.tmp#WeatherInfoType_METARReadings edxl-have-v2.0-wd.tmp#WeatherInfoType_weatherRemarks edxl-have-v2.0-wd.tmp#WeatherInfoType_weatherConcerns
Used by
Element ct:weatherInfo
Model
Children ct:METARReadings, ct:METARString, ct:weatherConcerns, ct:weatherRemarks
Source
<xs:complexType name="WeatherInfoType">
  <xs:sequence>
    <xs:element name="METARString" type="xs:string" minOccurs="0" maxOccurs="1"/>
    <xs:element name="METARReadings" type="ct:METARType" minOccurs="0" maxOccurs="1"/>
    <xs:element name="weatherRemarks" type="xs:string" minOccurs="0" maxOccurs="1"/>
    <xs:element name="weatherConcerns" type="xs:string" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type ct:ValueListType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#valueListURI edxl-have-v2.0-wd.tmp#value
Used by
Model
Children ct:value, ct:valueListURI
Source
<xs:complexType name="ValueListType">
  <xs:sequence>
    <xs:element ref="ct:valueListURI" minOccurs="1" maxOccurs="1"/>
    <xs:element ref="ct:value" minOccurs="1" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type ct:ValueKeyStringPairType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#ValueKeyStringPairType_valueKeyURI edxl-have-v2.0-wd.tmp#ValueKeyStringPairType_pairValue
Model
Children ct:pairValue, ct:valueKeyURI
Source
<xs:complexType name="ValueKeyStringPairType">
  <xs:sequence>
    <xs:element name="valueKeyURI" type="ct:ValueKeyType" minOccurs="1" maxOccurs="1"/>
    <xs:element name="pairValue" type="xs:string" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type ct:ValueKeyIntPairType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#ValueKeyIntPairType_valueKeyURI edxl-have-v2.0-wd.tmp#ValueKeyIntPairType_pairValue
Model
Children ct:pairValue, ct:valueKeyURI
Source
<xs:complexType name="ValueKeyIntPairType">
  <xs:sequence>
    <xs:element name="valueKeyURI" type="ct:ValueKeyType" minOccurs="1" maxOccurs="1"/>
    <xs:element name="pairValue" type="xs:int" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type ct:PersonTimePairType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram edxl-have-v2.0-wd.tmp#PersonTimePairType_personDetails edxl-have-v2.0-wd.tmp#PersonTimePairType_timeValue
Model
Children ct:personDetails, ct:timeValue
Source
<xs:complexType name="PersonTimePairType">
  <xs:sequence>
    <xs:element name="personDetails" type="ct:PersonDetailsType" minOccurs="1" maxOccurs="1"/>
    <xs:element name="timeValue" type="ct:EDXLDateTimeType" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type ct:PersonDetailsType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Annotations
A container for defining the unique characteristics of a person only
Diagram
Diagram edxl-have-v2.0-wd.tmp#PersonName edxl-have-v2.0-wd.tmp#Addresses edxl-have-v2.0-wd.tmp#ContactNumbers edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers edxl-have-v2.0-wd.tmp#Identifiers edxl-have-v2.0-wd.tmp#urn_oasis_names_tc_emergency_edxl_ciq_1.0_xpil_PersonDetailsType
Type extension of PersonDetailsType
Type hierarchy
Used by
Model
Children Addresses, ContactNumbers, ElectronicAddressIdentifiers, Identifiers, PersonName
Source
<xs:complexType name="PersonDetailsType">
  <xs:annotation>
    <xs:documentation>A container for defining the unique characteristics of a person only</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="xpil:PersonDetailsType"/>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type PersonDetailsType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
A container for defining the unique characteristics of a person only
Diagram
Diagram edxl-have-v2.0-wd.tmp#PersonName edxl-have-v2.0-wd.tmp#Addresses edxl-have-v2.0-wd.tmp#ContactNumbers edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers edxl-have-v2.0-wd.tmp#Identifiers
Used by
Complex Type ct:PersonDetailsType
Element PersonDetails
Model
Children Addresses, ContactNumbers, ElectronicAddressIdentifiers, Identifiers, PersonName
Source
<xs:complexType name="PersonDetailsType">
  <xs:annotation>
    <xs:documentation>A container for defining the unique characteristics of a person only</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="n:PersonName" maxOccurs="unbounded"/>
    <xs:element ref="Addresses" minOccurs="0"/>
    <xs:element ref="ContactNumbers" minOccurs="0"/>
    <xs:element ref="ElectronicAddressIdentifiers" minOccurs="0"/>
    <xs:element ref="Identifiers" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type PersonNameType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Reusable complex type
Diagram
Diagram edxl-have-v2.0-wd.tmp#PersonNameType_NameElement
Used by
Model
Children NameElement
Source
<xs:complexType name="PersonNameType">
  <xs:annotation>
    <xs:documentation>Reusable complex type</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="NameElement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Name or part of a name.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="ct:String">
            <xs:attribute name="ElementType" type="PersonNameElementList">
              <xs:annotation>
                <xs:documentation>Clarifies the meaning of the element.Could be first name, middle name, etc. that is defined in the List list. Omit this attribute if the type of the name element is not known.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type PersonNameElementList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A list of person name element types, e.g. First Name, Last Name, Title, etc.
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration PrecedingTitle
His Excellency, Honorable, etc.
enumeration Title
A title signifies some sort of status, such as Mr, Miss,
Ms (marriage status), or education such as Professor, PhD, Dr, etc.
enumeration FirstName
The most important name element by which this particular individual
is identified in the group. E.g. John, Sam, Brian for Anglo-Saxon cultures.
enumeration MiddleName
Name elements related to additional identification of the individual,
such as names are parents or places.
enumeration LastName
Name element that identifies the group the individual belongs to and
is identified by, such as Last Name, Surname, Family Name, etc.
enumeration OtherName
Any other additional names that are not directly used to identify or
call the individual, such as names of ancestors, saints, etc.
enumeration Alias
A simple nick name that is commonly used as part of the name.
E.g. a fancy kick-boxer can be commonly known as Bill "Storm"
Bababoons, where "Storm" is obviously an alias.
enumeration GenerationIdentifier
Junior, Senior, The Second, IV,  etc.
enumeration Degree
Used by
Source
<xs:simpleType name="PersonNameElementList">
  <xs:annotation>
    <xs:documentation>A list of person name element types, e.g. First Name, Last Name, Title, etc.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="PrecedingTitle">
      <xs:annotation>
        <xs:documentation>His Excellency, Honorable, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Title">
      <xs:annotation>
        <xs:documentation>A title signifies some sort of status, such as Mr, Miss, Ms (marriage status), or education such as Professor, PhD, Dr, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="FirstName">
      <xs:annotation>
        <xs:documentation>The most important name element by which this particular individual is identified in the group. E.g. John, Sam, Brian for Anglo-Saxon cultures.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MiddleName">
      <xs:annotation>
        <xs:documentation>Name elements related to additional identification of the individual, such as names are parents or places.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="LastName">
      <xs:annotation>
        <xs:documentation>Name element that identifies the group the individual belongs to and is identified by, such as Last Name, Surname, Family Name, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="OtherName">
      <xs:annotation>
        <xs:documentation>Any other additional names that are not directly used to identify or call the individual, such as names of ancestors, saints, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Alias">
      <xs:annotation>
        <xs:documentation>A simple nick name that is commonly used as part of the name. E.g. a fancy kick-boxer can be commonly known as Bill "Storm" Bababoons, where "Storm" is obviously an alias.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="GenerationIdentifier">
      <xs:annotation>
        <xs:documentation>Junior, Senior, The Second, IV, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Degree"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type PartyIdentifierElementList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of information types used for describing party identifiers
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Identifier
enumeration IssuingCountryName
Used by
Source
<xs:simpleType name="PartyIdentifierElementList">
  <xs:annotation>
    <xs:documentation>List of information types used for describing party identifiers</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Identifier"/>
    <xs:enumeration value="IssuingCountryName"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type PartyIdentifierTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of identifier types
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration TaxID
enumeration CompanyID
enumeration NationalID
enumeration RegistrationID
Used by
Source
<xs:simpleType name="PartyIdentifierTypeList">
  <xs:annotation>
    <xs:documentation>List of identifier types</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="TaxID"/>
    <xs:enumeration value="CompanyID"/>
    <xs:enumeration value="NationalID"/>
    <xs:enumeration value="RegistrationID"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ct:CurrencyType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Diagram
Diagram
Type restriction of xs:string
Facets
pattern ([0-9])+[.][0-9][0-9] [A-Z][A-Z][A-Z]
Source
<xs:simpleType name="CurrencyType">
  <xs:restriction base="xs:string">
    <xs:pattern value="([0-9])+[.][0-9][0-9] [A-Z][A-Z][A-Z]"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type ct:OrganizationInformationType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Annotations
The container element for organization information elements.
Diagram
Diagram edxl-have-v2.0-wd.tmp#OrganisationName edxl-have-v2.0-wd.tmp#Addresses edxl-have-v2.0-wd.tmp#ContactNumbers edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers edxl-have-v2.0-wd.tmp#OrganisationInfo edxl-have-v2.0-wd.tmp#OrganisationDetailsType
Type extension of OrganisationDetailsType
Type hierarchy
Model
Children Addresses, ContactNumbers, ElectronicAddressIdentifiers, OrganisationInfo, OrganisationName
Source
<xs:complexType name="OrganizationInformationType">
  <xs:annotation>
    <xs:documentation>The container element for organization information elements.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="xpil:OrganisationDetailsType"/>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type ct:EDXLGeoPoliticalLocationType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Annotations
A container for defining Geo-Political Locations
Diagram
Diagram edxl-have-v2.0-wd.tmp#EDXLGeoPoliticalLocationType_address edxl-have-v2.0-wd.tmp#EDXLGeoPoliticalLocationType_geoCode
Used by
Model
Children ct:address, ct:geoCode
Source
<xs:complexType name="EDXLGeoPoliticalLocationType">
  <xs:annotation>
    <xs:documentation>A container for defining Geo-Political Locations</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="address" type="xal:AddressType"/>
    <xs:element name="geoCode" type="ct:ValueListType"/>
  </xs:choice>
</xs:complexType>
[ top ]
Complex Type ct:EDXLLocationType
Namespace urn:oasis:names:tc:emergency:edxl:ct:1.0
Annotations
A Container for describing both Geo-Political and Geographic Locations
Diagram
Diagram edxl-have-v2.0-wd.tmp#EDXLLocationType_EDXLGeoLocation edxl-have-v2.0-wd.tmp#EDXLLocationType_EDXLGeoPoliticalLocation
Model
Children ct:EDXLGeoLocation, ct:EDXLGeoPoliticalLocation
Source
<xs:complexType name="EDXLLocationType">
  <xs:annotation>
    <xs:documentation>A Container for describing both Geo-Political and Geographic Locations</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="EDXLGeoLocation" type="edxl-gsf:EDXLGeoLocationType"/>
    <xs:element name="EDXLGeoPoliticalLocation" type="ct:EDXLGeoPoliticalLocationType"/>
  </xs:choice>
</xs:complexType>
[ top ]
Complex Type PartyType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
A container for defining the unique characteristics of a party, which can
be a person or organisation
Diagram
Diagram edxl-have-v2.0-wd.tmp#PartyType_PartyName edxl-have-v2.0-wd.tmp#Addresses edxl-have-v2.0-wd.tmp#ContactNumbers edxl-have-v2.0-wd.tmp#ElectronicAddressIdentifiers edxl-have-v2.0-wd.tmp#Identifiers edxl-have-v2.0-wd.tmp#OrganisationInfo
Used by
Element Party
Model
Children Addresses, ContactNumbers, ElectronicAddressIdentifiers, Identifiers, OrganisationInfo, PartyName
Source
<xs:complexType name="PartyType">
  <xs:annotation>
    <xs:documentation>A container for defining the unique characteristics of a party, which can be a person or organisation</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PartyName" type="n:PartyNameType" minOccurs="0"/>
    <xs:element ref="Addresses" minOccurs="0"/>
    <xs:element ref="ContactNumbers" minOccurs="0"/>
    <xs:element ref="ElectronicAddressIdentifiers" minOccurs="0"/>
    <xs:element ref="Identifiers" minOccurs="0"/>
    <xs:element ref="OrganisationInfo" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container for other organisation specific details that are not covered in this schema that are common to a party</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type PartyNameType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Reusable complex type for a party. A party is a person or an organisation
Diagram
Diagram edxl-have-v2.0-wd.tmp#PartyNameType_PartyNameID edxl-have-v2.0-wd.tmp#PartyNameType_PartyNameIDType edxl-have-v2.0-wd.tmp#NameLine edxl-have-v2.0-wd.tmp#PartyNameType_PersonName edxl-have-v2.0-wd.tmp#PartyNameType_OrganisationName
Used by
Model
Children NameLine, OrganisationName, PersonName
Attributes
QName Type Use Annotation
PartyNameID String optional
A unique identifier of a party
PartyNameIDType PartyNameIDTypeList optional
Type of Party Name ID
Source
<xs:complexType name="PartyNameType">
  <xs:annotation>
    <xs:documentation>Reusable complex type for a party. A party is a person or an organisation</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="NameLine" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="PersonName" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Container for person name details. Same person with many types (e.g. alias, pet name, nick name) of names can be used by this container.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="PersonNameType"/>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="OrganisationName" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A container for organisation name details. Same organisaion with many types of names can be used by this container</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="OrganisationNameType"/>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="PartyNameID" type="ct:String">
    <xs:annotation>
      <xs:documentation>A unique identifier of a party</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="PartyNameIDType" type="PartyNameIDTypeList">
    <xs:annotation>
      <xs:documentation>Type of Party Name ID</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
[ top ]
Simple Type PartyNameIDTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A list of all types of Party Name IDs
Diagram
Diagram
Type xs:normalizedString
Used by
Source
<xs:simpleType name="PartyNameIDTypeList">
  <xs:annotation>
    <xs:documentation>A list of all types of Party Name IDs</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type JointNameConnectorList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A list of possible values for joint name connector
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="JointNameConnectorList">
  <xs:annotation>
    <xs:documentation>A list of possible values for joint name connector</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type NameLineTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A list of possible values for types of name lines
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="NameLineTypeList">
  <xs:annotation>
    <xs:documentation>A list of possible values for types of name lines</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type PartyNameUsageList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A list of usage types of party name
Diagram
Diagram
Type xs:string
Source
<xs:simpleType name="PartyNameUsageList">
  <xs:annotation>
    <xs:documentation>A list of usage types of party name</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
[ top ]
Simple Type PersonNameUsageList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A list of usage types of person name
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="PersonNameUsageList">
  <xs:annotation>
    <xs:documentation>A list of usage types of person name</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type PersonIDTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A list of all types of person name IDs
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="PersonIDTypeList">
  <xs:annotation>
    <xs:documentation>A list of all types of person name IDs</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type OrganisationNameElementList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A list of organisation name element types, e.g. Name, propriety type,
liability type, etc.
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration NameOnly
"Sakthisoft" in "Sakthisoft Pty. Ltd". "Pty.Ltd" is the legal
entity for the organisation name "Sakthisoft"
enumeration TypeOnly
"Pty. Ltd" in Sakthisoft Pty.Ltd, where "Sakthisoft" is the name
of the organisation. "Inc" in ABC Inc, where "ABC" is organisation name
enumeration FullName
Full Name of the organisation. e.g. Sakthisoft Pty. Ltd
Source
<xs:simpleType name="OrganisationNameElementList">
  <xs:annotation>
    <xs:documentation>A list of organisation name element types, e.g. Name, propriety type, liability type, etc.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="NameOnly">
      <xs:annotation>
        <xs:documentation>"Sakthisoft" in "Sakthisoft Pty. Ltd". "Pty.Ltd" is the legal entity for the organisation name "Sakthisoft"</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TypeOnly">
      <xs:annotation>
        <xs:documentation>"Pty. Ltd" in Sakthisoft Pty.Ltd, where "Sakthisoft" is the name of the organisation. "Inc" in ABC Inc, where "ABC" is organisation name</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="FullName">
      <xs:annotation>
        <xs:documentation>Full Name of the organisation. e.g. Sakthisoft Pty. Ltd</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type OrganisationNameUsageList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A list of usage types for organisation name
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="OrganisationNameUsageList">
  <xs:annotation>
    <xs:documentation>A list of usage types for organisation name</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type PersonNameTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A list of common types for person names
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Alias
enumeration LegalName
enumeration KnownAs
enumeration MaidenName
Name of an individual before marriage.
enumeration FormerName
Former name of the person
enumeration CommonUse
Name that is commonly used by others, e.g. a simplified form
of the official name.
enumeration NameAtBirth
A name given to an individual at birth, but later changed
(common in some cultures)
enumeration PreferredName
Indicates that the party prefers to be called by this name
enumeration OfficialName
An official name of the person, e.g. as in the passport.
incorporation certificate, etc.
enumeration UnofficialName
enumeration NickName
enumeration PetName
Source
<xs:simpleType name="PersonNameTypeList">
  <xs:annotation>
    <xs:documentation>A list of common types for person names</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Alias"/>
    <xs:enumeration value="LegalName"/>
    <xs:enumeration value="KnownAs"/>
    <xs:enumeration value="MaidenName">
      <xs:annotation>
        <xs:documentation>Name of an individual before marriage.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="FormerName">
      <xs:annotation>
        <xs:documentation>Former name of the person</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CommonUse">
      <xs:annotation>
        <xs:documentation>Name that is commonly used by others, e.g. a simplified form of the official name.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NameAtBirth">
      <xs:annotation>
        <xs:documentation>A name given to an individual at birth, but later changed (common in some cultures)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PreferredName">
      <xs:annotation>
        <xs:documentation>Indicates that the party prefers to be called by this name</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="OfficialName">
      <xs:annotation>
        <xs:documentation>An official name of the person, e.g. as in the passport. incorporation certificate, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="UnofficialName"/>
    <xs:enumeration value="NickName"/>
    <xs:enumeration value="PetName"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type OrganisationNameTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A list of common types for organisation names
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration LegalName
enumeration FormerName
Former name of the organisation
enumeration CommonUse
enumeration PublishingName
enumeration OfficialName
enumeration UnofficialName
enumeration Undefined
unknown
Source
<xs:simpleType name="OrganisationNameTypeList">
  <xs:annotation>
    <xs:documentation>A list of common types for organisation names</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="LegalName"/>
    <xs:enumeration value="FormerName">
      <xs:annotation>
        <xs:documentation>Former name of the organisation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CommonUse"/>
    <xs:enumeration value="PublishingName"/>
    <xs:enumeration value="OfficialName"/>
    <xs:enumeration value="UnofficialName"/>
    <xs:enumeration value="Undefined">
      <xs:annotation>
        <xs:documentation>unknown</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type SubDivisionTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A list of common types for subdivisions
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Department
enumeration Division
enumeration Branch
enumeration BusinessUnit
enumeration School
enumeration Section
Source
<xs:simpleType name="SubDivisionTypeList">
  <xs:annotation>
    <xs:documentation>A list of common types for subdivisions</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Department"/>
    <xs:enumeration value="Division"/>
    <xs:enumeration value="Branch"/>
    <xs:enumeration value="BusinessUnit"/>
    <xs:enumeration value="School"/>
    <xs:enumeration value="Section"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type AddressTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of types of addresses
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Airport
enumeration Business
enumeration CaravanPark
enumeration CommercialPark
enumeration CommunityDevelopment
enumeration EducationalInstitution
enumeration Entertainment
enumeration Hospital
enumeration Location
enumeration Marina
enumeration MilitaryBase
enumeration OverseasMilitary
enumeration Port
enumeration Primary
enumeration RecreationalPark
enumeration Resort
enumeration RetirementVillage
enumeration Rural
enumeration Secondary
enumeration ShoppingCentre
enumeration SportingCentre
enumeration Urban
Source
<xs:simpleType name="AddressTypeList">
  <xs:annotation>
    <xs:documentation>A list of types of addresses</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Airport"/>
    <xs:enumeration value="Business"/>
    <xs:enumeration value="CaravanPark"/>
    <xs:enumeration value="CommercialPark"/>
    <xs:enumeration value="CommunityDevelopment"/>
    <xs:enumeration value="EducationalInstitution"/>
    <xs:enumeration value="Entertainment"/>
    <xs:enumeration value="Hospital"/>
    <xs:enumeration value="Location"/>
    <xs:enumeration value="Marina"/>
    <xs:enumeration value="MilitaryBase"/>
    <xs:enumeration value="OverseasMilitary"/>
    <xs:enumeration value="Port"/>
    <xs:enumeration value="Primary"/>
    <xs:enumeration value="RecreationalPark"/>
    <xs:enumeration value="Resort"/>
    <xs:enumeration value="RetirementVillage"/>
    <xs:enumeration value="Rural"/>
    <xs:enumeration value="Secondary"/>
    <xs:enumeration value="ShoppingCentre"/>
    <xs:enumeration value="SportingCentre"/>
    <xs:enumeration value="Urban"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type AddressIDTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of types of address identifiers
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="AddressIDTypeList">
  <xs:annotation>
    <xs:documentation>A list of types of address identifiers</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type AddressLineTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of ypes of address line., e.g. street details, locality details
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="AddressLineTypeList">
  <xs:annotation>
    <xs:documentation>A list of ypes of address line., e.g. street details, locality details</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type AddressUsageList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of types of usage of the address
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Business
enumeration Billing
enumeration Communication
enumeration Contact
enumeration Mailing
enumeration Personal
enumeration Postal
enumeration Residential
Source
<xs:simpleType name="AddressUsageList">
  <xs:annotation>
    <xs:documentation>A list of types of usage of the address</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Business"/>
    <xs:enumeration value="Billing"/>
    <xs:enumeration value="Communication"/>
    <xs:enumeration value="Contact"/>
    <xs:enumeration value="Mailing"/>
    <xs:enumeration value="Personal"/>
    <xs:enumeration value="Postal"/>
    <xs:enumeration value="Residential"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type AdministrativeAreaTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of administrative area types
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration City
Only name of the administrative area without its type, e.g. NSW, CA, Quebec
enumeration State
The type of the area, e.g. state, district, province, etc.
enumeration Territory
enumeration Province
Source
<xs:simpleType name="AdministrativeAreaTypeList">
  <xs:annotation>
    <xs:documentation>A list of administrative area types</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="City">
      <xs:annotation>
        <xs:documentation>Only name of the administrative area without its type, e.g. NSW, CA, Quebec</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="State">
      <xs:annotation>
        <xs:documentation>The type of the area, e.g. state, district, province, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Territory"/>
    <xs:enumeration value="Province"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type AdministrativeAreaNameTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of administrative area name element types
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Name
Name of the administrative area
enumeration Number
enumeration ReferenceLocation
Reference location information in support of the administrative area.
e.g. Territory of France
enumeration Type
Other supporting information
Source
<xs:simpleType name="AdministrativeAreaNameTypeList">
  <xs:annotation>
    <xs:documentation>A list of administrative area name element types</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Name">
      <xs:annotation>
        <xs:documentation>Name of the administrative area</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Number"/>
    <xs:enumeration value="ReferenceLocation">
      <xs:annotation>
        <xs:documentation>Reference location information in support of the administrative area. e.g. Territory of France</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Type">
      <xs:annotation>
        <xs:documentation>Other supporting information</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type AdministrativeAreaNameCodeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of codes for name of administrative area
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="AdministrativeAreaNameCodeList">
  <xs:annotation>
    <xs:documentation>A list of codes for name of administrative area</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type CountryNameTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of country name element types
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Name
Name of the country  e.g. AUSTRALIA
enumeration Type
Although a Country, could be classified as a territory of a country.
For example, "NOUVELLE CALEDONIE" is a territory of "FRANCE".
Source
<xs:simpleType name="CountryNameTypeList">
  <xs:annotation>
    <xs:documentation>A list of country name element types</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Name">
      <xs:annotation>
        <xs:documentation>Name of the country e.g. AUSTRALIA</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Type">
      <xs:annotation>
        <xs:documentation>Although a Country, could be classified as a territory of a country. For example, "NOUVELLE CALEDONIE" is a territory of "FRANCE".</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type CountryNameCodeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of codes for name of country
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="CountryNameCodeList">
  <xs:annotation>
    <xs:documentation>A list of codes for name of country</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type DatumCodeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of codes for datum
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="DatumCodeList">
  <xs:annotation>
    <xs:documentation>A list of codes for datum</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type DeliveryModeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of codes for mode of delivery of address
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="DeliveryModeList">
  <xs:annotation>
    <xs:documentation>A list of codes for mode of delivery of address</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type DirectionTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of directions for geo-coordinates
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration East
enumeration West
enumeration North
enumeration South
Source
<xs:simpleType name="DirectionTypeList">
  <xs:annotation>
    <xs:documentation>A list of directions for geo-coordinates</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="East"/>
    <xs:enumeration value="West"/>
    <xs:enumeration value="North"/>
    <xs:enumeration value="South"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type LocalityNameTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of locality name element types such as name of locality, reference data
in support of locality
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Name
Name of the locality
enumeration Number
enumeration ReferenceLocation
Any reference locality data in support of the locality. e.g. Next town
north of Town A, via-town name
enumeration Type
Other supporting information
Source
<xs:simpleType name="LocalityNameTypeList">
  <xs:annotation>
    <xs:documentation>A list of locality name element types such as name of locality, reference data in support of locality</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Name">
      <xs:annotation>
        <xs:documentation>Name of the locality</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Number"/>
    <xs:enumeration value="ReferenceLocation">
      <xs:annotation>
        <xs:documentation>Any reference locality data in support of the locality. e.g. Next town north of Town A, via-town name</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Type">
      <xs:annotation>
        <xs:documentation>Other supporting information</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type LocalityNameCodeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of codes for name of locality
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="LocalityNameCodeList">
  <xs:annotation>
    <xs:documentation>A list of codes for name of locality</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type LocalityTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of locality name types such as Municipality, Village, Area, etc
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Municipality
enumeration PostTown
enumeration Place
enumeration Suburb
enumeration Town
enumeration Village
enumeration Area
enumeration Zone
Source
<xs:simpleType name="LocalityTypeList">
  <xs:annotation>
    <xs:documentation>A list of locality name types such as Municipality, Village, Area, etc</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Municipality"/>
    <xs:enumeration value="PostTown"/>
    <xs:enumeration value="Place"/>
    <xs:enumeration value="Suburb"/>
    <xs:enumeration value="Town"/>
    <xs:enumeration value="Village"/>
    <xs:enumeration value="Area"/>
    <xs:enumeration value="Zone"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type MeridianCodeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of meridian codes
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="MeridianCodeList">
  <xs:annotation>
    <xs:documentation>A list of meridian codes</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type PostOfficeTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of types of postal delivery offices
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="PostOfficeTypeList">
  <xs:annotation>
    <xs:documentation>A list of types of postal delivery offices</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type PostalDeliveryPointTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of postal delivery point types
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration GPOBox
enumeration POBox
enumeration LockedBag
enumeration MailStop
enumeration PigeonHole
enumeration PrivateBag
Source
<xs:simpleType name="PostalDeliveryPointTypeList">
  <xs:annotation>
    <xs:documentation>A list of postal delivery point types</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="GPOBox"/>
    <xs:enumeration value="POBox"/>
    <xs:enumeration value="LockedBag"/>
    <xs:enumeration value="MailStop"/>
    <xs:enumeration value="PigeonHole"/>
    <xs:enumeration value="PrivateBag"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ProjectionCodeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of codes for projection
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="ProjectionCodeList">
  <xs:annotation>
    <xs:documentation>A list of codes for projection</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type PremisesElementTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of name types for premises
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Name
Names of Premises such as airport, hospital, university, military base, etc.
Can also be the name of the building or house or apartment
enumeration Location
Where in the building/landmark the premises is located, e.g. lobby, ground
floor, penthouse, or where in a larger complex (e.g. airport) the address
is located.
enumeration SubPremisesConnector
Free text description that is required to logically connect the 2 premises
enumeration InternalThoroughfare
Roads and streets within boundaries of larger complexes/premises such as
hospitals, airports, etc.
enumeration ReferenceLocation
Free text description of some other location and how this premises relates
to it, e.g. 300m from water station, new the police station, etc.
enumeration Type
Additional supporting information
Source
<xs:simpleType name="PremisesElementTypeList">
  <xs:annotation>
    <xs:documentation>A list of name types for premises</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Name">
      <xs:annotation>
        <xs:documentation>Names of Premises such as airport, hospital, university, military base, etc. Can also be the name of the building or house or apartment</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Location">
      <xs:annotation>
        <xs:documentation>Where in the building/landmark the premises is located, e.g. lobby, ground floor, penthouse, or where in a larger complex (e.g. airport) the address is located.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="SubPremisesConnector">
      <xs:annotation>
        <xs:documentation>Free text description that is required to logically connect the 2 premises</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="InternalThoroughfare">
      <xs:annotation>
        <xs:documentation>Roads and streets within boundaries of larger complexes/premises such as hospitals, airports, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ReferenceLocation">
      <xs:annotation>
        <xs:documentation>Free text description of some other location and how this premises relates to it, e.g. 300m from water station, new the police station, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Type">
      <xs:annotation>
        <xs:documentation>Additional supporting information</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type PremisesTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of premises type
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Airport
enumeration Area
enumeration Building
enumeration Farm
enumeration Hospital
enumeration House
enumeration LandMark
enumeration LargeMailUser
enumeration Lot
enumeration RailwayStation
enumeration ShoppingComplex
enumeration University
enumeration Unit
Source
<xs:simpleType name="PremisesTypeList">
  <xs:annotation>
    <xs:documentation>A list of premises type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Airport"/>
    <xs:enumeration value="Area"/>
    <xs:enumeration value="Building"/>
    <xs:enumeration value="Farm"/>
    <xs:enumeration value="Hospital"/>
    <xs:enumeration value="House"/>
    <xs:enumeration value="LandMark"/>
    <xs:enumeration value="LargeMailUser"/>
    <xs:enumeration value="Lot"/>
    <xs:enumeration value="RailwayStation"/>
    <xs:enumeration value="ShoppingComplex"/>
    <xs:enumeration value="University"/>
    <xs:enumeration value="Unit"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type RuralDeliveryTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of rural delivery types such as road, air, water
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="RuralDeliveryTypeList">
  <xs:annotation>
    <xs:documentation>A list of rural delivery types such as road, air, water</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type SubAdministrativeAreaNameTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of sub administrative area name element types
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Name
Name of the sub administrative area
enumeration Number
enumeration ReferenceLocation
Reference location information in support of the sub administrative area.
enumeration Type
Other supporting information
Source
<xs:simpleType name="SubAdministrativeAreaNameTypeList">
  <xs:annotation>
    <xs:documentation>A list of sub administrative area name element types</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Name">
      <xs:annotation>
        <xs:documentation>Name of the sub administrative area</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Number"/>
    <xs:enumeration value="ReferenceLocation">
      <xs:annotation>
        <xs:documentation>Reference location information in support of the sub administrative area.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Type">
      <xs:annotation>
        <xs:documentation>Other supporting information</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type SubAdministrativeAreaNameCodeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of codes for name of sub adiministrative area
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="SubAdministrativeAreaNameCodeList">
  <xs:annotation>
    <xs:documentation>A list of codes for name of sub adiministrative area</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type SubAdministrativeAreaTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of sub administrative area name types
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration County
enumeration District
enumeration Province
enumeration Region
Source
<xs:simpleType name="SubAdministrativeAreaTypeList">
  <xs:annotation>
    <xs:documentation>A list of sub administrative area name types</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="County"/>
    <xs:enumeration value="District"/>
    <xs:enumeration value="Province"/>
    <xs:enumeration value="Region"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type SubLocalityNameTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of sub locality name element types
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Name
enumeration Number
enumeration ReferenceLocation
enumeration Type
Other supporting information
Source
<xs:simpleType name="SubLocalityNameTypeList">
  <xs:annotation>
    <xs:documentation>A list of sub locality name element types</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Name"/>
    <xs:enumeration value="Number"/>
    <xs:enumeration value="ReferenceLocation"/>
    <xs:enumeration value="Type">
      <xs:annotation>
        <xs:documentation>Other supporting information</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type SubLocalityNameCodeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of codes for names of sub locality
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="SubLocalityNameCodeList">
  <xs:annotation>
    <xs:documentation>A list of codes for names of sub locality</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type SubLocalityTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of sublocality types
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Municipality
enumeration Village
Source
<xs:simpleType name="SubLocalityTypeList">
  <xs:annotation>
    <xs:documentation>A list of sublocality types</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Municipality"/>
    <xs:enumeration value="Village"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type SubPremisesTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
A list of sub premises types
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Room
enumeration Suite
enumeration Apartment
enumeration Shop
enumeration Office
enumeration Unit
Source
<xs:simpleType name="SubPremisesTypeList">
  <xs:annotation>
    <xs:documentation>A list of sub premises types</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Room"/>
    <xs:enumeration value="Suite"/>
    <xs:enumeration value="Apartment"/>
    <xs:enumeration value="Shop"/>
    <xs:enumeration value="Office"/>
    <xs:enumeration value="Unit"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type AccountElementList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of information types used for account details
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration AccountID
The unique name, number or mixed account identifier, e.g. bank account number
enumeration IssuingAuthority
The organisation that assigns and manages the account, e.g. a bank,
power supplier, etc.
enumeration AccountType
Commonly recognised names, such as IRD number (for NZ), SSN (for US),
ABN (for AU), etc.
enumeration AccountBranch
enumeration IssuingCountryName
The country that issued the account
Source
<xs:simpleType name="AccountElementList">
  <xs:annotation>
    <xs:documentation>List of information types used for account details</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="AccountID">
      <xs:annotation>
        <xs:documentation>The unique name, number or mixed account identifier, e.g. bank account number</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IssuingAuthority">
      <xs:annotation>
        <xs:documentation>The organisation that assigns and manages the account, e.g. a bank, power supplier, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AccountType">
      <xs:annotation>
        <xs:documentation>Commonly recognised names, such as IRD number (for NZ), SSN (for US), ABN (for AU), etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AccountBranch"/>
    <xs:enumeration value="IssuingCountryName">
      <xs:annotation>
        <xs:documentation>The country that issued the account</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type AccountOwnershipTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of types of account ownerships
Diagram
Diagram
Type xs:time
Source
<xs:simpleType name="AccountOwnershipTypeList">
  <xs:annotation>
    <xs:documentation>List of types of account ownerships</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:time"/>
</xs:simpleType>
[ top ]
Simple Type AccountTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of types of accounts
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="AccountTypeList">
  <xs:annotation>
    <xs:documentation>List of types of accounts</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type BloodGroupList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of types of blood groups
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration A+
enumeration A-
enumeration B+
enumeration B-
enumeration AB+
enumeration AB-
enumeration O+
enumeration O-
Source
<xs:simpleType name="BloodGroupList">
  <xs:annotation>
    <xs:documentation>List of types of blood groups</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="A+"/>
    <xs:enumeration value="A-"/>
    <xs:enumeration value="B+"/>
    <xs:enumeration value="B-"/>
    <xs:enumeration value="AB+"/>
    <xs:enumeration value="AB-"/>
    <xs:enumeration value="O+"/>
    <xs:enumeration value="O-"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type BodyMarkPartList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of body parts for marks
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="BodyMarkPartList">
  <xs:annotation>
    <xs:documentation>List of body parts for marks</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type BodyMarkPartLocationList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of locations on the body parts where the marks are found
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="BodyMarkPartLocationList">
  <xs:annotation>
    <xs:documentation>List of locations on the body parts where the marks are found</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type BirthInfoElementList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of information types used for birth information
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration BirthStar
Commonly used in some oriental cultures
enumeration BirthPlace
A free text descriprion of the birth place, e.g. country name, region, etc.
enumeration BirthSign
Specific to some cultures
Source
<xs:simpleType name="BirthInfoElementList">
  <xs:annotation>
    <xs:documentation>List of information types used for birth information</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="BirthStar">
      <xs:annotation>
        <xs:documentation>Commonly used in some oriental cultures</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="BirthPlace">
      <xs:annotation>
        <xs:documentation>A free text descriprion of the birth place, e.g. country name, region, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="BirthSign">
      <xs:annotation>
        <xs:documentation>Specific to some cultures</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type DisabilityCauseList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of causes of disability
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="DisabilityCauseList">
  <xs:annotation>
    <xs:documentation>List of causes of disability</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type DocumentElementList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of information types used for document details
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration DocumentID
Usually the number of the document, which can be alphanumeric
enumeration DocumentName
Name of the document.e.g. VISA, MASTERCARD for credit cards
enumeration Privilege
A privilege the holder of the document was grunted.
E.g. security access level
enumeration Restriction
A restriction imposed on the holder of the document.
E.g. learners license
enumeration GroupName
A name of a larger group that recognises this document or supports it.
enumeration VerificationCode
Verification/security code as in credit card
enumeration Category
Category of the document such as Donor Type in License,
Gold Card, Silver Card, Platinum Card, etc
enumeration IssuePlace
Place of issue of the document. e.g.  Sydney, Australia
enumeration AccessCode
Access/Security code of the document
enumeration Type
Use this if the enumeration list for type of document is not used.
Source
<xs:simpleType name="DocumentElementList">
  <xs:annotation>
    <xs:documentation>List of information types used for document details</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="DocumentID">
      <xs:annotation>
        <xs:documentation>Usually the number of the document, which can be alphanumeric</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="DocumentName">
      <xs:annotation>
        <xs:documentation>Name of the document.e.g. VISA, MASTERCARD for credit cards</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Privilege">
      <xs:annotation>
        <xs:documentation>A privilege the holder of the document was grunted. E.g. security access level</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Restriction">
      <xs:annotation>
        <xs:documentation>A restriction imposed on the holder of the document. E.g. learners license</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="GroupName">
      <xs:annotation>
        <xs:documentation>A name of a larger group that recognises this document or supports it.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="VerificationCode">
      <xs:annotation>
        <xs:documentation>Verification/security code as in credit card</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Category">
      <xs:annotation>
        <xs:documentation>Category of the document such as Donor Type in License, Gold Card, Silver Card, Platinum Card, etc</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IssuePlace">
      <xs:annotation>
        <xs:documentation>Place of issue of the document. e.g. Sydney, Australia</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AccessCode">
      <xs:annotation>
        <xs:documentation>Access/Security code of the document</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Type">
      <xs:annotation>
        <xs:documentation>Use this if the enumeration list for type of document is not used.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type DocumentTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of types of documents
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Passport
enumeration DriverLicense
enumeration CreditCard
enumeration BankCard
enumeration KeyCard
enumeration AccessCard
enumeration IdentificationCard
enumeration Certificate
enumeration MileageProgram
Source
<xs:simpleType name="DocumentTypeList">
  <xs:annotation>
    <xs:documentation>List of types of documents</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Passport"/>
    <xs:enumeration value="DriverLicense"/>
    <xs:enumeration value="CreditCard"/>
    <xs:enumeration value="BankCard"/>
    <xs:enumeration value="KeyCard"/>
    <xs:enumeration value="AccessCard"/>
    <xs:enumeration value="IdentificationCard"/>
    <xs:enumeration value="Certificate"/>
    <xs:enumeration value="MileageProgram"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type EventTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of type of events
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="EventTypeList">
  <xs:annotation>
    <xs:documentation>List of type of events</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type FeatureTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of person's physical features
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Weight
enumeration Height
enumeration HairColour
enumeration EyeColour
enumeration SkinColour
enumeration Waist
enumeration Breast
enumeration Hip
Source
<xs:simpleType name="FeatureTypeList">
  <xs:annotation>
    <xs:documentation>List of person's physical features</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Weight"/>
    <xs:enumeration value="Height"/>
    <xs:enumeration value="HairColour"/>
    <xs:enumeration value="EyeColour"/>
    <xs:enumeration value="SkinColour"/>
    <xs:enumeration value="Waist"/>
    <xs:enumeration value="Breast"/>
    <xs:enumeration value="Hip"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type FreeTextLineTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of types for free text lines for defining party
characteristics as free format text
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="FreeTextLineTypeList">
  <xs:annotation>
    <xs:documentation>List of types for free text lines for defining party characteristics as free format text</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type GenderList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of type of gender
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="GenderList">
  <xs:annotation>
    <xs:documentation>List of type of gender</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type HabitTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of type/category of habit
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="HabitTypeList">
  <xs:annotation>
    <xs:documentation>List of type/category of habit</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type HobbyTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of type/category of hobby
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="HobbyTypeList">
  <xs:annotation>
    <xs:documentation>List of type/category of hobby</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type LanguagePreferenceList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of preference to use the language e.g. speak, read, write
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="LanguagePreferenceList">
  <xs:annotation>
    <xs:documentation>List of preference to use the language e.g. speak, read, write</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type LanguageSkillsList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of types of skills on languages
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration No
enumeration Fluent
enumeration Excellent
enumeration Good
enumeration Bad
enumeration Average
enumeration Fair
Source
<xs:simpleType name="LanguageSkillsList">
  <xs:annotation>
    <xs:documentation>List of types of skills on languages</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="No"/>
    <xs:enumeration value="Fluent"/>
    <xs:enumeration value="Excellent"/>
    <xs:enumeration value="Good"/>
    <xs:enumeration value="Bad"/>
    <xs:enumeration value="Average"/>
    <xs:enumeration value="Fair"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type LanguageTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Type of language e.g. by birth, by education
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="LanguageTypeList">
  <xs:annotation>
    <xs:documentation>Type of language e.g. by birth, by education</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type MaritalStatusList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of types of marital status
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="MaritalStatusList">
  <xs:annotation>
    <xs:documentation>List of types of marital status</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type MembershipElementList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of information types used for describing a membership
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration MembershipNumber
Membership identifier, e.g. membership number or some other type of ID
enumeration Privilege
A privilege that the member can enjoy as part of the membership.
E.g. access to free events.
enumeration Restriction
A restriction that the membership imposes on the member, e.g. do not smoke.
enumeration GroupName
Larger group or alliance name the membership provides access to.
enumeration Category
Category of the membership such as Gold, Silver, Platinum, etc
enumeration Type
Use this if the enumeration list for type of memberhsip is not used.
enumeration IssuingCountryName
The country that issues the membership
enumeration Role
Role in membership for a person , e.g. secretary, President, treasurer
Source
<xs:simpleType name="MembershipElementList">
  <xs:annotation>
    <xs:documentation>List of information types used for describing a membership</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="MembershipNumber">
      <xs:annotation>
        <xs:documentation>Membership identifier, e.g. membership number or some other type of ID</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Privilege">
      <xs:annotation>
        <xs:documentation>A privilege that the member can enjoy as part of the membership. E.g. access to free events.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Restriction">
      <xs:annotation>
        <xs:documentation>A restriction that the membership imposes on the member, e.g. do not smoke.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="GroupName">
      <xs:annotation>
        <xs:documentation>Larger group or alliance name the membership provides access to.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Category">
      <xs:annotation>
        <xs:documentation>Category of the membership such as Gold, Silver, Platinum, etc</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Type">
      <xs:annotation>
        <xs:documentation>Use this if the enumeration list for type of memberhsip is not used.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IssuingCountryName">
      <xs:annotation>
        <xs:documentation>The country that issues the membership</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Role">
      <xs:annotation>
        <xs:documentation>Role in membership for a person , e.g. secretary, President, treasurer</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type MembershipTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of types of memberships
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="MembershipTypeList">
  <xs:annotation>
    <xs:documentation>List of types of memberships</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type NationalityTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of types of obtaining nationality
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="NationalityTypeList">
  <xs:annotation>
    <xs:documentation>List of types of obtaining nationality</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type NumberTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of name types for commonly used Number type
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration RangeFrom
Indicates that the element contains the lower
value of a range, e.g. 25 in 25-37
enumeration Range
Indicates that the value is a range, e.g. 25-37
enumeration RangeTo
Indicates that the element contains the top value
of a range, e.g. 25 in 25-37
enumeration Prefix
Indicates that the element contains some value that is
                     important, but not exactly the number itself.
E.g. A250, where A is the prefix to the number 250
enumeration Suffix
Indicates that the element contains some value that is important,
but not exactly the number itself. E.g. 'bis' in '45 bis'
enumeration Number
Indicates that the value is number, e.g. 2020 in ID 2020.
The actual value can be alpha-numeric.
enumeration Separator
Indicates that the value is a separator that is expected
to be preserved. Examples are / - #, etc.
enumeration Extension
Indicates that the value is an extension number of some identifier,
e.g. 01 in ID 2330-01. 01 could be mean a specific semantics
Source
<xs:simpleType name="NumberTypeList">
  <xs:annotation>
    <xs:documentation>List of name types for commonly used Number type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="RangeFrom">
      <xs:annotation>
        <xs:documentation>Indicates that the element contains the lower value of a range, e.g. 25 in 25-37</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Range">
      <xs:annotation>
        <xs:documentation>Indicates that the value is a range, e.g. 25-37</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="RangeTo">
      <xs:annotation>
        <xs:documentation>Indicates that the element contains the top value of a range, e.g. 25 in 25-37</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Prefix">
      <xs:annotation>
        <xs:documentation>Indicates that the element contains some value that is important, but not exactly the number itself. E.g. A250, where A is the prefix to the number 250</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Suffix">
      <xs:annotation>
        <xs:documentation>Indicates that the element contains some value that is important, but not exactly the number itself. E.g. 'bis' in '45 bis'</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Number">
      <xs:annotation>
        <xs:documentation>Indicates that the value is number, e.g. 2020 in ID 2020. The actual value can be alpha-numeric.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Separator">
      <xs:annotation>
        <xs:documentation>Indicates that the value is a separator that is expected to be preserved. Examples are / - #, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Extension">
      <xs:annotation>
        <xs:documentation>Indicates that the value is an extension number of some identifier, e.g. 01 in ID 2330-01. 01 could be mean a specific semantics</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type OccupationElementList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of information types used for describing an occupation
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Role
The actual role the person carries out.
enumeration PositionTitle
enumeration ReportsTo
Name, role or position who the person reports to.
enumeration EmploymentType
E.g. full-time, part-time, temporary, contract, etc.
enumeration CostCentre
Commonly used identifier for accounting purposes.
enumeration Rank
A rank in some ranking system, e.g. private, major,
superintendant, Justice, etc.This is different from role
Source
<xs:simpleType name="OccupationElementList">
  <xs:annotation>
    <xs:documentation>List of information types used for describing an occupation</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Role">
      <xs:annotation>
        <xs:documentation>The actual role the person carries out.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PositionTitle"/>
    <xs:enumeration value="ReportsTo">
      <xs:annotation>
        <xs:documentation>Name, role or position who the person reports to.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="EmploymentType">
      <xs:annotation>
        <xs:documentation>E.g. full-time, part-time, temporary, contract, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CostCentre">
      <xs:annotation>
        <xs:documentation>Commonly used identifier for accounting purposes.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Rank">
      <xs:annotation>
        <xs:documentation>A rank in some ranking system, e.g. private, major, superintendant, Justice, etc.This is different from role</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type OrganisationRelationshipTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of relationship types with an organisation
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="OrganisationRelationshipTypeList">
  <xs:annotation>
    <xs:documentation>List of relationship types with an organisation</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type OrganisationDetailsUsageList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Type of use of organisation details data
Diagram
Diagram
Type xs:string
Source
<xs:simpleType name="OrganisationDetailsUsageList">
  <xs:annotation>
    <xs:documentation>Type of use of organisation details data</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
[ top ]
Simple Type PartyIDTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of types of party identifiers
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="PartyIDTypeList">
  <xs:annotation>
    <xs:documentation>List of types of party identifiers</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type PartyTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Organisation or Person
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="PartyTypeList">
  <xs:annotation>
    <xs:documentation>Organisation or Person</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type PartyUsageList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of type of use of party data
Diagram
Diagram
Type xs:string
Source
<xs:simpleType name="PartyUsageList">
  <xs:annotation>
    <xs:documentation>List of type of use of party data</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
[ top ]
Simple Type PersonCategoryTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of category the person belongs to
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration ExistingCustomer
enumeration PotentialCustomer
enumeration Employee
enumeration Friend
Source
<xs:simpleType name="PersonCategoryTypeList">
  <xs:annotation>
    <xs:documentation>List of category the person belongs to</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="ExistingCustomer"/>
    <xs:enumeration value="PotentialCustomer"/>
    <xs:enumeration value="Employee"/>
    <xs:enumeration value="Friend"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type PersonDetailsUsageList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of type of use of person details data
Diagram
Diagram
Type xs:string
Source
<xs:simpleType name="PersonDetailsUsageList">
  <xs:annotation>
    <xs:documentation>List of type of use of person details data</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
[ top ]
Simple Type PersonEthnicityList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of ethnicity of person
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="PersonEthnicityList">
  <xs:annotation>
    <xs:documentation>List of ethnicity of person</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type PersonFavouriteTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of favourites of the person
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="PersonFavouriteTypeList">
  <xs:annotation>
    <xs:documentation>List of favourites of the person</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type PhysicalInfoFreeTextTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of type of physical info for free text
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="PhysicalInfoFreeTextTypeList">
  <xs:annotation>
    <xs:documentation>List of type of physical info for free text</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type PhysicalStatusList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of physical status of a person
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="PhysicalStatusList">
  <xs:annotation>
    <xs:documentation>List of physical status of a person</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type PersonRelationshipTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Type of relationship with a person
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="PersonRelationshipTypeList">
  <xs:annotation>
    <xs:documentation>Type of relationship with a person</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type PreferenceTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Type of preferences of a person
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="PreferenceTypeList">
  <xs:annotation>
    <xs:documentation>Type of preferences of a person</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type QualificationElementList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of information types used for describing a qualification
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration QualificationName
Free text name of the qualification
enumeration MajorSubject
Name of the major subject of the qualification
enumeration MinorSubject
Name of a minor subject of the qualification
enumeration Grade
Grade (average?, percentage?) achieved with the qualification.
enumeration CourseDuration
Free text description of the duration of the course,
e.g. 4 years, 1 month, etc.
enumeration CompletionDate
Free text description of the date when the qualification
was completed to the best known precision.
enumeration Award
Award, or distinction that was awarded to the graduate, e.g. honors.
enumeration Restriction
Restrictions imposed on the graduate, e.g. not valid before
completion of 2 year practical work under supervision.
enumeration Registration
Details of any professional registration if required for practicing,
e.g. for pharmacists, electricians, medical professionals.
enumeration WayOfStudy
Full time, part time, evening classes, extramural, etc.
Source
<xs:simpleType name="QualificationElementList">
  <xs:annotation>
    <xs:documentation>List of information types used for describing a qualification</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="QualificationName">
      <xs:annotation>
        <xs:documentation>Free text name of the qualification</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MajorSubject">
      <xs:annotation>
        <xs:documentation>Name of the major subject of the qualification</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MinorSubject">
      <xs:annotation>
        <xs:documentation>Name of a minor subject of the qualification</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Grade">
      <xs:annotation>
        <xs:documentation>Grade (average?, percentage?) achieved with the qualification.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CourseDuration">
      <xs:annotation>
        <xs:documentation>Free text description of the duration of the course, e.g. 4 years, 1 month, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CompletionDate">
      <xs:annotation>
        <xs:documentation>Free text description of the date when the qualification was completed to the best known precision.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Award">
      <xs:annotation>
        <xs:documentation>Award, or distinction that was awarded to the graduate, e.g. honors.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Restriction">
      <xs:annotation>
        <xs:documentation>Restrictions imposed on the graduate, e.g. not valid before completion of 2 year practical work under supervision.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Registration">
      <xs:annotation>
        <xs:documentation>Details of any professional registration if required for practicing, e.g. for pharmacists, electricians, medical professionals.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="WayOfStudy">
      <xs:annotation>
        <xs:documentation>Full time, part time, evening classes, extramural, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ReligionList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of religions of person
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="ReligionList">
  <xs:annotation>
    <xs:documentation>List of religions of person</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type ResidencyTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of residency statusof person
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="ResidencyTypeList">
  <xs:annotation>
    <xs:documentation>List of residency statusof person</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type RevenueCurrencyCodeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Type of currency codes for revienue
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="RevenueCurrencyCodeList">
  <xs:annotation>
    <xs:documentation>Type of currency codes for revienue</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type RevenueSourceList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Type of sources of revenue
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="RevenueSourceList">
  <xs:annotation>
    <xs:documentation>Type of sources of revenue</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type RevenueTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Type of revenue
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="RevenueTypeList">
  <xs:annotation>
    <xs:documentation>Type of revenue</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type UnitTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of type of units for measurement
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="UnitTypeList">
  <xs:annotation>
    <xs:documentation>List of type of units for measurement</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type VehicleInfoElementList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of information types used for describing a vehicle
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Make
Free text make description, e.g. Toyota, Ford
enumeration Model
Free text model description, e.g. Pajero, Falcon, etc.
May include make as in Ford Falcon or Mitsubishi Pajero.
If the make information is included then do not put the
make as a separate element qualified with Make.
enumeration ManufactureDate
Free text data which can be a full date or a year.
enumeration EngineNumber
Free text engine number
enumeration ChassisNumber
Free text chassis number
enumeration BodyNumber
Free text body number
enumeration LicensePlateNumber
Free text license plate number
enumeration LicensePlateType
Number plate types are different. e.g. standard, premier, diplomat, etc
enumeration Colour
enumeration BodyType
Type of body. e.g. Sedan, Ute, Station wagon, 2 door, etc
enumeration Type
Use this if the enumeration list for type of vehicle is not used.
Source
<xs:simpleType name="VehicleInfoElementList">
  <xs:annotation>
    <xs:documentation>List of information types used for describing a vehicle</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Make">
      <xs:annotation>
        <xs:documentation>Free text make description, e.g. Toyota, Ford</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Model">
      <xs:annotation>
        <xs:documentation>Free text model description, e.g. Pajero, Falcon, etc. May include make as in Ford Falcon or Mitsubishi Pajero. If the make information is included then do not put the make as a separate element qualified with Make.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ManufactureDate">
      <xs:annotation>
        <xs:documentation>Free text data which can be a full date or a year.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="EngineNumber">
      <xs:annotation>
        <xs:documentation>Free text engine number</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ChassisNumber">
      <xs:annotation>
        <xs:documentation>Free text chassis number</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="BodyNumber">
      <xs:annotation>
        <xs:documentation>Free text body number</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="LicensePlateNumber">
      <xs:annotation>
        <xs:documentation>Free text license plate number</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="LicensePlateType">
      <xs:annotation>
        <xs:documentation>Number plate types are different. e.g. standard, premier, diplomat, etc</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Colour"/>
    <xs:enumeration value="BodyType">
      <xs:annotation>
        <xs:documentation>Type of body. e.g. Sedan, Ute, Station wagon, 2 door, etc</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Type">
      <xs:annotation>
        <xs:documentation>Use this if the enumeration list for type of vehicle is not used.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type VehicleTypeList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of types of vehicles
Diagram
Diagram
Type xs:normalizedString
Source
<xs:simpleType name="VehicleTypeList">
  <xs:annotation>
    <xs:documentation>List of types of vehicles</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
[ top ]
Simple Type VisaElementList
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
List of information types used for describing a visa
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
enumeration Type
Type of visa. e.g. Tourist, Visitor, Student
enumeration Number
enumeration Code
Some visas are known by its code number.
e.g. B1, E3, H-1, Class X1
enumeration Country
Name of the country for which the visa is issued to.
enumeration IssuePlace
Free text description of the issuing place, e.g. country name
                     and office name or country name and the city.
For example US Embassy, Prague, Australia, Sydney
enumeration MaximumStay
Free text description of the length of maximum stay.
E.g. 1 week, 2 months, etc.
enumeration Restriction
Any restrictions imposed on the visa holder,
e.g. not for employment, cannot work for more than 20 hours
enumeration Privilege
Any privileges granted to the visa holder, e.g. departure fee waived, etc.
enumeration SpecialCondition
Any special conditions imposed on the visa holder.
e.g. Not allowed to work for more than 10 hours a week
enumeration EntryType
Single Entry, Multiple Entry, Double Entry, etc
Source
<xs:simpleType name="VisaElementList">
  <xs:annotation>
    <xs:documentation>List of information types used for describing a visa</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:enumeration value="Type">
      <xs:annotation>
        <xs:documentation>Type of visa. e.g. Tourist, Visitor, Student</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Number"/>
    <xs:enumeration value="Code">
      <xs:annotation>
        <xs:documentation>Some visas are known by its code number. e.g. B1, E3, H-1, Class X1</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Country">
      <xs:annotation>
        <xs:documentation>Name of the country for which the visa is issued to.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IssuePlace">
      <xs:annotation>
        <xs:documentation>Free text description of the issuing place, e.g. country name and office name or country name and the city. For example US Embassy, Prague, Australia, Sydney</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MaximumStay">
      <xs:annotation>
        <xs:documentation>Free text description of the length of maximum stay. E.g. 1 week, 2 months, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Restriction">
      <xs:annotation>
        <xs:documentation>Any restrictions imposed on the visa holder, e.g. not for employment, cannot work for more than 20 hours</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Privilege">
      <xs:annotation>
        <xs:documentation>Any privileges granted to the visa holder, e.g. departure fee waived, etc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="SpecialCondition">
      <xs:annotation>
        <xs:documentation>Any special conditions imposed on the visa holder. e.g. Not allowed to work for more than 10 hours a week</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="EntryType">
      <xs:annotation>
        <xs:documentation>Single Entry, Multiple Entry, Double Entry, etc</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Attribute OrganisationNameType / @OrganisationID
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A unique identifier of an organisation
Type String
Properties
content simple
Facets
whiteSpace collapse
Used by
Complex Type OrganisationNameType
Source
<xs:attribute name="OrganisationID" type="ct:String">
  <xs:annotation>
    <xs:documentation>A unique identifier of an organisation</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute OrganisationNameType / @OrganisationIDType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Type of identifier
Type OrganisationIDTypeList
Properties
content simple
Used by
Complex Type OrganisationNameType
Source
<xs:attribute name="OrganisationIDType" type="OrganisationIDTypeList">
  <xs:annotation>
    <xs:documentation>Type of identifier</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute grAbbreviation / @Abbreviation
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
If set to true then indicates that the value is an abbreviation or initial.
If set to false then the value is definitely not an abbreviation. If omitted
then it is not known if the value is an abbreviation or not.
Type xs:boolean
Properties
content simple
Used by
Attribute Group grAbbreviation
Source
<xs:attribute name="Abbreviation" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ThoroughfareType / NameElement / @NameType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Describes the type / part of name this element contains.
Type ThoroughfareNameTypeList
Properties
content simple
Facets
enumeration NameOnly
Just the name part, such as Baker in Baker Street.
enumeration PreDirection
North Archer Street, where "North" is PreDirection
enumeration PostDirection
Archer Street North, where "North" is PostDirection
enumeration NameAndNumber
This value indicates that the element contains the street name and
street number. E.g. 39 Baker Street. Use this when you do not want
to break the thoroughfare into atomic types
enumeration NameAndType
Baker Street, where Baker is Name and Street is Type
enumeration NameNumberAndType
21 Archer Street (Full thoroughfare details)
enumeration Unstructured
Full details of a thorughfare in a single line (unstructured)
e.g. 39 Baker Street North
enumeration SubThoroughfareConnector
When more than one street name is required to identify the location
this type can be used to connect them with values such as CORNER OF or VIA.
enumeration ReferenceLocation
Free text description of some other location and how this thoroughfare
relates to it, e.g. 300m from water station, new the police station, etc.
enumeration Type
Additional description like intersection, cross streets, etc
Used by
Source
<xs:attribute name="NameType" type="ThoroughfareNameTypeList">
  <xs:annotation>
    <xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute IdentifierType / @Type
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Indicates which part of number or identifier this element contains.
Some "numbers" are as simple as 42 and some "numbers" are more like
complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g.
M2H 2S5. It may be necessary to separate the "number" into sub-elements
and indicate what type of information each of them contains.
Type IdentifierElementTypeList
Properties
content simple
Facets
enumeration Name
Applicable to mail box office names such as PO BOX, GPO BOX, MAIL BAG NO., etc.
enumeration RangeFrom
Indicates that the element contains the lower value of a range, e.g. 25 in 25-37
enumeration Range
Indicates that the value is a range, e.g. 25-37
enumeration RangeTo
Indicates that the element contains the top value of a range, e.g. 25 in 25-37
enumeration Prefix
Indicates that the element contains some value that is important, but not exactly
the number itself. E.g. PoBox can be a prefix in PoBox 2020, street no. A-15,
where A is the prefix and 15 is the number
enumeration Suffix
Indicates that the element contains some value that is important, but not
exactly the number itself. E.g. 'bis' in '45 bis'
enumeration Number
Indicates that the value is number, e.g. 2020 in PoBox 2020. The actual
value can be alpha-numeric.
enumeration Separator
Indicates that the value is a separator that is expected to be preserved.
Examples are / - #, as in 15-A where "-" is the separator
enumeration Extension
Indicates that the value is an extension number of some identifier,
e.g. 01 in Private Bag 2330-01, where the main number of the private
bag is 2330, 12345-1223 in post code where 1223 is the extension
Used by
Complex Type IdentifierType
Source
<xs:attribute name="Type" type="IdentifierElementTypeList">
  <xs:annotation>
    <xs:documentation>Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ThoroughfareType / @Type
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xal
Annotations
Type of thoroughfare. eg. primary road, secondary road, road branch (e.g. Lane 14),
road sub branch (e.g. Alley 21), adjourning street, cross street, closest street, etc
Type ThoroughfareTypeList
Properties
content simple
Used by
Complex Type ThoroughfareType
Source
<xs:attribute name="Type" type="ThoroughfareTypeList">
  <xs:annotation>
    <xs:documentation>Type of thoroughfare. eg. primary road, secondary road, road branch (e.g. Lane 14), road sub branch (e.g. Alley 21), adjourning street, cross street, closest street, etc</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ContactNumbers / ContactNumber / ContactNumberElement / @Type
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
If present, specifies type of the information
provided as text value of the element.
Type ContactNumberElementList
Properties
content simple
Facets
enumeration CountryCode
Code to dial to a country. E.g. 1 for US, 44 for UK
enumeration AreaCode
Code to dial an area within a country. For example:
"02" for Sydney, "03" for Melbourne
enumeration LocalNumber
Local number as would be used by others within the same dialing area.
enumeration Extension
An extension to the number that is usually handled by some PABX
enumeration Pin
E.g. special access code
enumeration Separator
Any text that is not part of the phone number, but has some
informational content, e.g. Ext.
enumeration NationalNumber
Area code with local number if one line. May include national access numbers.
enumeration InternationalNumber
Full international number in one line. May include international access numbers.
Used by
Source
<xs:attribute name="Type" type="ContactNumberElementList">
  <xs:annotation>
    <xs:documentation>If present, specifies type of the information provided as text value of the element.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ContactNumbers / ContactNumber / @CommunicationMediaType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Free text explanation of the communication line type. e.g. telephone,
land line, mobile, fax, pager, etc
Type CommunicationMediaTypeList
Properties
content simple
Facets
enumeration Cellphone
enumeration Fax
enumeration Pager
enumeration Telephone
enumeration VOIP
Used by
Source
<xs:attribute name="CommunicationMediaType" type="CommunicationMediaTypeList">
  <xs:annotation>
    <xs:documentation>Free text explanation of the communication line type. e.g. telephone, land line, mobile, fax, pager, etc</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ContactNumbers / ContactNumber / @Usage
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Nature of contact.
Example: business, personal, free call, toll free, after hours, etc
Type ContactNumberUsageList
Properties
content simple
Used by
Source
<xs:attribute name="Usage" type="ContactNumberUsageList">
  <xs:annotation>
    <xs:documentation>Nature of contact. Example: business, personal, free call, toll free, after hours, etc</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ContactNumbers / ContactNumber / @ContactHours
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Free text expression of contact hours. e.g. 9:00AM-5:00PM
Type String
Properties
content simple
Facets
whiteSpace collapse
Used by
Source
<xs:attribute name="ContactHours" type="ct:String">
  <xs:annotation>
    <xs:documentation>Free text expression of contact hours. e.g. 9:00AM-5:00PM</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ElectronicAddressIdentifiers / ElectronicAddressIdentifier / @Type
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Type of electronic address identifier
Type ElectronicAddressIdentifierTypeList
Properties
content simple
Facets
enumeration AIM
enumeration EMAIL
enumeration GOOGLE
enumeration GIZMO
enumeration ICQ
enumeration JABBER
enumeration MSN
enumeration SIP
enumeration SKYPE
enumeration URL
enumeration XRI
enumeration YAHOO
Used by
Source
<xs:attribute name="Type" type="ElectronicAddressIdentifierTypeList">
  <xs:annotation>
    <xs:documentation>Type of electronic address identifier</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ElectronicAddressIdentifiers / ElectronicAddressIdentifier / @Usage
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Usage of electronic address identifier. e.g. business, personal
Type ElectronicAddressIdentifierUsageList
Properties
content simple
Used by
Source
<xs:attribute name="Usage" type="ElectronicAddressIdentifierUsageList">
  <xs:annotation>
    <xs:documentation>Usage of electronic address identifier. e.g. business, personal</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute OrganisationInfo / @Type
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Type of organisation. Free text description, e.g. Company,
Trust, Bank, Society, Club, etc.
Type OrganisationInfoTypeList
Properties
content simple
Used by
Source
<xs:attribute name="Type" type="OrganisationInfoTypeList">
  <xs:annotation>
    <xs:documentation>Type of organisation. Free text description, e.g. Company, Trust, Bank, Society, Club, etc.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute OrganisationInfo / @CategoryType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Type of category the organisation belongs to such as club,
association, company, vendor, etc
Type OrganisationCategoryTypeList
Properties
content simple
Facets
enumeration Vendor
enumeration GovernmentAgency
enumeration University
enumeration College
enumeration School
enumeration Club
enumeration Association
enumeration Consortium
enumeration Company
Used by
Source
<xs:attribute name="CategoryType" type="OrganisationCategoryTypeList">
  <xs:annotation>
    <xs:documentation>Type of category the organisation belongs to such as club, association, company, vendor, etc</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute OrganisationInfo / @Status
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Status of the entity. e.g. Old, Current, Inactive, Active, etc
Type StatusList
Properties
content simple
Used by
Source
<xs:attribute name="Status" type="ct:StatusList">
  <xs:annotation>
    <xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute OrganisationInfo / @Nature
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Nature of the organisation. e.g. Public limited, Commercial,
charity, non-commercial, etc.
Type OrganisationInfoNatureList
Properties
content simple
Used by
Source
<xs:attribute name="Nature" type="OrganisationInfoNatureList">
  <xs:annotation>
    <xs:documentation>Nature of the organisation. e.g. Public limited, Commercial, charity, non-commercial, etc.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute OrganisationInfo / @IndustryType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Organisation Industry type such as IT, Manufacturing.
Type IndustryTypeList
Properties
content simple
Used by
Source
<xs:attribute name="IndustryType" type="IndustryTypeList">
  <xs:annotation>
    <xs:documentation>Organisation Industry type such as IT, Manufacturing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute OrganisationInfo / @IndustryCode
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Industry code or classification
Type IndustryCodeList
Properties
content simple
Used by
Source
<xs:attribute name="IndustryCode" type="IndustryCodeList">
  <xs:annotation>
    <xs:documentation>Industry code or classification</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute OrganisationInfo / @IndustryCodeType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Type of code used for industry code
Type String
Properties
content simple
Facets
whiteSpace collapse
Used by
Source
<xs:attribute name="IndustryCodeType" type="ct:String">
  <xs:annotation>
    <xs:documentation>Type of code used for industry code</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute OrganisationInfo / @NumberOfEmployees
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Free text description of organisation size in terms of number of employees
Type String
Properties
content simple
Facets
whiteSpace collapse
Used by
Source
<xs:attribute name="NumberOfEmployees" type="ct:String">
  <xs:annotation>
    <xs:documentation>Free text description of organisation size in terms of number of employees</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute OrganisationInfo / @OperatingHourStartTime
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Operating hour start time of the organisation, e.g. 9:00am
Type xs:time
Properties
content simple
Used by
Source
<xs:attribute name="OperatingHourStartTime" type="xs:time">
  <xs:annotation>
    <xs:documentation>Operating hour start time of the organisation, e.g. 9:00am</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute OrganisationInfo / @OperatingHourEndTime
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Operating hour end time for the organisation. e.g. 5:00pm
Type xs:time
Properties
content simple
Used by
Source
<xs:attribute name="OperatingHourEndTime" type="xs:time">
  <xs:annotation>
    <xs:documentation>Operating hour end time for the organisation. e.g. 5:00pm</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute grDataQuality / @DataQualityType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
This attribute indicates what level of trust can be given to the parent element.
Omit this attribute if the data quality is unknown. If the data quality is known,
the value is "Valid, else "InValid"
Type DataQualityTypeList
Properties
content simple
Facets
enumeration Valid
The data was validated and is considered to be true and correct.
enumeration Invalid
Indicates that at least some part of the content is known to be incorrect.
Used by
Attribute Group grDataQuality
Source
<xs:attribute name="DataQualityType" type="DataQualityTypeList">
  <xs:annotation>
    <xs:documentation>This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute grDataQuality / @ValidFrom
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
Date the data quality is valid from
Type xs:dateTime
Properties
content simple
Used by
Attribute Group grDataQuality
Source
<xs:attribute name="ValidFrom" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>Date the data quality is valid from</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute grDataQuality / @ValidTo
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
Date the data quality is valid to
Type xs:dateTime
Properties
content simple
Used by
Attribute Group grDataQuality
Source
<xs:attribute name="ValidTo" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>Date the data quality is valid to</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute AlternateTextType / @language
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Language code for the text in this element. Code MUST comply with RFC3066.
Type xs:string
Properties
use required
Used by
Complex Type AlternateTextType
Source
<xs:attribute name="language" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation>Language code for the text in this element. Code MUST comply with RFC3066.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute @gml:Id
Namespace http://www.opengis.net/gml/3.2
Annotations
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Type xs:ID
Properties
content simple
Used by
Complex Type gml:AbstractGMLType
Source
<xs:attribute name="Id" type="xs:ID">
  <xs:annotation>
    <xs:documentation>The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute gml:SRSReferenceGroup / @SrsName
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Attribute Group gml:SRSReferenceGroup
Source
<xs:attribute name="SrsName" type="xs:anyURI"/>
[ top ]
Attribute gml:SRSReferenceGroup / @SrsDimension
Namespace No namespace
Type xs:positiveInteger
Properties
content simple
Used by
Attribute Group gml:SRSReferenceGroup
Source
<xs:attribute name="SrsDimension" type="xs:positiveInteger"/>
[ top ]
Attribute gml:SRSInformationGroup / @AxisLabels
Namespace No namespace
Type gml:NCNameListType
Properties
content simple
Used by
Attribute Group gml:SRSInformationGroup
Source
<xs:attribute name="AxisLabels" type="gml:NCNameListType"/>
[ top ]
Attribute gml:SRSInformationGroup / @UomLabels
Namespace No namespace
Type gml:NCNameListType
Properties
content simple
Used by
Attribute Group gml:SRSInformationGroup
Source
<xs:attribute name="UomLabels" type="gml:NCNameListType"/>
[ top ]
Attribute gml:AbstractCurveSegmentType / @NumDerivativesAtStart
Namespace No namespace
Type xs:integer
Properties
default 0
Used by
Source
<xs:attribute name="NumDerivativesAtStart" type="xs:integer" default="0"/>
[ top ]
Attribute gml:AbstractCurveSegmentType / @NumDerivativesAtEnd
Namespace No namespace
Type xs:integer
Properties
default 0
Used by
Source
<xs:attribute name="NumDerivativesAtEnd" type="xs:integer" default="0"/>
[ top ]
Attribute gml:AbstractCurveSegmentType / @NumDerivativeInterior
Namespace No namespace
Type xs:integer
Properties
default 0
Used by
Source
<xs:attribute name="NumDerivativeInterior" type="xs:integer" default="0"/>
[ top ]
Attribute gml:MeasureType / @Uom
Namespace No namespace
Type gml:UomIdentifierType
Properties
use required
Used by
Complex Type gml:MeasureType
Source
<xs:attribute name="Uom" type="gml:UomIdentifierType" use="required"/>
[ top ]
Attribute gml:ArcByCenterPointType / @Interpolation
Namespace No namespace
Type gml:CurveInterpolationType
Properties
fixed CircularArcCenterPointWithRadius
Facets
enumeration Linear
enumeration Geodesic
enumeration CircularArc3Points
enumeration CircularArc2PointWithBulge
enumeration CircularArcCenterPointWithRadius
enumeration Elliptical
enumeration Clothoid
enumeration Conic
enumeration PolynomialSpline
enumeration CubicSpline
enumeration RationalSpline
Used by
Source
<xs:attribute name="Interpolation" type="gml:CurveInterpolationType" fixed="CircularArcCenterPointWithRadius"/>
[ top ]
Attribute gml:ArcByCenterPointType / @NumArc
Namespace No namespace
Type xs:integer
Properties
use required
fixed 1
Used by
Source
<xs:attribute name="NumArc" type="xs:integer" use="required" fixed="1"/>
[ top ]
Attribute gml:DirectPositionListType / @Count
Namespace No namespace
Type xs:positiveInteger
Properties
content simple
Used by
Source
<xs:attribute name="Count" type="xs:positiveInteger"/>
[ top ]
Attribute GeoLocationType / wgs84Location / @srsName
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Properties
use required
fixed http://www.opengis.net/def/crs/EPSG/0/4326
Used by
Source
<xs:attribute name="srsName" use="required" fixed="http://www.opengis.net/def/crs/EPSG/0/4326"/>
[ top ]
Attribute GeoLocationType / geoLocationExtended / @srsName
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Properties
use required
Used by
Source
<xs:attribute name="srsName" use="required"/>
[ top ]
Attribute ext:ParameterValueType / @uom
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type ext:ParameterValueType
Source
<xs:attribute name="uom" type="xs:string" use="optional"/>
[ top ]
Attribute ext:ParameterNameType / @xPath
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type ext:ParameterNameType
Source
<xs:attribute name="xPath" type="xs:string" use="optional"/>
[ top ]
Attribute FacilityType / @ID
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
A unique identifier for this Facility. This value should be unique globally, but MUST be unique from the sender perspective.
Type xs:ID
Properties
use required
Used by
Complex Type FacilityType
Source
<xs:attribute name="ID" type="xs:ID" use="required">
  <xs:annotation>
    <xs:documentation>A unique identifier for this Facility. This value should be unique globally, but MUST be unique from the sender perspective.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute FacilityType / @parentID
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Reference to the ID of the Facility that is the parent (owner, manager, responsible, etc.) of this Facility. This field is optional and used to provide a hierarchy for formal facility organizations.
Type xs:IDREF
Properties
content simple
Used by
Complex Type FacilityType
Source
<xs:attribute name="parentID" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>Reference to the ID of the Facility that is the parent (owner, manager, responsible, etc.) of this Facility. This field is optional and used to provide a hierarchy for formal facility organizations.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute HAVE / @defaultLanguage
Namespace urn:oasis:names:tc:emergency:edxl:have:2.0
Annotations
Language code that is used throughout the document. Code MUST comply with RFC3066. Free text within the document will be assumed to be in this defaultLanguage.
Type xs:string
Properties
use required
Used by
Element HAVE
Source
<xs:attribute name="defaultLanguage" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation>Language code that is used throughout the document. Code MUST comply with RFC3066. Free text within the document will be assumed to be in this defaultLanguage.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute gml:CodeType / @CodeSpace
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Complex Type gml:CodeType
Source
<xs:attribute name="CodeSpace" type="xs:anyURI"/>
[ top ]
Attribute gml:CodeWithAuthorityType / @CodeSpace
Namespace No namespace
Type xs:anyURI
Properties
use required
Used by
Source
<xs:attribute name="CodeSpace" type="xs:anyURI" use="required"/>
[ top ]
Attribute @xlink:type
Namespace http://www.w3.org/1999/xlink
Type xlink:typeType
Properties
content simple
Facets
enumeration simple
enumeration extended
enumeration title
enumeration resource
enumeration locator
enumeration arc
Used by
Source
<xs:attribute name="type" type="xlink:typeType"/>
[ top ]
Attribute @xlink:href
Namespace http://www.w3.org/1999/xlink
Type xlink:hrefType
Properties
content simple
Used by
Source
<xs:attribute name="href" type="xlink:hrefType"/>
[ top ]
Attribute @xlink:role
Namespace http://www.w3.org/1999/xlink
Type xlink:roleType
Properties
content simple
Facets
minLength 1
Used by
Source
<xs:attribute name="role" type="xlink:roleType"/>
[ top ]
Attribute @xlink:arcrole
Namespace http://www.w3.org/1999/xlink
Type xlink:arcroleType
Properties
content simple
Facets
minLength 1
Used by
Attribute Groups xlink:arcAttrs, xlink:simpleAttrs
Source
<xs:attribute name="arcrole" type="xlink:arcroleType"/>
[ top ]
Attribute @xlink:title
Namespace http://www.w3.org/1999/xlink
Type xlink:titleAttrType
Properties
content simple
Used by
Source
<xs:attribute name="title" type="xlink:titleAttrType"/>
[ top ]
Attribute @xlink:show
Namespace http://www.w3.org/1999/xlink
Type xlink:showType
Properties
content simple
Facets
enumeration new
enumeration replace
enumeration embed
enumeration other
enumeration none
Used by
Attribute Groups xlink:arcAttrs, xlink:simpleAttrs
Source
<xs:attribute name="show" type="xlink:showType"/>
[ top ]
Attribute @xlink:actuate
Namespace http://www.w3.org/1999/xlink
Type xlink:actuateType
Properties
content simple
Facets
enumeration onLoad
enumeration onRequest
enumeration other
enumeration none
Used by
Attribute Groups xlink:arcAttrs, xlink:simpleAttrs
Source
<xs:attribute name="actuate" type="xlink:actuateType"/>
[ top ]
Attribute @xlink:label
Namespace http://www.w3.org/1999/xlink
Type xlink:labelType
Properties
content simple
Used by
Source
<xs:attribute name="label" type="xlink:labelType"/>
[ top ]
Attribute @xlink:from
Namespace http://www.w3.org/1999/xlink
Type xlink:fromType
Properties
content simple
Used by
Attribute Group xlink:arcAttrs
Source
<xs:attribute name="from" type="xlink:fromType"/>
[ top ]
Attribute @xlink:to
Namespace http://www.w3.org/1999/xlink
Type xlink:toType
Properties
content simple
Used by
Attribute Group xlink:arcAttrs
Source
<xs:attribute name="to" type="xlink:toType"/>
[ top ]
Attribute @xml:lang
Namespace http://www.w3.org/XML/1998/namespace
Annotations
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Type union of(xs:language, restriction of xs:string)
Properties
content simple
Used by
Source
<xs:attribute name="lang">
  <xs:annotation>
    <xs:documentation>Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility. See RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry at http://www.iana.org/assignments/lang-tag-apps.htm for further information. The union allows for the 'un-declaration' of xml:lang with the empty string.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:language">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value=""/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute @xml:space
Namespace http://www.w3.org/XML/1998/namespace
Type restriction of xs:NCName
Properties
content simple
Facets
enumeration default
enumeration preserve
Used by
Attribute Group xml:specialAttrs
Source
<xs:attribute name="space">
  <xs:simpleType>
    <xs:restriction base="xs:NCName">
      <xs:enumeration value="default"/>
      <xs:enumeration value="preserve"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute @xml:base
Namespace http://www.w3.org/XML/1998/namespace
Annotations
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
Type xs:anyURI
Properties
content simple
Used by
Attribute Group xml:specialAttrs
Source
<xs:attribute name="base" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>See http://www.w3.org/TR/xmlbase/ for information about this attribute.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute @xml:id
Namespace http://www.w3.org/XML/1998/namespace
Annotations
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Type xs:ID
Properties
content simple
Used by
Attribute Group xml:specialAttrs
Source
<xs:attribute name="id" type="xs:ID">
  <xs:annotation>
    <xs:documentation>See http://www.w3.org/TR/xml-id/ for information about this attribute.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute PersonNameType / NameElement / @ElementType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Clarifies the meaning of the element.Could be first
name, middle name, etc. that is defined in the List
list. Omit this attribute if the type of the name
element is not known.
Type PersonNameElementList
Properties
content simple
Facets
enumeration PrecedingTitle
His Excellency, Honorable, etc.
enumeration Title
A title signifies some sort of status, such as Mr, Miss,
Ms (marriage status), or education such as Professor, PhD, Dr, etc.
enumeration FirstName
The most important name element by which this particular individual
is identified in the group. E.g. John, Sam, Brian for Anglo-Saxon cultures.
enumeration MiddleName
Name elements related to additional identification of the individual,
such as names are parents or places.
enumeration LastName
Name element that identifies the group the individual belongs to and
is identified by, such as Last Name, Surname, Family Name, etc.
enumeration OtherName
Any other additional names that are not directly used to identify or
call the individual, such as names of ancestors, saints, etc.
enumeration Alias
A simple nick name that is commonly used as part of the name.
E.g. a fancy kick-boxer can be commonly known as Bill "Storm"
Bababoons, where "Storm" is obviously an alias.
enumeration GenerationIdentifier
Junior, Senior, The Second, IV,  etc.
enumeration Degree
Used by
Source
<xs:attribute name="ElementType" type="PersonNameElementList">
  <xs:annotation>
    <xs:documentation>Clarifies the meaning of the element.Could be first name, middle name, etc. that is defined in the List list. Omit this attribute if the type of the name element is not known.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute Identifiers / Identifier / IdentifierElement / @Type
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Type PartyIdentifierElementList
Properties
content simple
Facets
enumeration Identifier
enumeration IssuingCountryName
Used by
Source
<xs:attribute name="Type" type="PartyIdentifierElementList"/>
[ top ]
Attribute Identifiers / Identifier / @Type
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xpil
Annotations
Type of identifier. e.g. Tax Number
Type PartyIdentifierTypeList
Properties
content simple
Facets
enumeration TaxID
enumeration CompanyID
enumeration NationalID
enumeration RegistrationID
Used by
Source
<xs:attribute name="Type" type="PartyIdentifierTypeList">
  <xs:annotation>
    <xs:documentation>Type of identifier. e.g. Tax Number</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute PartyNameType / @PartyNameID
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A unique identifier of a party
Type String
Properties
content simple
Facets
whiteSpace collapse
Used by
Complex Type PartyNameType
Source
<xs:attribute name="PartyNameID" type="ct:String">
  <xs:annotation>
    <xs:documentation>A unique identifier of a party</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute PartyNameType / @PartyNameIDType
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Type of Party Name ID
Type PartyNameIDTypeList
Properties
content simple
Used by
Complex Type PartyNameType
Source
<xs:attribute name="PartyNameIDType" type="PartyNameIDTypeList">
  <xs:annotation>
    <xs:documentation>Type of Party Name ID</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute grValidityDate / @DateValidFrom
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
Could be start date, issue date, validity start date, etc
Type xs:dateTime
Properties
content simple
Used by
Attribute Group grValidityDate
Source
<xs:attribute name="DateValidFrom" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>Could be start date, issue date, validity start date, etc</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute grValidityDate / @DateValidTo
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
Could be end date, expiry date, validity end date, etc
Type xs:dateTime
Properties
content simple
Used by
Attribute Group grValidityDate
Source
<xs:attribute name="DateValidTo" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>Could be end date, expiry date, validity end date, etc</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute grLanguageCode / @LanguageCode
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
Human Language used. e.g. "en", "en-US", "en-AUS", etc
Type xs:language
Properties
content simple
Used by
Attribute Group grLanguageCode
Source
<xs:attribute name="LanguageCode" type="xs:language">
  <xs:annotation>
    <xs:documentation>Human Language used. e.g. "en", "en-US", "en-AUS", etc</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute grNameKey / @NameKey
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A primary key to reference Party Name.
Type String
Properties
content simple
Facets
whiteSpace collapse
Used by
Attribute Group grNameKey
Source
<xs:attribute name="NameKey" type="ct:String">
  <xs:annotation>
    <xs:documentation>A primary key to reference Party Name.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute grNameKey / @NameKeyRef
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
A foreign key to reference attribute Key of Party Name.
Type String
Properties
content simple
Facets
whiteSpace collapse
Used by
Attribute Group grNameKey
Source
<xs:attribute name="NameKeyRef" type="ct:String">
  <xs:annotation>
    <xs:documentation>A foreign key to reference attribute Key of Party Name.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Element Group xlink:simpleModel
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram
Used by
Complex Type xlink:simple
Model
ANY element from ANY namespace
Source
<xs:group name="simpleModel">
  <xs:sequence>
    <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:group>
[ top ]
Element Group xlink:extendedModel
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#http___www.w3.org_1999_xlink_title edxl-have-v2.0-wd.tmp#resource edxl-have-v2.0-wd.tmp#locator edxl-have-v2.0-wd.tmp#arc
Used by
Complex Type xlink:extended
Model
Children xlink:arc, xlink:locator, xlink:resource, xlink:title
Source
<xs:group name="extendedModel">
  <xs:choice>
    <xs:element ref="xlink:title"/>
    <xs:element ref="xlink:resource"/>
    <xs:element ref="xlink:locator"/>
    <xs:element ref="xlink:arc"/>
  </xs:choice>
</xs:group>
[ top ]
Element Group xlink:titleModel
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram
Used by
Complex Type xlink:titleEltType
Model
ANY element from ANY namespace
Source
<xs:group name="titleModel">
  <xs:sequence>
    <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:group>
[ top ]
Element Group xlink:resourceModel
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram
Used by
Complex Type xlink:resourceType
Model
ANY element from ANY namespace
Source
<xs:group name="resourceModel">
  <xs:sequence>
    <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:group>
[ top ]
Element Group xlink:locatorModel
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#http___www.w3.org_1999_xlink_title
Used by
Complex Type xlink:locatorType
Model
Children xlink:title
Source
<xs:group name="locatorModel">
  <xs:sequence>
    <xs:element ref="xlink:title" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:group>
[ top ]
Element Group xlink:arcModel
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#http___www.w3.org_1999_xlink_title
Used by
Complex Type xlink:arcType
Model
Children xlink:title
Source
<xs:group name="arcModel">
  <xs:sequence>
    <xs:element ref="xlink:title" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:group>
[ top ]
Attribute Group grAbbreviation
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
A group of commonly used attributes for internal reuse
Diagram
Diagram edxl-have-v2.0-wd.tmp#grAbbreviation_Abbreviation
Used by
Attributes
QName Type Use Annotation
Abbreviation xs:boolean optional
If set to true then indicates that the value is an abbreviation or initial.
If set to false then the value is definitely not an abbreviation. If omitted
then it is not known if the value is an abbreviation or not.
Source
<xs:attributeGroup name="grAbbreviation">
  <xs:annotation>
    <xs:documentation>A group of commonly used attributes for internal reuse</xs:documentation>
  </xs:annotation>
  <xs:attribute name="Abbreviation" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
[ top ]
Attribute Group grDataQuality
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
A group of commonly used attributes for internal reuse
Diagram
Diagram edxl-have-v2.0-wd.tmp#grDataQuality_DataQualityType edxl-have-v2.0-wd.tmp#grDataQuality_ValidFrom edxl-have-v2.0-wd.tmp#grDataQuality_ValidTo
Used by
Attributes
QName Type Use Annotation
DataQualityType DataQualityTypeList optional
This attribute indicates what level of trust can be given to the parent element.
Omit this attribute if the data quality is unknown. If the data quality is known,
the value is "Valid, else "InValid"
ValidFrom xs:dateTime optional
Date the data quality is valid from
ValidTo xs:dateTime optional
Date the data quality is valid to
Source
<xs:attributeGroup name="grDataQuality">
  <xs:annotation>
    <xs:documentation>A group of commonly used attributes for internal reuse</xs:documentation>
  </xs:annotation>
  <xs:attribute name="DataQualityType" type="DataQualityTypeList">
    <xs:annotation>
      <xs:documentation>This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ValidFrom" type="xs:dateTime">
    <xs:annotation>
      <xs:documentation>Date the data quality is valid from</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ValidTo" type="xs:dateTime">
    <xs:annotation>
      <xs:documentation>Date the data quality is valid to</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
[ top ]
Attribute Group gml:SRSReferenceGroup
Namespace http://www.opengis.net/gml/3.2
Annotations
The attribute group SRSReferenceGroup is an optional reference to the CRS used by this geometry, with optional additional information to simplify the processing of the coordinates when a more complete definition of the CRS is not needed.
In general the attribute srsName points to a CRS instance of gml:AbstractCoordinateReferenceSystem. For well-known references it is not required that the CRS description exists at the location the URI points to. 
If no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of.
Diagram
Diagram edxl-have-v2.0-wd.tmp#SRSReferenceGroup_SrsName edxl-have-v2.0-wd.tmp#SRSReferenceGroup_SrsDimension edxl-have-v2.0-wd.tmp#SRSInformationGroup_AxisLabels edxl-have-v2.0-wd.tmp#SRSInformationGroup_UomLabels edxl-have-v2.0-wd.tmp#SRSInformationGroup
Used by
Attributes
QName Type Use
AxisLabels gml:NCNameListType optional
SrsDimension xs:positiveInteger optional
SrsName xs:anyURI optional
UomLabels gml:NCNameListType optional
Source
<xs:attributeGroup name="SRSReferenceGroup">
  <xs:annotation>
    <xs:documentation>The attribute group SRSReferenceGroup is an optional reference to the CRS used by this geometry, with optional additional information to simplify the processing of the coordinates when a more complete definition of the CRS is not needed. In general the attribute srsName points to a CRS instance of gml:AbstractCoordinateReferenceSystem. For well-known references it is not required that the CRS description exists at the location the URI points to. If no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="SrsName" type="xs:anyURI"/>
  <xs:attribute name="SrsDimension" type="xs:positiveInteger"/>
  <xs:attributeGroup ref="gml:SRSInformationGroup"/>
</xs:attributeGroup>
[ top ]
Attribute Group gml:SRSInformationGroup
Namespace http://www.opengis.net/gml/3.2
Annotations
The attributes uomLabels and axisLabels, defined in the SRSInformationGroup attribute group, are optional additional and redundant information for a CRS to simplify the processing of the coordinate values when a more complete definition of the CRS is not needed. This information shall be the same as included in the complete definition of the CRS, referenced by the srsName attribute. When the srsName attribute is included, either both or neither of the axisLabels and uomLabels attributes shall be included. When the srsName attribute is omitted, both of these attributes shall be omitted.
The attribute axisLabels is an ordered list of labels for all the axes of this CRS. The gml:axisAbbrev value should be used for these axis labels, after spaces and forbidden characters are removed. When the srsName attribute is included, this attribute is optional. When the srsName attribute is omitted, this attribute shall also be omitted.
The attribute uomLabels is an ordered list of unit of measure (uom) labels for all the axes of this CRS. The value of the string in the gml:catalogSymbol should be used for this uom labels, after spaces and forbidden characters are removed. When the axisLabels attribute is included, this attribute shall also be included. When the axisLabels attribute is omitted, this attribute shall also be omitted.
Diagram
Diagram edxl-have-v2.0-wd.tmp#SRSInformationGroup_AxisLabels edxl-have-v2.0-wd.tmp#SRSInformationGroup_UomLabels
Used by
Attribute Group gml:SRSReferenceGroup
Attributes
QName Type Use
AxisLabels gml:NCNameListType optional
UomLabels gml:NCNameListType optional
Source
<xs:attributeGroup name="SRSInformationGroup">
  <xs:annotation>
    <xs:documentation>The attributes uomLabels and axisLabels, defined in the SRSInformationGroup attribute group, are optional additional and redundant information for a CRS to simplify the processing of the coordinate values when a more complete definition of the CRS is not needed. This information shall be the same as included in the complete definition of the CRS, referenced by the srsName attribute. When the srsName attribute is included, either both or neither of the axisLabels and uomLabels attributes shall be included. When the srsName attribute is omitted, both of these attributes shall be omitted. The attribute axisLabels is an ordered list of labels for all the axes of this CRS. The gml:axisAbbrev value should be used for these axis labels, after spaces and forbidden characters are removed. When the srsName attribute is included, this attribute is optional. When the srsName attribute is omitted, this attribute shall also be omitted. The attribute uomLabels is an ordered list of unit of measure (uom) labels for all the axes of this CRS. The value of the string in the gml:catalogSymbol should be used for this uom labels, after spaces and forbidden characters are removed. When the axisLabels attribute is included, this attribute shall also be included. When the axisLabels attribute is omitted, this attribute shall also be omitted.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="AxisLabels" type="gml:NCNameListType"/>
  <xs:attribute name="UomLabels" type="gml:NCNameListType"/>
</xs:attributeGroup>
[ top ]
Attribute Group xlink:simpleAttrs
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#type edxl-have-v2.0-wd.tmp#href edxl-have-v2.0-wd.tmp#role edxl-have-v2.0-wd.tmp#arcrole edxl-have-v2.0-wd.tmp#title edxl-have-v2.0-wd.tmp#show edxl-have-v2.0-wd.tmp#actuate
Used by
Complex Type xlink:simple
Attributes
Source
<xs:attributeGroup name="simpleAttrs">
  <xs:attribute ref="xlink:type" fixed="simple"/>
  <xs:attribute ref="xlink:href"/>
  <xs:attribute ref="xlink:role"/>
  <xs:attribute ref="xlink:arcrole"/>
  <xs:attribute ref="xlink:title"/>
  <xs:attribute ref="xlink:show"/>
  <xs:attribute ref="xlink:actuate"/>
</xs:attributeGroup>
[ top ]
Attribute Group xlink:extendedAttrs
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#type edxl-have-v2.0-wd.tmp#role edxl-have-v2.0-wd.tmp#title
Used by
Complex Type xlink:extended
Attributes
QName Type Fixed Use
xlink:role xlink:roleType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType extended required
Source
<xs:attributeGroup name="extendedAttrs">
  <xs:attribute ref="xlink:type" fixed="extended" use="required"/>
  <xs:attribute ref="xlink:role"/>
  <xs:attribute ref="xlink:title"/>
</xs:attributeGroup>
[ top ]
Attribute Group xlink:titleAttrs
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#type edxl-have-v2.0-wd.tmp#lang
Used by
Complex Type xlink:titleEltType
Attributes
QName Type Fixed Use Annotation
xlink:type xlink:typeType title required
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:attributeGroup name="titleAttrs">
  <xs:attribute ref="xlink:type" fixed="title" use="required"/>
  <xs:attribute ref="xml:lang">
    <xs:annotation>
      <xs:documentation>xml:lang is not required, but provides much of the motivation for title elements in addition to attributes, and so is provided here for convenience.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
[ top ]
Attribute Group xlink:resourceAttrs
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#type edxl-have-v2.0-wd.tmp#role edxl-have-v2.0-wd.tmp#title edxl-have-v2.0-wd.tmp#label
Used by
Complex Type xlink:resourceType
Attributes
QName Type Fixed Use
xlink:label xlink:labelType optional
xlink:role xlink:roleType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType resource required
Source
<xs:attributeGroup name="resourceAttrs">
  <xs:attribute ref="xlink:type" fixed="resource" use="required"/>
  <xs:attribute ref="xlink:role"/>
  <xs:attribute ref="xlink:title"/>
  <xs:attribute ref="xlink:label"/>
</xs:attributeGroup>
[ top ]
Attribute Group xlink:locatorAttrs
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#type edxl-have-v2.0-wd.tmp#href edxl-have-v2.0-wd.tmp#role edxl-have-v2.0-wd.tmp#title edxl-have-v2.0-wd.tmp#label
Used by
Complex Type xlink:locatorType
Attributes
Source
<xs:attributeGroup name="locatorAttrs">
  <xs:attribute ref="xlink:type" fixed="locator" use="required"/>
  <xs:attribute ref="xlink:href" use="required"/>
  <xs:attribute ref="xlink:role"/>
  <xs:attribute ref="xlink:title"/>
  <xs:attribute ref="xlink:label">
    <xs:annotation>
      <xs:documentation>label is not required, but locators have no particular XLink function if they are not labeled.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
[ top ]
Attribute Group xlink:arcAttrs
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram edxl-have-v2.0-wd.tmp#type edxl-have-v2.0-wd.tmp#arcrole edxl-have-v2.0-wd.tmp#title edxl-have-v2.0-wd.tmp#show edxl-have-v2.0-wd.tmp#actuate edxl-have-v2.0-wd.tmp#from edxl-have-v2.0-wd.tmp#to
Used by
Complex Type xlink:arcType
Attributes
Source
<xs:attributeGroup name="arcAttrs">
  <xs:attribute ref="xlink:type" fixed="arc" use="required"/>
  <xs:attribute ref="xlink:arcrole"/>
  <xs:attribute ref="xlink:title"/>
  <xs:attribute ref="xlink:show"/>
  <xs:attribute ref="xlink:actuate"/>
  <xs:attribute ref="xlink:from"/>
  <xs:attribute ref="xlink:to">
    <xs:annotation>
      <xs:documentation>from and to have default behavior when values are missing</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
[ top ]
Attribute Group xml:specialAttrs
Namespace http://www.w3.org/XML/1998/namespace
Diagram
Diagram edxl-have-v2.0-wd.tmp#base edxl-have-v2.0-wd.tmp#lang edxl-have-v2.0-wd.tmp#space edxl-have-v2.0-wd.tmp#http___www.w3.org_XML_1998_namespace_id
Attributes
QName Type Use Annotation
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
xml:space restriction of xs:NCName optional
Source
<xs:attributeGroup name="specialAttrs">
  <xs:attribute ref="xml:base"/>
  <xs:attribute ref="xml:lang"/>
  <xs:attribute ref="xml:space"/>
  <xs:attribute ref="xml:id"/>
</xs:attributeGroup>
[ top ]
Attribute Group grValidityDate
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
Date Valid from to Date Valid to
Diagram
Diagram edxl-have-v2.0-wd.tmp#grValidityDate_DateValidFrom edxl-have-v2.0-wd.tmp#grValidityDate_DateValidTo
Attributes
QName Type Use Annotation
DateValidFrom xs:dateTime optional
Could be start date, issue date, validity start date, etc
DateValidTo xs:dateTime optional
Could be end date, expiry date, validity end date, etc
Source
<xs:attributeGroup name="grValidityDate">
  <xs:annotation>
    <xs:documentation>Date Valid from to Date Valid to</xs:documentation>
  </xs:annotation>
  <xs:attribute name="DateValidFrom" type="xs:dateTime">
    <xs:annotation>
      <xs:documentation>Could be start date, issue date, validity start date, etc</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="DateValidTo" type="xs:dateTime">
    <xs:annotation>
      <xs:documentation>Could be end date, expiry date, validity end date, etc</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
[ top ]
Attribute Group grLanguageCode
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:ct
Annotations
The language used (name of human language, e.g. en, en-US)
Diagram
Diagram edxl-have-v2.0-wd.tmp#grLanguageCode_LanguageCode
Attributes
QName Type Use Annotation
LanguageCode xs:language optional
Human Language used. e.g. "en", "en-US", "en-AUS", etc
Source
<xs:attributeGroup name="grLanguageCode">
  <xs:annotation>
    <xs:documentation>The language used (name of human language, e.g. en, en-US)</xs:documentation>
  </xs:annotation>
  <xs:attribute name="LanguageCode" type="xs:language">
    <xs:annotation>
      <xs:documentation>Human Language used. e.g. "en", "en-US", "en-AUS", etc</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
[ top ]
Attribute Group grNameKey
Namespace urn:oasis:names:tc:emergency:edxl:ciq:1.0:xnl
Annotations
Reference to another Person Name or Organisation Name with primary
and foreign key reinforcement.
Diagram
Diagram edxl-have-v2.0-wd.tmp#grNameKey_NameKey edxl-have-v2.0-wd.tmp#grNameKey_NameKeyRef
Attributes
QName Type Use Annotation
NameKey String optional
A primary key to reference Party Name.
NameKeyRef String optional
A foreign key to reference attribute Key of Party Name.
Source
<xs:attributeGroup name="grNameKey">
  <xs:annotation>
    <xs:documentation>Reference to another Person Name or Organisation Name with primary and foreign key reinforcement.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="NameKey" type="ct:String">
    <xs:annotation>
      <xs:documentation>A primary key to reference Party Name.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="NameKeyRef" type="ct:String">
    <xs:annotation>
      <xs:documentation>A foreign key to reference attribute Key of Party Name.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
[ top ]