simpleType "substitutableInt"
Namespace:
Defined:
globally in mule.xsd; see XML source
Used:
at 79 locations
Simple Content Model
xsd:string | xsd:int
Known Direct Subtypes (1):
statusType
All Direct / Indirect Based Attributes (79):
abstractMonitoredObjectStoreType/@entryTTL,
abstractMonitoredObjectStoreType/@expirationInterval,
abstractMonitoredObjectStoreType/@maxEntries,
abstractRedeliveryPolicyType/@maxRedeliveryCount,
abstractTransactionType/@timeout,
addressAttributes/@repeatCount,
asynchronousProcessingStrategy/@maxThreads,
asynchronousProcessingStrategy/@minThreads,
asyncReplyCollectionType/@timeout,
baseAggregatorRouterType/@timeout,
baseAggregatorType/@timeout,
cacheControlType/@directive,
cacheControlType/@maxAge,
chunkingRouterType/@messageSize,
chunkingRouterType/@numberOfMessages,
commonThreadPoolAttributes/@maxBufferSize,
commonThreadPoolAttributes/@threadTTL,
commonThreadPoolAttributes/@threadWaitTimeout,
configurationType/@shutdownTimeout,
connectorAttibutes/@interval,
connectorAttibutes/@logLevel,
connectorAttibutes/@maxInterval,
connectorAttibutes/@multiFrameInterval,
connectorAttibutes/@refsThreshold,
connectorAttibutes/@timeout,
cookieType/@maxAge,
cookieType/@version,
endpointRefType/@timeout,
globalEndpointType/@queryTimeout,
inboundEndpointType/@queryTimeout,
jdbcConnectorType/@queryTimeout,
jmsConnectorAttributes/@maxRedelivery,
jmsConnectorAttributes/@numberOfConsumers,
lengthProtocolType/@maxMessageLength,
managedObjectStoreType/@entryTTL,
managedObjectStoreType/@expirationInterval,
managedObjectStoreType/@maxEntries,
message-chunk-splitter/@messageSize,
muleMqConnectorType/@autoAckCount,
muleMqConnectorType/@globalStoreCapacity,
muleMqConnectorType/@initialRetryCount,
muleMqConnectorType/@maxUnackedSize,
muleMqConnectorType/@messageThreadPoolSize,
muleMqConnectorType/@muleMqMaxRedelivery,
muleMqConnectorType/@queueWindowSize,
muleMqConnectorType/@syncBatchSize,
muleMqConnectorType/@syncTime,
noProtocolTcpConnectorType/@clientSoTimeout,
noProtocolTcpConnectorType/@receiveBacklog,
noProtocolTcpConnectorType/@receiveBufferSize,
noProtocolTcpConnectorType/@sendBufferSize,
noProtocolTcpConnectorType/@serverSoTimeout,
noProtocolTcpConnectorType/@socketMaxWait,
noProtocolTcpConnectorType/@socketSoLinger,
outboundEndpointType/@queryTimeout,
passwordEncryptionStrategyType/@iterationCount,
poolingAttributes/@maxConnectionPoolSize,
queuedAsynchronousProcessingStrategy/@maxQueueSize,
queuedAsynchronousProcessingStrategy/@queueTimeout,
queueProfileType/@maxOutstandingMessages,
reconnectSimpleStrategyType/@count,
requestReplyType/@timeout,
response-builder/@status,
restrictedEndpointAttributes/@responseTimeout,
rollbackExceptionStrategyType/@maxRedeliveryAttempts,
sedaServiceType/@queueTimeout,
threadingProfileType/@maxThreadsActive,
threadingProfileType/@maxThreadsIdle,
transactedConnectorType/@numberOfConcurrentTransactedReceivers,
udpConnectorType/@receiveBufferSize,
udpConnectorType/@sendBufferSize,
until-successful/@maxRetries,
until-successful/@secondsBetweenRetries,
xmlPrettyPrinterType/@indentSize,
xmlPrettyPrinterType/@newLineAfterNTags,
xqueryTransformerType/@maxActiveTransformers,
xqueryTransformerType/@maxIdleTransformers,
xsltTransformerType/@maxActiveTransformers,
xsltTransformerType/@maxIdleTransformers
Known Usage Locations
Annotation
A custom xsd:int type that also allows for Ant-style property placeholders.
Type Definition Detail
Type Derivation Tree
union of (restriction of propertyPlaceholderType | restriction of xsd:int)
  substitutableInt
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
  2. anonymous simpleType:
    Derivation:
    restriction of xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="substitutableInt">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="propertyPlaceholderType"/>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:int"/>
</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.