simpleType "substitutableBoolean"
Namespace:
Defined:
globally in mule.xsd; see XML source
Used:
at 118 locations
Simple Content Model
xsd:string | xsd:boolean
All Direct / Indirect Based Attributes (118):
Known Usage Locations
Annotation
A custom xsd:boolean type that also allows for Ant-style property placeholders.
Type Definition Detail
Type Derivation Tree
union of (restriction of propertyPlaceholderType | restriction of xsd:boolean)
  substitutableBoolean
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
  2. anonymous simpleType:
    Derivation:
    restriction of xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="substitutableBoolean">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="propertyPlaceholderType"/>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:boolean"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.