Definition Type Complex Type
Name DemographicType
Namespace https://www.aqihq.org/AQIXMLResources/AQISchema.xsd
Abstract False
XSD Schema AQISchema.xsd
XSD Schema Diagram
XSD Schema Code
<xs:complexType name="DemographicType" >
  <xs:all>
    <xs:element minOccurs="0" maxOccurs="1" name="PatientID" nillable="true" type="AnyString"/>
    <xs:element minOccurs="0" maxOccurs="1" name="DOB" nillable="true" type="xs:date"/>
    <xs:element minOccurs="0" maxOccurs="1" name="HomeZip" nillable="true" type="ZipCodeType"/>
    <xs:element minOccurs="0" maxOccurs="1" name="HomeState" nillable="true" type="USStateCodeType"/>
    <xs:element minOccurs="0" maxOccurs="1" name="HomeCity" nillable="true" type="AnyString"/>
    <xs:element minOccurs="0" maxOccurs="1" name="Race" nillable="true" type="RaceCodeType"/>
    <xs:element minOccurs="1" maxOccurs="1" name="PatientSex" type="PatientSexCodeType"/>
  </xs:all>

</xs:complexType>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
DemographicType
    mstns:Demographic
References
mstns:Demographic
Generated using Liquid XML Studio - FREE Community Edition 7.1.6.1440 by Liquid Technologies Ltd