General metadata which can be applied to a number of elements |
<xs:group name="metadata"> <xs:annotation> <xs:documentation>General metadata which can be applied to a number of elements</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="notes" type="Notes" minOccurs="0"/> <xs:element name="properties" type="Properties" minOccurs="0"/> <xs:element name="annotation" type="Annotation" minOccurs="0"/> <xs:element name="group" type="Group" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:group> |