simpleType "substitutablePortNumber"
Namespace:
Defined:
globally in mule.xsd; see XML source
Used:
at 15 locations
Simple Content Model
xsd:string | xsd:int
All Direct / Indirect Based Attributes (15):
addressAttributes/@port, addressAttributes/@port,
Known Usage Locations
Annotation
A custom xsd:int type that also allows for Ant-style property placeholders and restricts the int value to a valid port number.
Type Definition Detail
Type Derivation Tree
union of (restriction of propertyPlaceholderType | restriction of xsd:int)
  substitutablePortNumber
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
  2. anonymous simpleType:
    Derivation:
    restriction of xsd:int
    Facets:
    maxInclusive:
    65536
    minInclusive:
    0
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="substitutablePortNumber">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="propertyPlaceholderType"/>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:int">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="65536"/>
</xsd:restriction>
</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.