You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
884 B
XML
25 lines
884 B
XML
2 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
||
|
<xs:include schemaLocation="EtherCATBase.xsd"/>
|
||
|
<xs:element name="EtherCATDict">
|
||
|
<xs:complexType>
|
||
|
<xs:sequence>
|
||
|
<xs:element name="Dictionary" type="DictionaryType">
|
||
|
<xs:annotation>
|
||
|
<xs:documentation>information of the vendor</xs:documentation>
|
||
|
</xs:annotation>
|
||
|
<xs:keyref name="ObjectTypesRef" refer="DataTypesKey">
|
||
|
<xs:selector xpath="./Objects/Object"/>
|
||
|
<xs:field xpath="Type"/>
|
||
|
</xs:keyref>
|
||
|
<xs:key name="DataTypesKey">
|
||
|
<xs:selector xpath="./DataTypes/DataType"/>
|
||
|
<xs:field xpath="Name"/>
|
||
|
</xs:key>
|
||
|
</xs:element>
|
||
|
</xs:sequence>
|
||
|
<xs:attribute name="Version" type="xs:string" use="optional"/>
|
||
|
</xs:complexType>
|
||
|
</xs:element>
|
||
|
</xs:schema>
|