Showing:

Diagrams
Model
Source
Used by
Complex Type ms:ProcessingResource
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram ELG-SHARE_xsd_Element_ms_processingResourceType.tmp#processingResourceType ELG-SHARE_xsd_Element_ms_samplesLocation.tmp#samplesLocation ELG-SHARE_xsd_Element_ms_language.tmp#language ELG-SHARE_xsd_Element_ms_mediaType.tmp#mediaType ELG-SHARE_xsd_Element_ms_dataFormat.tmp#dataFormat ELG-SHARE_xsd_Element_ms_characterEncoding.tmp#characterEncoding ELG-SHARE_xsd_Element_ms_annotationType.tmp#annotationType ELG-SHARE_xsd_Element_ms_segmentationLevel.tmp#segmentationLevel ELG-SHARE_xsd_Element_ms_typesystem.tmp#typesystem ELG-SHARE_xsd_Element_ms_annotationSchema.tmp#annotationSchema ELG-SHARE_xsd_Element_ms_annotationResource.tmp#annotationResource ELG-SHARE_xsd_Element_ms_modalityType.tmp#modalityType ELG-SHARE_xsd_Element_ms_modalityTypeDetails.tmp#modalityTypeDetails
Used by
Model
Children ms:annotationResource, ms:annotationSchema, ms:annotationType, ms:characterEncoding, ms:dataFormat, ms:language, ms:mediaType, ms:modalityType, ms:modalityTypeDetails, ms:processingResourceType, ms:samplesLocation, ms:segmentationLevel, ms:typesystem
Source
<xs:complexType name="ProcessingResource">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>processingResourceType</str>
        <str>language</str>
        <str>mediaType</str>
        <str>dataFormat</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:processingResourceType"/>
    <xs:element ref="ms:samplesLocation" minOccurs="0"/>
    <xs:element ref="ms:language" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <rule>mandatory if languageDependent=True</rule>
          <indexed>true</indexed>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:mediaType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
          <indexed>true</indexed>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:dataFormat" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:characterEncoding" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:annotationType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:segmentationLevel" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:typesystem" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>mo</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:annotationSchema" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>mo</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:annotationResource" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>mo</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:modalityTypeDetails" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>