<xs:element name="DiagnosticStrategy" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Name" type="xs:string" minOccurs="0"/>
<xs:element name="Description" type="xs:string" minOccurs="0"/>
<xs:element name="Version" type="Version_Type" minOccurs="0"/>
<xs:element name="StartDiagnosticProcedure_ID"/>
<xs:element name="DiagnosticProcedure" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="DiagnosticProcedure_ID"/>
<xs:element name="Type">
<xs:simpleType>
<xs:restriction base="xs:Name">
<xs:enumeration value="FaultTree"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Name" type="xs:string" minOccurs="0"/>
<xs:element name="Description" type="xs:string" minOccurs="0"/>
<xs:element name="Version" type="Version_Type" minOccurs="0"/>
<xs:element name="StartDiagnosticStep_ID"/>
<xs:element name="DiagnosticStep" type="DiagnosticStep_Type" maxOccurs="unbounded"/>
<xs:element name="Outcome" type="Outcome_Type" minOccurs="0" maxOccurs="unbounded">
<xs:key name="DiagnosticProcedureOutcome_Key">
<xs:selector xpath="Outcome_ID"/>
<xs:field xpath="."/>
</xs:key>
</xs:element>
<xs:element name="Parameter" type="Parameter_Type" minOccurs="0" maxOccurs="unbounded">
<xs:key name="DiagnosticProcedure-Parameter_Key">
<xs:selector xpath="Parameter_ID"/>
<xs:field xpath="."/>
</xs:key>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:keyref name="StartDiagnosticStep_KeyRef" refer="DiagnosticStep_Key">
<xs:selector xpath="StartDiagnosticStep_ID"/>
<xs:field xpath="."/>
</xs:keyref>
<xs:key name="DiagnosticStep_Key">
<xs:selector xpath="DiagnosticStep"/>
<xs:field xpath="DiagnosticStep_ID"/>
</xs:key>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:keyref name="StartDiagnosticProcedure_KeyRef" refer="DiagnosticProcedure_Key">
<xs:selector xpath="StartDiagnosticProcedure_ID"/>
<xs:field xpath="."/>
</xs:keyref>
<xs:key name="DiagnosticProcedure_Key">
<xs:selector xpath="DiagnosticProcedure"/>
<xs:field xpath="DiagnosticProcedure_ID"/>
</xs:key>
</xs:element>
|