Definition Type: ComplexType
Name: TransactionProfileType
Namespace: http://www.wbf.org/xml/B2MML-V0401
Containing Schema: B2MML-V0401-TransactionProfile.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into versionID Drilldown into releaseID Drilldown into Any Drilldown into SupportedAction Drilldown into PublishedDate Drilldown into Location Drilldown into Description Drilldown into IDXSD Diagram of TransactionProfileType
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID b2mml:ID 0 (1)
Description b2mml:Description 0 unbounded
Location b2mml:Location 0 (1)
PublishedDate b2mml:PublishedDate 0 (1)
SupportedAction b2mml:SupportedAction 0 unbounded
Any b2mml:Any 0 unbounded
<xs:group> Extended:TransactionProfile 0 1
Collapse Child Attributes:
Name Type Default Value Use
releaseID b2mml:releaseID Required
versionID b2mml:versionID Optional
Collapse Derivation Tree:
Collapse References:
b2mml:TransactionProfile, b2mml:TransactionProfile, b2mml:TransactionProfile
Collapse Comments:
blog comments powered by Disqus