Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element site / SiteID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Reference to the Site's unique ID
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string32.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="SiteID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Site's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element site / CoCCode
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Key reference to the CoC
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string32.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="CoCCode" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the CoC</xs:documentation>
  </xs:annotation>
</xs:element>
Element site / ProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Key reference to the Project
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string32.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Project</xs:documentation>
  </xs:annotation>
</xs:element>
Element site / PrincipalSite
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.8.1.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_noYesOnly.tmp#noYesOnly
Type noYesOnly
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data not collected
Source
<xs:element name="PrincipalSite" type="hmis:noYesOnly">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.8.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Element site / Address
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Street Address
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string100.tmp#string100
Type string100
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element name="Address" type="hmis:string100" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Street Address</xs:documentation>
  </xs:annotation>
</xs:element>
Element site / City
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
City of Address
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string50.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="City" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">City of Address</xs:documentation>
  </xs:annotation>
</xs:element>
Element site / State
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
State of Address
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_state.tmp#state
Type state
Properties
content simple
minOccurs 0
Facets
enumeration AK
enumeration AL
enumeration AR
enumeration AZ
enumeration CA
enumeration CO
enumeration CT
enumeration DE
enumeration FL
enumeration GA
enumeration HI
enumeration IA
enumeration ID
enumeration IL
enumeration IN
enumeration KS
enumeration KY
enumeration LA
enumeration MA
enumeration MD
enumeration ME
enumeration MI
enumeration MN
enumeration MO
enumeration MS
enumeration MT
enumeration NC
enumeration ND
enumeration NE
enumeration NH
enumeration NJ
enumeration NM
enumeration NV
enumeration NY
enumeration OH
enumeration OK
enumeration OR
enumeration PA
enumeration RI
enumeration SC
enumeration SD
enumeration TN
enumeration TX
enumeration UT
enumeration VA
enumeration VT
enumeration WA
enumeration WI
enumeration WV
enumeration WY
enumeration DC
enumeration AS
enumeration FM
enumeration GU
enumeration MH
enumeration MP
enumeration PR
enumeration PW
enumeration VI
enumeration AA
enumeration AE
enumeration AP
Source
<xs:element name="State" type="hmis:state" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">State of Address</xs:documentation>
  </xs:annotation>
</xs:element>
Element site / ZIP
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
See https://tools.usps.com/go/ZipLookupAction!input.action
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_zipCode.tmp#zipCode
Type zipCode
Properties
content simple
minOccurs 0
Facets
pattern [0-9]{5}(-[0-9]{4})?
Source
<xs:element name="ZIP" type="hmis:zipCode" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See https://tools.usps.com/go/ZipLookupAction!input.action</xs:documentation>
  </xs:annotation>
</xs:element>
Element site / Geocode
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.8.1.A.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_geocode.tmp#geocode
Type geocode
Properties
content simple
minOccurs 0
Facets
pattern ([\-+]?[0-9]+) & ([0-9]{6})
Source
<xs:element name="Geocode" type="hmis:geocode" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.8.1.A.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type site
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd_Attribute_Group_baseMetaData.tmp#baseMetaData HUD_HMIS_xsd_Complex_Type_site.tmp#site_SiteID HUD_HMIS_xsd_Complex_Type_site.tmp#site_CoCCode HUD_HMIS_xsd_Complex_Type_site.tmp#site_ProjectID HUD_HMIS_xsd_Complex_Type_site.tmp#site_PrincipalSite HUD_HMIS_xsd_Complex_Type_site.tmp#site_Address HUD_HMIS_xsd_Complex_Type_site.tmp#site_City HUD_HMIS_xsd_Complex_Type_site.tmp#site_State HUD_HMIS_xsd_Complex_Type_site.tmp#site_ZIP HUD_HMIS_xsd_Complex_Type_site.tmp#site_Geocode
Used by
Element export/Site
Model
Children Address, City, CoCCode, Geocode, PrincipalSite, ProjectID, SiteID, State, ZIP
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.1.
dateDeleted xs:dateTime optional
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
dateUpdated xs:dateTime required
See August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="site">
  <xs:sequence>
    <xs:element name="SiteID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Site's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CoCCode" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the CoC</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Project</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PrincipalSite" type="hmis:noYesOnly">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.8.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Address" type="hmis:string100" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Street Address</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="City" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">City of Address</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="State" type="hmis:state" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">State of Address</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ZIP" type="hmis:zipCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See https://tools.usps.com/go/ZipLookupAction!input.action</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Geocode" type="hmis:geocode" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.8.1.A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>