<xsd:complexType name="GetTransactionProfileType">
<xsd:sequence>
<xsd:element name="ApplicationArea" type="TransApplicationAreaType" />
<xsd:element name="DataArea">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Get" type="TransGetType" />
<xsd:element name="TransactionProfile" type="TransactionProfileType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="releaseID" type="xsd:normalizedString" use="required" />
<xsd:attribute name="versionID" type="xsd:normalizedString" use="optional" />
</xsd:complexType>
|