|
ActiveMQ example source code file (sasl.xsd)
The ActiveMQ sasl.xsd source code<?xml version='1.0' encoding='UTF-8'?> <!-- copyright (c) 1999-2006 The Jabber Software Foundation http://www.xmpp.org/about/copyright.shtml This XSD is licensed under the Creative Commons License 2.5 http://creativecommons.org/licenses/by/2.5/ --> <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' targetNamespace='urn:ietf:params:xml:ns:xmpp-sasl' xmlns='urn:ietf:params:xml:ns:xmpp-sasl' elementFormDefault='qualified'> <xs:element name='mechanisms'> <xs:complexType> <xs:sequence> <xs:element name='mechanism' maxOccurs='unbounded' type='xs:string'/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name='auth'> <xs:complexType> <xs:simpleContent> <xs:extension base='xs:string'> <xs:attribute name='mechanism' type='xs:string' use='optional'/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name='challenge'> <xs:complexType> <xs:simpleContent> <xs:extension base='xs:string'/> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name='response'> <xs:complexType> <xs:simpleContent> <xs:extension base='xs:string'/> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name='success'> <xs:complexType> <xs:simpleContent> <xs:extension base='xs:string'/> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name='abort'> <xs:complexType> </xs:complexType> </xs:element> <!-- <xs:element name='challenge' type='xs:string'/> <xs:element name='response' type='xs:string'/> <xs:element name='abort' type='empty'/> <xs:element name='success' type='xs:string'/> --> <xs:element name='failure'> <xs:complexType> <xs:choice minOccurs='0'> <xs:element name='aborted' type='empty'/> <xs:element name='incorrect-encoding' type='empty'/> <xs:element name='invalid-authzid' type='empty'/> <xs:element name='invalid-mechanism' type='empty'/> <xs:element name='mechanism-too-weak' type='empty'/> <xs:element name='not-authorized' type='empty'/> <xs:element name='temporary-auth-failure' type='empty'/> </xs:choice> </xs:complexType> </xs:element> <xs:simpleType name='empty'> <xs:restriction base='xs:string'> <xs:enumeration value=''/> </xs:restriction> </xs:simpleType> </xs:schema> Other ActiveMQ examples (source code examples)Here is a short list of links related to this ActiveMQ sasl.xsd source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.