Author: sergeyb
Date: Thu Jul 2 10:17:14 2015
New Revision: 956658
Log:
Updating jaxrs schemas with a publish attribute
Modified:
websites/production/cxf/content/schemas/blueprint/jaxrs.xsd
websites/production/cxf/content/schemas/jaxrs.xsd
Modified: websites/production/cxf/content/schemas/blueprint/jaxrs.xsd
==============================================================================
--- websites/production/cxf/content/schemas/blueprint/jaxrs.xsd (original)
+++ websites/production/cxf/content/schemas/blueprint/jaxrs.xsd Thu Jul 2
10:17:14 2015
@@ -69,6 +69,7 @@
<xsd:attribute name="serviceName" type="xsd:QName"/>
<xsd:attribute name="docLocation" type="xsd:string"/>
<xsd:attribute name="publishedEndpointUrl" type="xsd:string"/>
+ <xsd:attribute name="publish" type="xsd:boolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Modified: websites/production/cxf/content/schemas/jaxrs.xsd
==============================================================================
--- websites/production/cxf/content/schemas/jaxrs.xsd (original)
+++ websites/production/cxf/content/schemas/jaxrs.xsd Thu Jul 2 10:17:14 2015
@@ -69,6 +69,8 @@
<xsd:attribute name="docLocation" type="xsd:string"/>
<xsd:attribute name="publishedEndpointUrl" type="xsd:string"/>
<xsd:attribute name="basePackages" type="xsd:string"/>
+ <xsd:attribute name="serviceAnnotation" type="xsd:string"/>
+ <xsd:attribute name="publish" type="xsd:boolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>