ILDG Home
MDC index
ALPS index
ALPS list
|
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.punch4nfdi.de/ildg-mdc/ALPS-DAQ.0.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns="http://www.punch4nfdi.de/ildg-mdc/ALPS-DAQ.0.0">
<xs:element name="ALPS-DAQ">
<xs:complexType>
<xs:sequence>
<xs:element name="id" type="xs:string">
</xs:element>
<xs:element type="instType" name="instrument">
</xs:element>
<xs:element type="miscType" name="miscellaneous">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:complexType name="instType">
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element type="xs:string" name="type">
</xs:element>
<xs:element name="manufacturer" type="xs:string">
</xs:element>
<xs:element type="xs:string" name="model">
</xs:element>
<xs:element name="serialNo" type="xs:integer">
</xs:element>
<xs:element name="firmware" type="xs:string">
</xs:element>
<xs:element type="xs:string" name="productionDate">
</xs:element>
<xs:element type="xs:string" name="version">
</xs:element>
<xs:element type="xs:string" name="installation_date">
</xs:element>
<xs:element type="xs:anyURI" name="documentation">
</xs:element>
<xs:element name="installation_location" type="xs:string">
</xs:element>
<xs:element type="xs:string" name="formfactor">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="miscType">
<xs:sequence>
<xs:element type="hardwareType" name="hardware">
</xs:element>
<xs:element maxOccurs="unbounded" name="data" type="dataType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="hardwareType">
<xs:sequence>
<xs:element type="xs:string" name="hostname">
</xs:element>
<xs:element name="mac_address" type="xs:string">
</xs:element>
<xs:element name="DOOCS_server1" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="dataType">
<xs:sequence>
<xs:element type="xs:string" name="channel">
</xs:element>
<xs:element name="DAQ_path" type="xs:string">
</xs:element>
<xs:element type="xs:string" name="DAQ_dataType">
</xs:element>
<xs:element type="xs:string" name="descriptionShort">
</xs:element>
<xs:element type="xs:string" name="descriptionLong">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>
|