Skip to content

Commit f6528ca

Browse files
committed
Prepare version for 4.0.0
1 parent 504811d commit f6528ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

event-logging.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<xs:schema xmlns:evt="event-logging:3" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="event-logging:3" elementFormDefault="qualified" attributeFormDefault="unqualified" version="4.0-beta.11" id="event-logging-v4.0-beta.11">
17+
<xs:schema xmlns:evt="event-logging:3" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="event-logging:3" elementFormDefault="qualified" attributeFormDefault="unqualified" version="4.0.0" id="event-logging-v4.0.0">
1818
<xs:annotation>
1919
<xs:documentation>This schema describes the allowed element structure for event logging. Please refer to the documentation and examples for a description of how to use this schema in addition to the descriptions given for each element within this schema.</xs:documentation>
2020
</xs:annotation>
@@ -3635,7 +3635,7 @@
36353635
<xs:documentation>Type for specifying the version numbers of XML documents that are supported by this version of the XMLSchema.</xs:documentation>
36363636
</xs:annotation>
36373637
<xs:restriction base="xs:string">
3638-
<xs:enumeration value="4.0-beta.11"/>
3638+
<xs:enumeration value="4.0.0"/>
36393639
</xs:restriction>
36403640
</xs:simpleType>
36413641
<xs:simpleType name="VirtualSessionSessionStateSimpleType">

0 commit comments

Comments
 (0)