djencks 2005/11/22 23:04:15
Modified: modules/openejb-builder/src/schema corba-css-config-2.0.xsd
corba-tss-config-2.0.xsd
Log:
GERONIMO-1122 Support 3 levels of principal wrapping. I did not change the
schema version.
Revision Changes Path
1.3 +3 -1
openejb/modules/openejb-builder/src/schema/corba-css-config-2.0.xsd
Index: corba-css-config-2.0.xsd
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/schema/corba-css-config-2.0.xsd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- corba-css-config-2.0.xsd 2 Oct 2005 05:08:26 -0000 1.2
+++ corba-css-config-2.0.xsd 23 Nov 2005 04:04:14 -0000 1.3
@@ -216,7 +216,9 @@
<xsd:complexType name="ITTPrincipalNameDynamicType">
<xsd:complexContent>
<xsd:restriction base="xsd:anyType">
- <xsd:attribute name="domain" type="xsd:string"/>
+ <xsd:attribute name="principal-class" type="xsd:string"/>
+ <xsd:attribute name="domain" type="xsd:string"
use="optional"/>
+ <xsd:attribute name="realm" type="xsd:string"
use="optional"/>
<xsd:attribute name="oid" type="xsd:string" use="optional"/>
</xsd:restriction>
</xsd:complexContent>
1.4 +7 -6
openejb/modules/openejb-builder/src/schema/corba-tss-config-2.0.xsd
Index: corba-tss-config-2.0.xsd
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/schema/corba-tss-config-2.0.xsd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- corba-tss-config-2.0.xsd 27 Oct 2005 19:10:14 -0000 1.3
+++ corba-tss-config-2.0.xsd 23 Nov 2005 04:04:14 -0000 1.4
@@ -275,8 +275,9 @@
<!-- <xsd:restriction base="xsd:anyType"/>-->
<!-- </xsd:complexContent>-->
<xsd:sequence/>
- <xsd:attribute name="realm-name" type="xsd:string"/>
- <xsd:attribute name="domain-name" type="xsd:string"/>
+ <xsd:attribute name="principal-class" type="xsd:string"/>
+ <xsd:attribute name="domain" type="xsd:string" use="optional"/>
+ <xsd:attribute name="realm" type="xsd:string" use="optional"/>
</xsd:complexType>
<xsd:complexType name="ITTDistinguishedNameType">
@@ -284,8 +285,8 @@
<!-- <xsd:restriction base="xsd:anyType"/>-->
<!-- </xsd:complexContent>-->
<xsd:sequence/>
- <xsd:attribute name="realm-name" type="xsd:string"/>
- <xsd:attribute name="domain-name" type="xsd:string"/>
+ <xsd:attribute name="realm" type="xsd:string" use="optional"/>
+ <xsd:attribute name="domain" type="xsd:string" use="optional"/>
</xsd:complexType>
<xsd:complexType name="ITTX509CertChainType">
@@ -293,8 +294,8 @@
<!-- <xsd:restriction base="xsd:anyType"/>-->
<!-- </xsd:complexContent>-->
<xsd:sequence/>
- <xsd:attribute name="realm-name" type="xsd:string"/>
- <xsd:attribute name="domain-name" type="xsd:string"/>
+ <xsd:attribute name="realm" type="xsd:string" use="optional"/>
+ <xsd:attribute name="domain" type="xsd:string" use="optional"/>
</xsd:complexType>
</xsd:schema>