Definition Type: Attribute
Name: defaultValue
Namespace: http://docs.oasis-open.org/ebxml-bp/ebbp-2.0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: ebbp-2.0.4.xsd
Use Optional
Documentation:
Allows a default value to be specified for the Condition Expression. This default value is expressed as an xsd:string. To acquire an xsd:boolean, an XSLT constant boolean function of TRUE or FALSE may be used.
Collapse XSD Schema Diagram:
XSD Diagram of defaultValue in schema ebbp-2_0_4_xsd (ebXML Electronic Business using eXtensible Markup Language)
Collapse XSD Schema Code:
<xsd:attribute name="defaultValue" type="xsd:string" use="optional">
    <xsd:annotation>
        <xsd:documentation>Allows a default value to be specified for the Condition
					Expression. This default value is expressed as an xsd:string. To acquire an
					xsd:boolean, an XSLT constant boolean function of TRUE or FALSE may be
				used.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>