<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns="http://crown.esrd.net/crown" targetNamespace="http://crown.esrd.net/crown"
  xmlns:crown="http://crown.esrd.net/crown" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:include schemaLocation="crown-global.xsd" />
  <xsd:include schemaLocation="crown-patient.xsd" />
  <xsd:include schemaLocation="crown-forms.xsd" />

  <xsd:complexType name="Demographic">
    <xsd:sequence>
      <xsd:element name="orgAffiliation" type="OrganizationAffiliation" />
      <xsd:choice>
        <xsd:element name="patient" type="Patient" minOccurs="0"
          maxOccurs="unbounded" />
        <xsd:element name="form" type="Form" minOccurs="0"
          maxOccurs="unbounded" />
      </xsd:choice>
    </xsd:sequence>
  </xsd:complexType>

</xsd:schema>
