Schema aarexceptionupdate.xsd


schema location ..\aarexceptionupdate.xsd
attributeFormDefault
elementFormDefault
 
Elements 
aarExceptionUpdate 
aarExceptionUpdates 
comments 
newComments 
oldComments 


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

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

element aarExceptionUpdates
diagram aarexceptionupdate_p3.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>

element comments
diagram aarexceptionupdate_p4.png
properties
abstract true
used by
element aarExceptionUpdate
source <xs:element name="comments" abstract="true"/>

element newComments
diagram aarexceptionupdate_p5.png
type restriction of xs:string
substitution group comments
properties
content simple
facets
Kind Value Annotation
maxLength 500
whiteSpace preserve
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>

element oldComments
diagram aarexceptionupdate_p6.png
type xs:boolean
substitution group comments
properties
content simple
annotation
documentation
Whether old comments are still valid
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>


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