diagram | ![]() |
||||
namespace | https://mmixm.aero/base/2.1.0 | ||||
children | mb:additionalInformation mb:organizationContact mb:organizationName | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="Organization"> <xs:annotation> <xs:documentation>Complex type containing organization name and additional information.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="additionalInformation" type="mb:AdditionalInformation" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Additional information about an organization.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="organizationContact" type="mb:Person" minOccurs="0" maxOccurs="99"/> <xs:element name="organizationName" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The name of the organization</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | mb:AdditionalInformation | ||||||
properties |
|
||||||
children | mb:nameValue | ||||||
annotation |
|
||||||
source | <xs:element name="additionalInformation" type="mb:AdditionalInformation" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Additional information about an organization.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | mb:Person | ||||||
properties |
|
||||||
children | mb:additionalInformation mb:ndcEmpID mb:personContact mb:personName mb:organization mb:personQualification | ||||||
source | <xs:element name="organizationContact" type="mb:Person" minOccurs="0" maxOccurs="99"/> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="organizationName" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The name of the organization</xs:documentation> </xs:annotation> </xs:element> |