| diagram | ![]() |
||||||||||||||
| type | extension of rootType | ||||||||||||||
| properties |
|
||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| source | <xs:complexType name="RequestIDType" abstract="false"> <xs:annotation> <xs:appinfo>A monotonically increasing number inserted into all simulation managment PDUs. This should be a hand-coded thingie, maybe a singleton. Section 6.2.75 </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="requestID" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>monotonically increasing number</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
| type | xs:unsignedLong | ||
| annotation |
|
||
| source | <xs:attribute name="requestID" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>monotonically increasing number</xs:appinfo> </xs:annotation> </xs:attribute> |