<xs:element name="organisationDetails">
<xs:annotation>
<xs:documentation>A group of properties specific to an organisation</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="founded" type="TruncatedDateTimePropType" minOccurs="0">
<xs:annotation>
<xs:documentation>The date the organisation was founded/established.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="dissolved" type="TruncatedDateTimePropType" minOccurs="0">
<xs:annotation>
<xs:documentation>The date the organisation was dissolved.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="location" type="FlexLocationPropType">
<xs:annotation>
<xs:documentation>A place where the organisation is located.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="contactInfo" type="ContactInfoType">
<xs:annotation>
<xs:documentation>Information how to contact the organisation.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|