simpleType "keystoreType"
Namespace:
Defined:
globally in mule.xsd; see XML source
Used:
Simple Content Model
("jks" | "jceks" | "pkcs12") | xsd:string
All Direct / Indirect Based Attributes (6):
tlsClientKeyStoreType/@class, tlsKeyStoreType/@type,
Known Usage Locations
Annotation
A type that defines a Java keystore..
Type Definition Detail
Type Derivation Tree
union of (restriction of xsd:string | restriction of xsd:string)
  keystoreType
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xsd:string
    Facets:
    enumeration:
    "jks"
     - 
    The default Java KeyStore. If no keystore type is specified, "jks" will be used.
    "jceks"
     - 
    Used by the Java Cryptography Extension
    "pkcs12"
     - 
    A format commonly used to store private keys.
  2. anonymous simpleType:
    Derivation:
    restriction of xsd:string
    Any other keystore type.
XML Source (w/o annotations (5); see within schema source)
<xsd:simpleType name="keystoreType">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="jks"/>
<xsd:enumeration value="jceks"/>
<xsd:enumeration value="pkcs12"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:string"/>
</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.