Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:annotation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a corpus to its annotated part(s)
Diagram
Diagram ELG-SHARE_xsd_Element_ms_annotationType.tmp#annotationType ELG-SHARE_xsd_Element_ms_annotatedElement.tmp#annotatedElement ELG-SHARE_xsd_Element_ms_segmentationLevel.tmp#segmentationLevel ELG-SHARE_xsd_Element_ms_annotationStandoff.tmp#annotationStandoff ELG-SHARE_xsd_Element_ms_guidelines.tmp#guidelines ELG-SHARE_xsd_Element_ms_tagset.tmp#tagset ELG-SHARE_xsd_Element_ms_theoreticModel.tmp#theoreticModel ELG-SHARE_xsd_Element_ms_annotationMode.tmp#annotationMode ELG-SHARE_xsd_Element_ms_annotationModeDetails.tmp#annotationModeDetails ELG-SHARE_xsd_Element_ms_isAnnotatedBy.tmp#isAnnotatedBy ELG-SHARE_xsd_Element_ms_annotator.tmp#annotator ELG-SHARE_xsd_Element_ms_annotationStartDate.tmp#annotationStartDate ELG-SHARE_xsd_Element_ms_annotationEndDate.tmp#annotationEndDate ELG-SHARE_xsd_Element_ms_interannotatorAgreement.tmp#interannotatorAgreement ELG-SHARE_xsd_Element_ms_intraannotatorAgreement.tmp#intraannotatorAgreement ELG-SHARE_xsd_Element_ms_annotationReport.tmp#annotationReport ELG-SHARE_xsd_Complex_Type_ms_Annotation.tmp#http___w3id.org_meta-share_meta-share__Annotation
Type ms:Annotation
Properties
content complex
Used by
Element ms:Corpus
Model
Children ms:annotatedElement, ms:annotationEndDate, ms:annotationMode, ms:annotationModeDetails, ms:annotationReport, ms:annotationStandoff, ms:annotationStartDate, ms:annotationType, ms:annotator, ms:guidelines, ms:interannotatorAgreement, ms:intraannotatorAgreement, ms:isAnnotatedBy, ms:segmentationLevel, ms:tagset, ms:theoreticModel
Instance
<ms:annotation xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:annotationType>{1,1}</ms:annotationType>
  <ms:annotatedElement>{0,unbounded}</ms:annotatedElement>
  <ms:segmentationLevel>{0,unbounded}</ms:segmentationLevel>
  <ms:annotationStandoff>{0,1}</ms:annotationStandoff>
  <ms:guidelines>{0,unbounded}</ms:guidelines>
  <ms:tagset>{0,1}</ms:tagset>
  <ms:theoreticModel xml:lang="">{0,unbounded}</ms:theoreticModel>
  <ms:annotationMode>{0,1}</ms:annotationMode>
  <ms:annotationModeDetails xml:lang="">{0,unbounded}</ms:annotationModeDetails>
  <ms:isAnnotatedBy>{0,unbounded}</ms:isAnnotatedBy>
  <ms:annotator>{0,unbounded}</ms:annotator>
  <ms:annotationStartDate>{0,1}</ms:annotationStartDate>
  <ms:annotationEndDate>{0,1}</ms:annotationEndDate>
  <ms:interannotatorAgreement xml:lang="">{0,unbounded}</ms:interannotatorAgreement>
  <ms:intraannotatorAgreement xml:lang="">{0,unbounded}</ms:intraannotatorAgreement>
  <ms:annotationReport>{0,unbounded}</ms:annotationReport>
</ms:annotation>
Source
<xs:element name="annotation" type="ms:Annotation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a corpus to its annotated part(s)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotation</identifier>
      <label xml:lang="en">annotation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>