diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
children | domain | ||||||||||||||||||||||||||||||||||||||||||||||||||||
used by | |||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="EntityTypeType" abstract="false"> <xs:annotation> <xs:appinfo>Identifies the type of Entity</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <xs:element name="domain" type="DomainType"> <xs:annotation> <xs:appinfo>Domain of entity (air, surface, subsurface, space, etc.)</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> <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="country" type="xs:string"> <xs:annotation> <xs:appinfo>country to which the design of the entity is attributed (SISO enumeration Country uid 29) </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 based on category</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="specific" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>specific info based on subcategory</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="extra" type="xs:unsignedByte"/> </xs:extension> <!-- ========== debug: divider between elements and attributes ========== --> </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:string | ||
annotation |
|
||
source | <xs:attribute name="country" type="xs:string"> <xs:annotation> <xs:appinfo>country to which the design of the entity is attributed (SISO enumeration Country uid 29) </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 based on category</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</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte |
source | <xs:attribute name="extra" type="xs:unsignedByte"/> |
diagram | ![]() |
||||||||||||||
type | DomainType | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="domain" type="DomainType"> <xs:annotation> <xs:appinfo>Domain of entity (air, surface, subsurface, space, etc.)</xs:appinfo> </xs:annotation> </xs:element> |