Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element dateRangeCapped / StartDate
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="StartDate" type="xs:dateTime"/>
Element dateRangeCapped / EndDate
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="EndDate" type="xs:dateTime"/>
Complex Type dateRangeCapped
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
A date range, both start and end dates are required.
Diagram
Diagram HUD_HMIS_xsd_Complex_Type_dateRangeCapped.tmp#dateRangeCapped_StartDate HUD_HMIS_xsd_Complex_Type_dateRangeCapped.tmp#dateRangeCapped_EndDate
Used by
Model
Children EndDate, StartDate
Source
<xs:complexType name="dateRangeCapped">
  <xs:annotation>
    <xs:documentation xml:lang="en">A date range, both start and end dates are required.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="StartDate" type="xs:dateTime"/>
    <xs:element name="EndDate" type="xs:dateTime"/>
  </xs:sequence>
</xs:complexType>