Definition Type: ComplexType
Name: TransExpressionType
Namespace: http://www.wbf.org/xml/B2MML-V0401
Type: b2mml:TransExpression1Type
Containing Schema: B2MML-V0401-Common.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TransExpression1Type in schema b2mml-v0401-common_xsd Drilldown into expressionLanguage in schema b2mml-v0401-common_xsd Drilldown into actionCode in schema b2mml-v0401-common_xsdXSD Diagram of TransExpressionType in schema b2mml-v0401-common_xsd (Business To Manufacturing Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="TransExpressionType">
    <xsd:simpleContent>
        <xsd:extension base="TransExpression1Type">
            <xsd:attribute name="actionCode" type="TransActionCodeType" use="required" />
            <xsd:attribute name="expressionLanguage" type="xsd:token" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
actionCode b2mml:actionCode Required
expressionLanguage b2mml:expressionLanguage Optional
Collapse Derivation Tree:
Collapse References:
b2mml:ActionExpression, b2mml:ResponseExpression