diagram | ![]() |
||||||||||||||
namespace | http://www.fixm.aero/flight/4.1 | ||||||||||||||
type | extension of fx:RestrictedHazardClassType | ||||||||||||||
properties |
|
||||||||||||||
used by |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <complexType name="HazardClassType"> <annotation> <documentation> A number assigned to a dangerous good that represents a classification (Class) according to the most dominant hazard it represents, potentially followed by a number representing a subdivision (Division) within the Class. An identifier of any subsidiary hazard class(es)/division(s) in addition to the primary hazard class and division. </documentation> </annotation> <simpleContent> <extension base="fx:RestrictedHazardClassType"> <attribute name="hazardDivision" use="optional"> <annotation> <documentation> A number representing a subdivision (Division) within the Class. </documentation> </annotation> <simpleType> <restriction base="fb:CountType"> <maxInclusive value="99"/> <minInclusive value="0"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType> |
type | restriction of fb:CountType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <attribute name="hazardDivision" use="optional"> <annotation> <documentation> A number representing a subdivision (Division) within the Class. </documentation> </annotation> <simpleType> <restriction base="fb:CountType"> <maxInclusive value="99"/> <minInclusive value="0"/> </restriction> </simpleType> </attribute> |