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

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.