<xsd:element name="truststore">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="beans:identifiedType">
<xsd:sequence>
</xsd:sequence>
<xsd:attribute name="location" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="password" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="type" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="provider" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="algorithm" type="xsd:string">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|