<xs:element name="Reasons" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">A collection of reasons for this cancellation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Reason" type="FreeTextType" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Cancellation reason.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element>