Showing:

Annotations
Attributes
Asserts
Diagrams
Facets
Model
Properties
Source
Used by
Element pathStatus / PathStatusID
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Reference to the PathStatus' unique ID
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string32.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="PathStatusID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the PathStatus' unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element pathStatus / EnrollmentID
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/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="EnrollmentID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Element pathStatus / DateOfStatus
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
See June 2017 HMIS Data Dictionary v1.2, Section 4.20.1.
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="DateOfStatus" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section 4.20.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pathStatus / ClientEnrolledInPATH
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
See June 2017 HMIS Data Dictionary v1.2, Section 4.20.2.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_noYes.tmp#noYes
Type noYes
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Source
<xs:element name="ClientEnrolledInPATH" type="hmis:noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section 4.20.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pathStatus / ReasonNotEnrolled
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
See June 2017 HMIS Data Dictionary v1.2, Section 4.20.2A.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_reasonNotEnrolled.tmp#reasonNotEnrolled
Type reasonNotEnrolled
Properties
content simple
minOccurs 0
Facets
enumeration 1
Client was found ineligible for PATH
enumeration 2
Client was not enrolled for other reason(s)
enumeration 99
Data not collected
Source
<xs:element name="ReasonNotEnrolled" type="hmis:reasonNotEnrolled" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section 4.20.2A.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type pathStatus
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd_Attribute_Group_baseMetaData.tmp#baseMetaData HUD_HMIS_xsd_Complex_Type_pathStatus.tmp#pathStatus_PathStatusID HUD_HMIS_xsd_Complex_Type_pathStatus.tmp#pathStatus_EnrollmentID HUD_HMIS_xsd_Complex_Type_pathStatus.tmp#pathStatus_DateOfStatus HUD_HMIS_xsd_Complex_Type_pathStatus.tmp#pathStatus_ClientEnrolledInPATH HUD_HMIS_xsd_Complex_Type_pathStatus.tmp#pathStatus_ReasonNotEnrolled
Used by
Model
Children ClientEnrolledInPATH, DateOfStatus, EnrollmentID, PathStatusID, ReasonNotEnrolled
Attributes
QName Type Use Annotation
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.
userID string32 required
See June 2017 HMIS Data Dictionary v1.2, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:ClientEnrolledInPATH/text()='0') then boolean(hmis:ReasonNotEnrolled) else (if (not(hmis:ClientEnrolledInPATH/text()='0')) then (not(boolean(hmis:ReasonNotEnrolled))) else false())
Source
<xs:complexType name="pathStatus">
  <xs:sequence>
    <xs:element name="PathStatusID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the PathStatus' 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</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DateOfStatus" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section 4.20.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ClientEnrolledInPATH" type="hmis:noYes">
      <xs:annotation>
        <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section 4.20.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReasonNotEnrolled" type="hmis:reasonNotEnrolled" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section 4.20.2A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if ClientEnrolledInPATH is 0, before allowing use of ReasonNotEnrolled-->
  <xs:assert test="if (hmis:ClientEnrolledInPATH/text()='0') then boolean(hmis:ReasonNotEnrolled) else (if (not(hmis:ClientEnrolledInPATH/text()='0')) then (not(boolean(hmis:ReasonNotEnrolled))) else false())"/>
</xs:complexType>