ГОСТ Р ИСО 15745 - 4 - 2012
<xsd:enumeration value=’ MTI" />
<xsd:enumeration value*"SEI* />
<xsdenumeration value="USI" />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="4" />
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:annotation>
<xsd:documentation>’ ISO 15745 DEFINED DATA TYPES *</xsd:documentation>
</xsd:annotation>
<xsd:complexType name="ProfileHandle_DataType”>
<xsd:sequence>
<xsd:element name=’ Profileldentification" type="xsd:string"/>
<xsd:element name=”ProfileRevision“ type=’xsd:string"/>
<xsd:element name="ProfileLocation" type=”xsd:anyURr minOccurs=”0’ m axO ccurs="r/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
C.2.1.3.2 ClPDataTypes.xsd
П р и м е ч а н и е- Данная XML схема определяет пункты XML схемы (например,
типы данных, типы элементов, группы атрибутов), используемые в других XML схемах.
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="
http://www.w3.org/2001/XMLSchema"
>
<!-- Target namespaces are not specified in this master template -->
<xsd:annotation>
<xsd:documentation>* CIP DATA TYPES *</xsd:documentation>
</xsd:annotation>
<xsd:simpleType name=’dt_USINT’ >
<xsd:restriction base="xsd:unsignedByte"/>
</xsd:simpleType>
<xsd:simpleType name="dt_UINT">
<xsd:restriction base=Mxsd:unsignedShort7>
</xsd:simpleType>
<xsd:simpleType name="dt_UDINT">
<xsd:restriction base="xsd:unsignedlnt’7>
</xsd:simpleType>
<xsd:simpleType name="dt_ULINT">
<xsd:restriction base="xsd:unsignedLong7>
</xsd:simpleType>
<xsd:simpleType name=’dt_SINT">
<xsd:restriction base="xsd:byte7>
</xsd:simpleType>
<xsd:simpleType name="dt_INT">
<xsd:restriction base="xsd:short7>
</xsd:simpleType>
<xsd:simpleType name="dt_DINT“>
<xsd:restriction base="xsd:int7>
</xsd:simpleType>
96