element linkers
diagram proxl-xml-v1.4_diagrams/proxl-xml-v1.4_p30.png
properties
content complex
children linker
used by
element proxl_input
identity constraints
  Name  Refer  Selector  Field(s)  Annotation
unique  linker_name_unique    linker  @name  
documentation
Ensure a given linker name isonly present once.
annotation
documentation
The chemical linkers used in this experiment. There must be at least one.
source <xs:element name="linkers">
 
<xs:annotation>
   
<xs:documentation>The chemical linkers used in this experiment. There must be at least one.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="linker" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="linker_name_unique">
   
<xs:annotation>
     
<xs:documentation>Ensure a given linker name isonly present once.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="linker"/>
   
<xs:field xpath="@name"/>
 
</xs:unique>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy