Project

General

Profile

« Previous | Next » 

Revision 28097

#513: added inference attributes to properties of datasource, org, person, and project

View differences:

oaf-person-0.2.xsd
11 11
  <xs:element name="person">
12 12
    <xs:complexType>
13 13
      <xs:choice maxOccurs="unbounded">
14
        <xs:element name="firstname" type="xs:string"/>
15
        <xs:element name="secondnames" type="xs:string"/>
16
        <xs:element name="fullname" type="xs:string"/>
17
        <xs:element name="fax" type="xs:string"/>
18
        <xs:element name="email" type="xs:string"/>
19
        <xs:element name="phone" type="xs:string"/>
14
        <xs:element name="firstname" type="inferenceExtendedStringType"/>
15
        <xs:element name="secondnames" type="inferenceExtendedStringType"/>
16
        <xs:element name="fullname" type="inferenceExtendedStringType"/>
17
        <xs:element name="fax" type="inferenceExtendedStringType"/>
18
        <xs:element name="email" type="inferenceExtendedStringType"/>
19
        <xs:element name="phone" type="inferenceExtendedStringType"/>
20 20
        <xs:element name="nationality" type="optionalClassedSchemedElement"/>
21
        <xs:element name="originalId" type="xs:string" maxOccurs="unbounded"/>
21
        <xs:element name="originalId" type="inferenceExtendedStringType" maxOccurs="unbounded"/>
22 22
        <xs:element name="collectedfrom" type="namedIdElement" maxOccurs="unbounded"> <xs:annotation>
23 23
          <xs:documentation>Identifier and name of the datasource from which this person has
24 24
            been collected from.</xs:documentation>

Also available in: Unified diff