<xsd:complexType name="PartyType">
<xsd:sequence>
<xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="TypeCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Name" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Description" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="AccessCode" type="udt:CodeType" minOccurs="0" />
<xsd:element name="ClassificationCode" type="udt:CodeType" minOccurs="0" />
<xsd:element name="RoleCode" type="udt:CodeType" minOccurs="0" />
<xsd:element name="LanguageCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Organization" type="rcm:OrganizationType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Person" type="rcm:PersonType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Event" type="rcm:EventType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|