<xsd:complexType name="CardType">
<xsd:sequence>
<xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Code" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Name" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Text" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="DateTime" type="udt:DateTimeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Person" type="rcm:PersonType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Organization" type="rcm:OrganizationType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Account" type="rcm:AccountType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|