<xsd:complexType name="TransactionProfileType">
<xsd:sequence>
<xsd:element name="ID" type="IdentifierType" minOccurs="0" />
<xsd:element name="Description" type="DescriptionType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Location" type="LocationType" minOccurs="0" />
<xsd:element name="PublishedDate" type="PublishedDateType" minOccurs="0" />
<xsd:element name="SupportedAction" type="SupportedActionType" minOccurs="0" maxOccurs="unbounded" />
<xsd:group ref="Extended:TransactionProfile" minOccurs="0" maxOccurs="1" />
<!-- Added in V04 - The Any element should not be used in new schemas. This extension schema should be used to add user defined
elements to B2MML documents. In a future release the Any element will be removed from B2MML. -->
<xsd:element name="Any" type="AnyType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="releaseID" type="xsd:normalizedString" use="required" />
<xsd:attribute name="versionID" type="xsd:normalizedString" use="optional" />
</xsd:complexType>
|