Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element enrollmentCoC / EnrollmentCoCID
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Reference to the EnrollmentCoC'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="EnrollmentCoCID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the EnrollmentCoC's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element enrollmentCoC / EnrollmentID
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment's ID
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string32.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="EnrollmentID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment's ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element enrollmentCoC / HouseholdID
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Household ID, as a convenience
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string32.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="HouseholdID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Household ID, as a convenience</xs:documentation>
  </xs:annotation>
</xs:element>
Element enrollmentCoC / CoCCode
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Key reference to the CoC's ID.  See June 2017 HMIS Data Dictionary v1.2, Section 3.16.1
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_cocCode.tmp#cocCode
Type cocCode
Properties
content simple
Facets
pattern [A-Za-z]{2}-[0-9]{3}
Source
<xs:element name="CoCCode" type="hmis:cocCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the CoC's ID. See June 2017 HMIS Data Dictionary v1.2, Section 3.16.1</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type enrollmentCoC
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd_Attribute_dataCollectionStage.tmp#dataCollectionStage HUD_HMIS_xsd_Attribute_informationDate.tmp#informationDate HUD_HMIS_xsd_Attribute_Group_baseMetaData.tmp#baseMetaData HUD_HMIS_xsd_Complex_Type_enrollmentCoC.tmp#enrollmentCoC_EnrollmentCoCID HUD_HMIS_xsd_Complex_Type_enrollmentCoC.tmp#enrollmentCoC_EnrollmentID HUD_HMIS_xsd_Complex_Type_enrollmentCoC.tmp#enrollmentCoC_HouseholdID HUD_HMIS_xsd_Complex_Type_enrollmentCoC.tmp#enrollmentCoC_CoCCode
Used by
Model
Children CoCCode, EnrollmentCoCID, EnrollmentID, HouseholdID
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See June 2017 HMIS Data Dictionary v1.2, Section 5.3.
dateCreated xs:dateTime required
See June 2017 HMIS Data Dictionary v1.2, 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 June 2017 HMIS Data Dictionary v1.2, Section 5.2.
informationDate xs:date required
See June 2017 HMIS Data Dictionary v1.2, Section 5.4.
userID string32 required
See June 2017 HMIS Data Dictionary v1.2, Section 5.7.
Source
<xs:complexType name="enrollmentCoC">
  <xs:sequence>
    <xs:element name="EnrollmentCoCID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the EnrollmentCoC's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EnrollmentID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment's ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HouseholdID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Household ID, as a convenience</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CoCCode" type="hmis:cocCode">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the CoC's ID. See June 2017 HMIS Data Dictionary v1.2, Section 3.16.1</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>