Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element education / EducationID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Reference to the LastGradeCompleted'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="EducationID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the LastGradeCompleted's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element education / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string32.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Element education / LastGradeCompleted
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.24.1.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_lastGradeCompletedSimple.tmp#lastGradeCompletedSimple
Type lastGradeCompletedSimple
Properties
content simple
minOccurs 0
Facets
enumeration 1
Less than Grade 5
enumeration 2
Grades 5-6
enumeration 3
Grades 7-8
enumeration 4
Grades 9-11
enumeration 5
Grade 12
enumeration 6
School program does not have grade levels
enumeration 7
GED
enumeration 10
Some college
enumeration 11
Associate’s degree
enumeration 12
Bachelor’s degree
enumeration 13
Graduate degree
enumeration 14
Vocational certification
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="LastGradeCompleted" type="hmis:lastGradeCompletedSimple" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.24.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Element education / SchoolStatus
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.25.1.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_schoolStatus.tmp#schoolStatus
Type schoolStatus
Properties
content simple
minOccurs 0
Facets
enumeration 1
Attending school regularly
enumeration 2
Attending school irregularly
enumeration 3
Graduated from high school
enumeration 4
Obtained GED
enumeration 5
Dropped out
enumeration 6
Suspended
enumeration 7
Expelled
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="SchoolStatus" type="hmis:schoolStatus" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.25.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type education
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/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_education.tmp#education_EducationID HUD_HMIS_xsd_Complex_Type_education.tmp#education_ProjectEntryID HUD_HMIS_xsd_Complex_Type_education.tmp#education_LastGradeCompleted HUD_HMIS_xsd_Complex_Type_education.tmp#education_SchoolStatus
Used by
Model
Children EducationID, LastGradeCompleted, ProjectEntryID, SchoolStatus
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
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.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="education">
  <xs:sequence>
    <xs:element name="EducationID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the LastGradeCompleted's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectEntryID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LastGradeCompleted" type="hmis:lastGradeCompletedSimple" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.24.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SchoolStatus" type="hmis:schoolStatus" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.25.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>