diagram | ![]() |
||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:complexType name="ShaftRPMType" abstract="false"> <xs:annotation> <xs:appinfo>Current Shaft RPM, Ordered Shaft RPM for use by Underwater Acoustic (UA) PDU. Section 7.6.4 </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="currentRPM" type="xs:unsignedShort"/> <xs:attribute name="orderedRPM" type="xs:unsignedShort"/> <xs:attribute name="RPMrateOfChange" type="xs:long"/> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedShort |
source | <xs:attribute name="currentRPM" type="xs:unsignedShort"/> |
type | xs:unsignedShort |
source | <xs:attribute name="orderedRPM" type="xs:unsignedShort"/> |
type | xs:long |
source | <xs:attribute name="RPMrateOfChange" type="xs:long"/> |