| schema location: | ..\aarexceptionupdate.xsd |
| attributeFormDefault: | |
| elementFormDefault: | |
| Elements |
| aarExceptionUpdate |
| aarExceptionUpdates |
| comments |
| newComments |
| oldComments |
| diagram | ![]() |
||
| properties |
|
||
| children | equipmentId comments | ||
| used by |
|
||
| source | <xs:element name="aarExceptionUpdate"> <xs:complexType> <xs:all> <xs:element name="equipmentId" type="xs:long"/> <xs:element ref="comments"> <xs:annotation> <xs:documentation>Use the element newComments or oldComments instead of comments. Can't use newComments and oldComments in the same payload.</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType> </xs:element> |
| diagram | ![]() |
||
| type | xs:long | ||
| properties |
|
||
| source | <xs:element name="equipmentId" type="xs:long"/> |
| 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> |
| diagram | ![]() |
||
| properties |
|
||
| used by |
|
||
| source | <xs:element name="comments" abstract="true"/> |
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| substitution group | comments | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| source | <xs:element name="newComments" substitutionGroup="comments"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="500"/> <xs:whiteSpace value="preserve"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() |
||
| type | xs:boolean | ||
| substitution group | comments | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="oldComments" type="xs:boolean" substitutionGroup="comments"> <xs:annotation> <xs:documentation>Whether old comments are still valid</xs:documentation> </xs:annotation> </xs:element> |