diagram | ![]() |
||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="AppearanceType" abstract="false"> <xs:annotation> <xs:appinfo>used in AppearancePdu</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="visual" type="xs:unsignedLong"/> <xs:attribute name="ir" type="xs:unsignedLong"/> <xs:attribute name="em" type="xs:unsignedLong"/> <xs:attribute name="audio" type="xs:unsignedLong"/> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedLong |
source | <xs:attribute name="visual" type="xs:unsignedLong"/> |
type | xs:unsignedLong |
source | <xs:attribute name="ir" type="xs:unsignedLong"/> |
type | xs:unsignedLong |
source | <xs:attribute name="em" type="xs:unsignedLong"/> |
type | xs:unsignedLong |
source | <xs:attribute name="audio" type="xs:unsignedLong"/> |