<xs:element name="FailureMode" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="FailureMode_ID"/> <xs:element name="FailureMode_Ext_ID" minOccurs="0"/> <xs:element name="Context" type="xs:string" minOccurs="0"/> <xs:element name="Name" type="xs:string" minOccurs="0"/> <xs:element name="Item_ID" minOccurs="0"/> <xs:element name="Version" type="Version_Type" minOccurs="0"/> <xs:element name="Rate"> <xs:annotation> <xs:documentation>Adjusted pctg of failures to the related item that result from this failure mode</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RawRate" minOccurs="0"> <xs:annotation> <xs:documentation>Defined pctg of failures to the related object that result from this failure mode</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Unit" type="xs:anySimpleType" default="percent"/> <xs:element name="FailureMode_Attribute" type="AttributeType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="Distribution" type="Distribution_Type" minOccurs="0"/> <xs:element name="RelativeFailProb" type="xs:double" minOccurs="0"/> <xs:element name="EndItemSeverity" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Severity_Label" type="xs:string" minOccurs="0"/> <xs:element name="Severity_Value"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |