diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="EntityTypeRawType" abstract="false"> <xs:annotation> <xs:appinfo>Identifies the type of Entity</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="entityKind" type="xs:string"> <xs:annotation> <xs:appinfo>Kind of entity (SISO enumeration EntityKind uid 7)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="domain" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>Domain of entity (air, surface, subsurface, space, etc.)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="country" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>country to which the design of the entity is attributed</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="category" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>category of entity</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="subCategory" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>subcategory of entity</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="specific" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>specific info based on subcategory field. Renamed from specific because that is a reserved word in SQL. </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="extra" type="xs:unsignedByte"/> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="entityKind" type="xs:string"> <xs:annotation> <xs:appinfo>Kind of entity (SISO enumeration EntityKind uid 7)</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="domain" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>Domain of entity (air, surface, subsurface, space, etc.)</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="country" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>country to which the design of the entity is attributed</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="category" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>category of entity</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="subCategory" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>subcategory of entity</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="specific" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>specific info based on subcategory field. Renamed from specific because that is a reserved word in SQL. </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte |
source | <xs:attribute name="extra" type="xs:unsignedByte"/> |