Annotations
|
The CriticalityAreaEnumType enumerates values that describe characteristic criticality areas. |
|
Diagram
|
|
Type |
restriction of xs:NMTOKEN |
Facets
|
enumeration |
SAFETY |
|
enumeration |
MISSION |
|
enumeration |
FIT |
|
enumeration |
FUNCTION |
|
enumeration |
APPEARANCE |
|
enumeration |
UNDEFINED |
|
|
Used by
|
|
Source
|
<xs:simpleType name="CriticalityAreaEnumType">
<xs:annotation>
<xs:documentation>The CriticalityAreaEnumType enumerates values that describe characteristic criticality areas.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="SAFETY"/>
<xs:enumeration value="MISSION"/>
<xs:enumeration value="FIT"/>
<xs:enumeration value="FUNCTION"/>
<xs:enumeration value="APPEARANCE"/>
<xs:enumeration value="UNDEFINED"/>
</xs:restriction>
</xs:simpleType> |
|
Schema location |
file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd |