Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element affiliation / AffiliationID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Reference to the Affiliation'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="AffiliationID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Affiliation's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element affiliation / ProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Key reference to a Project element
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 a Project element</xs:documentation>
  </xs:annotation>
</xs:element>
Element affiliation / ResProjectID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
See HMIS Data Dictionary (Proposed Amendment), Section 2.4, Project Type.2AB.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string32.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="ResProjectID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">See HMIS Data Dictionary (Proposed Amendment), Section 2.4, Project Type.2AB.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type affiliation
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_affiliation.tmp#affiliation_AffiliationID HUD_HMIS_xsd_Complex_Type_affiliation.tmp#affiliation_ProjectID HUD_HMIS_xsd_Complex_Type_affiliation.tmp#affiliation_ResProjectID
Used by
Model
Children AffiliationID, ProjectID, ResProjectID
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="affiliation">
  <xs:sequence>
    <xs:element name="AffiliationID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the Affiliation's unique ID</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Key reference to a Project element</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResProjectID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">See HMIS Data Dictionary (Proposed Amendment), Section 2.4, Project Type.2AB.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>