Skip to content

Commit 2880879

Browse files
committed
Update readme.md for version 1.4
1 parent d83418b commit 2880879

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

readme.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MTConnect Schema Files Versions 1.0 - 1.3
1+
MTConnect Schema Files Versions 1.0 - 1.4
22
===
33

44
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)
4949
MTConnectError_1.3_1.0.xsd
5050
```
5151

52-
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.
52+
Version 1.4 (With XSD 1.0 compatible files)
53+
---
54+
55+
```
56+
MTConnectAssets_1.4.xsd
57+
MTConnectAssets_1.4_1.0.xsd
58+
MTConnectDevices_1.4.xsd
59+
MTConnectDevices_1.4_1.0.xsd
60+
MTConnectStreams_1.4.xsd
61+
MTConnectStreams_1.4_1.0.xsd
62+
MTConnectError_1.4.xsd
63+
MTConnectError_1.4_1.0.xsd
64+
```
65+
66+
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.
5367

54-
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.
68+
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.
5569

56-
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.
70+
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.

0 commit comments

Comments
 (0)