cpfaff / ease

EASE (Essential Annotation Schema for Ecology)
0 stars 2 forks source link

Refactor interaction in schema #36

Closed cpfaff closed 8 years ago

cpfaff commented 8 years ago

Currently we have

<is:element name="interactionRange" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="interactionItem" minOccurs="1" maxOccurs="unbounded">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="interactionName" type="xs:string" minOccurs="1" maxOccurs="1"/>
        <xs:element name="interactionClass" type="InteractionClass" minOccurs="1" maxOccurs="1"/>
        <xs:element name="interactionPartner" type="xs:string" minOccurs="1" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType> 
</xs:element>
cpfaff commented 8 years ago

The interface mockups currently suggest to have the items for one full interaction where the interaction is split into the elements (e.g. tritrophic)