Closed cpfaff closed 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>
The interface mockups currently suggest to have the items for one full interaction where the interaction is split into the elements (e.g. tritrophic)
Currently we have