From 2880879606f6a6142e8705fd58661aef30e9ea77 Mon Sep 17 00:00:00 2001 From: Lorenz Haas Date: Fri, 18 Oct 2019 19:18:54 +0300 Subject: [PATCH] Update readme.md for version 1.4 --- readme.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 7b03e14..3a2ec2d 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -MTConnect Schema Files Versions 1.0 - 1.3 +MTConnect Schema Files Versions 1.0 - 1.4 === Files are named with respect to the section of the standard they apply. @@ -49,8 +49,22 @@ Version 1.3 (With XSD 1.0 compatible files) MTConnectError_1.3_1.0.xsd ``` -Microsoft XML an many legacy XML parsers are not current on the XML Schema 1.1 standard accepted in 2012 by the w3c. The MTConnect standard takes advantage of the latest advances in extensibility to add additional properties in a regulated manor using the xs:any tag and specifying they tags must be from another namespace. +Version 1.4 (With XSD 1.0 compatible files) +--- + +``` + MTConnectAssets_1.4.xsd + MTConnectAssets_1.4_1.0.xsd + MTConnectDevices_1.4.xsd + MTConnectDevices_1.4_1.0.xsd + MTConnectStreams_1.4.xsd + MTConnectStreams_1.4_1.0.xsd + MTConnectError_1.4.xsd + MTConnectError_1.4_1.0.xsd +``` + +Microsoft XML and many legacy XML parsers are not current on the XML Schema 1.1 standard accepted in 2012 by the w3c. The MTConnect standard takes advantage of the latest advances in extensibility to add additional properties in a regulated manor using the xs:any tag and specifying they tags must be from another namespace. -We are also using Schema Versioning from XML Schema 1.1 and will be creating new schema that use these new features as we move into 1.4 and beyond. There are many XML Parsers that now correctly handle XML Schema 1.1, namely Raptor from Altova and Xerces from Apache. If you must use Microsoft XML with validation turned on, then you must use the ...1.3_1.0.xsd files in the directory. +We are also using Schema Versioning from XML Schema 1.1 and will be creating new schema that use these new features as we move into 1.4 and beyond. There are many XML Parsers that now correctly handle XML Schema 1.1, namely Raptor from Altova and Xerces from Apache. If you must use Microsoft XML with validation turned on, then you must use the ...1.3_1.0.xsd or ...1.4_1.0.xsd files in the directory. -The 1.3_1.0.xsd files will support the MSXML parser and validation, but will not support the advance extensibility. If you want both, talk with Microsoft to update their parser. \ No newline at end of file +The 1.3_1.0.xsd and 1.4_1.0.xsd files will support the MSXML parser and validation, but will not support the advance extensibility. If you want both, talk with Microsoft to update their parser. \ No newline at end of file