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" elementFormDefault="qualified" xmlns="http://www.punch4nfdi.de/ildg-mdc/ALPS-DAQ.0.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified">
<xs:element name="ALPS-DAQ">
<xs:complexType>
<xs:sequence>
<xs:element type="xs:string" name="id">
</xs:element>
<xs:element name="instrument" type="instType">
</xs:element>
<xs:element type="miscType" name="miscellaneous">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:complexType name="instType">
<xs:sequence>
<xs:element type="xs:string" name="name">
</xs:element>
<xs:element name="type" type="xs:string">
</xs:element>
<xs:element type="xs:string" name="manufacturer">
</xs:element>
<xs:element name="model" type="xs:string">
</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 name="version" type="xs:string">
</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 name="formfactor" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="miscType">
<xs:sequence>
<xs:element name="hardware" type="hardwareType">
</xs:element>
<xs:element name="data" type="dataType" maxOccurs="unbounded">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="hardwareType">
<xs:sequence>
<xs:element type="xs:string" name="hostname">
</xs:element>
<xs:element type="xs:string" name="mac_address">
</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 type="xs:string" name="DAQ_path">
</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>
|