Schema aarexceptionupdate.xsd


schema location ..\..\..\edart-rest\src\main\resources\schema\aarexceptionupdate.xsd
attributeFormDefault
elementFormDefault
 
Elements 
aarExceptionUpdate 
aarExceptionUpdates 


element aarExceptionUpdate
diagram aarexceptionupdate_p1.png
properties
content complex
children equipmentId newComments oldComments
used by
element aarExceptionUpdates
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>

element aarExceptionUpdate/equipmentId
diagram aarexceptionupdate_p2.png
type xs:long
properties
content simple
source <xs:element name="equipmentId" type="xs:long"/>

element aarExceptionUpdate/newComments
diagram aarexceptionupdate_p3.png
type xs:string
properties
content simple
source <xs:element name="newComments" type="xs:string"/>

element aarExceptionUpdate/oldComments
diagram aarexceptionupdate_p4.png
type xs:boolean
properties
content simple
annotation
documentation
Whether old comments are still valid
source <xs:element name="oldComments" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>Whether old comments are still valid</xs:documentation>
 
</xs:annotation>
</xs:element>

element aarExceptionUpdates
diagram aarexceptionupdate_p5.png
properties
content complex
children aarExceptionUpdate
source <xs:element name="aarExceptionUpdates">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="aarExceptionUpdate" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy