Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element organization / OrganizationID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.1.1.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string32.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<xs:element name="OrganizationID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.1.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Element organization / OrganizationName
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 2.1.2.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string50.tmp#string50
Type string50
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="OrganizationName" type="hmis:string50">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.1.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Element organization / OrganizationCommonName
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Referenced but not defined in the HMIS Data Dictionary.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string50.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OrganizationCommonName" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Referenced but not defined in the HMIS Data Dictionary.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type organization
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_organization.tmp#organization_OrganizationID HUD_HMIS_xsd_Complex_Type_organization.tmp#organization_OrganizationName HUD_HMIS_xsd_Complex_Type_organization.tmp#organization_OrganizationCommonName
Used by
Model
Children OrganizationCommonName, OrganizationID, OrganizationName
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="organization">
  <xs:sequence>
    <xs:element name="OrganizationID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.1.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OrganizationName" type="hmis:string50">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 2.1.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OrganizationCommonName" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Referenced but not defined in the HMIS Data Dictionary.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>