schema location: | ..\..\..\edart-rest\src\main\resources\schema\aarexceptionreport.xsd |
attributeFormDefault: | |
elementFormDefault: | |
Elements | Simple types |
aarExceptionReport | yearMonthDay |
facility |
diagram | ![]() |
||
properties |
|
||
children | facility | ||
source | <xs:element name="aarExceptionReport"> <xs:complexType> <xs:sequence> <xs:element ref="facility" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | equipmentId currentComments lastCertified expiration | ||
used by |
|
||
source | <xs:element name="facility"> <xs:complexType> <xs:sequence> <xs:element name="equipmentId" type="xs:long" minOccurs="0"/> <xs:element name="currentComments" type="xs:string" minOccurs="0"/> <xs:element name="lastCertified" type="yearMonthDay" minOccurs="0"> <xs:annotation> <xs:documentation>yyyy-mm-dd</xs:documentation> </xs:annotation> </xs:element> <xs:element name="expiration" type="yearMonthDay" minOccurs="0"> <xs:annotation> <xs:documentation>yyyy-mm-dd</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||
type | xs:long | ||||||
properties |
|
||||||
source | <xs:element name="equipmentId" type="xs:long" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="currentComments" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
type | yearMonthDay | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="lastCertified" type="yearMonthDay" minOccurs="0"> <xs:annotation> <xs:documentation>yyyy-mm-dd</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
type | yearMonthDay | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="expiration" type="yearMonthDay" minOccurs="0"> <xs:annotation> <xs:documentation>yyyy-mm-dd</xs:documentation> </xs:annotation> </xs:element> |
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="yearMonthDay"> <xs:restriction base="xs:string"> <xs:pattern value="\d{4}-\d{2}-\d{2}"/> </xs:restriction> </xs:simpleType> |