diagram | ![]() |
||||||||||||||
type | extension of rootType | ||||||||||||||
properties |
|
||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="DomainType" abstract="false"> <xs:annotation> <xs:appinfo>A special class to contain and act as a super class for Domain enumerations.</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="value" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>domain field containing enumeration value. See SISO enumerations for PlatformDomain uid 8, MunitionDomain uid 14 and SupplyDomain uid 600. </xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="value" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>domain field containing enumeration value. See SISO enumerations for PlatformDomain uid 8, MunitionDomain uid 14 and SupplyDomain uid 600. </xs:appinfo> </xs:annotation> </xs:attribute> |