schema location: | ..\..\..\edart-rest\src\main\resources\schema\aarexceptionupdate.xsd |
attributeFormDefault: | |
elementFormDefault: | |
Elements |
aarExceptionUpdate |
aarExceptionUpdates |
diagram | ![]() |
||
properties |
|
||
children | equipmentId newComments oldComments | ||
used by |
|
||
source | <xs:element name="aarExceptionUpdate"> <xs:complexType> <xs:sequence> <xs:element name="equipmentId" type="xs:long"/> <xs:choice> <xs:element name="newComments" type="xs:string"/> <xs:element name="oldComments" type="xs:boolean"> <xs:annotation> <xs:documentation>Whether old comments are still valid</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
type | xs:long | ||
properties |
|
||
source | <xs:element name="equipmentId" type="xs:long"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="newComments" type="xs:string"/> |
diagram | ![]() |
||
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="oldComments" type="xs:boolean"> <xs:annotation> <xs:documentation>Whether old comments are still valid</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | aarExceptionUpdate | ||
source | <xs:element name="aarExceptionUpdates"> <xs:complexType> <xs:sequence> <xs:element ref="aarExceptionUpdate" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |