blob: b07ccc20a3b11ed6f10dfb5c79b5cb196bbc3341 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="fmea_table">
<xs:complexType>
<xs:sequence>
<xs:element name="row" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="id" type="xs:positiveInteger"/>
<xs:element name="entry" type="xs:string" minOccurs="0"/>
<xs:element name="failure_mode" type="xs:string"/>
<xs:element name="failure_effects" type="xs:string"/>
<xs:element name="trace_file_name" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>