Componente: ConceptProperty

Elemento: ConceptProperty / informazioni

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Informazioni testuali sulla proprietà concettuale.
Diagramma Diagramma dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Tipo Informazioni
Proprietà
contenuti: complesso
minOccurs: 0
Modello name , description{0,1} , url{0,1}
Bambini descrizione, nome, url
Istanza
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Origine
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the concept property.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: ConceptProperty / type

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Il tipo di dati della proprietà concettuale.
Diagramma Diagramma dspl8.tmp#id52
Proprietà
contenuti: complesso
minOccurs: 0
Attributi
QName Tipo Risolto Predefinito Usa Annotazione
rif DataType di provisioning.
Origine
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the concept property.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
  </xs:complexType>
</xs:element>

Tipo complesso: ConceptProperty

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Una proprietà di un concetto (ad es. il paese di una città).
Diagramma Diagramma dspl8.tmp#id53 dspl8.tmp#id54 dspl8.tmp#id55 dspl8.tmp#id56 dspl8.tmp#id50 dspl8.tmp#id51
Usato da
Elemento Concetto/proprietà
Modello informazioni{0,1} , tipo{0,1}
Bambini informazioni, tipo
Attributi
QName Tipo Risolto Predefinito Usa Annotazione
concetto xs:QName facoltativo Un riferimento a un concetto che corrisponde ai valori della proprietà. Se la proprietà specifica un tipo, deve corrispondere al tipo del concetto a cui viene fatto riferimento. Un riferimento a un il concetto esterno deve avere il formato "prefix:other_concept_id", dove "prefisso" sono il prefisso utilizzato per lo spazio dei nomi del set di dati esterno (vedi XML spazi dei nomi).
id LocalId facoltativo L'ID della proprietà concettuale. Questo identificatore deve essere univoci all'interno del concetto (tra attributi e proprietà). La ID può essere omesso se viene specificata la proprietà concettuale. In questo case, un ID viene creato implicitamente con il valore il nome locale concetto a cui viene fatto riferimento. Ad esempio <property concept=&quot;geo:country&quot;/&gt; equivale a <property id=&quot;country&quot; concept=&quot;geo:country&quot;/&gt;
isMapping xs:boolean falso facoltativo Se true, questa proprietà deve fare riferimento a un concetto e questa proprietà indica una relazione di mappatura (1:1) tra concetto e al concetto a cui viene fatto riferimento. Ogni istanza del modello fa riferimento al massimo a un'istanza di questo concetto.
isParent xs:boolean falso facoltativo Se true, questa proprietà deve fare riferimento a un concetto e questa proprietà denota una relazione gerarchica concetto e al concetto a cui viene fatto riferimento (ad es. il continente di un paese).
Origine
<xs:complexType name="ConceptProperty">
  <xs:annotation>
    <xs:documentation>A property of a concept (e.g., the country of a city).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the concept property.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the concept property.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="LocalId" use="optional">
    <xs:annotation>
      <xs:documentation>The id of the concept property. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept property is specified. In that case, an id is
          implicitly created with value the local name of the referenced concept. For instance

          <property concept="geo:country"/>

          is equivalent to

          <property id="country" concept="geo:country"/></xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="concept" type="xs:QName" use="optional">
    <xs:annotation>
      <xs:documentation>A reference to a concept that corresponds to the values of the property.

          If the property specifies a type, then the type must match the type of the
          referenced concept.

          A reference to an external concept must be of the form "prefix:other_concept_id",
          where "prefix" is the prefix used for the namespace of the external dataset
          (see XML namespaces).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="isParent" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
      <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a hierarchical
          relationship between this concept and the referenced
          concept (e.g., the continent of a country).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
      <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a mapping
          (1-to-1) relationship between this concept and the
          referenced concept. Each instance of the referenced
          concept is referenced by at most one instance of
          this concept.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

Attributo: ConceptProperty / type / @ref

Spazio dei nomi Nessuno spazio dei nomi
Tipo DataType
Proprietà
usa: di provisioning.
Facet
enumerazione stringa
enumerazione numero in virgola mobile
enumerazione integer
enumerazione booleano
enumerazione data
enumerazione concetto
Usato da
Elemento ConceptProperty/type
Origine
<xs:attribute name="ref" type="DataType" use="required"/>

Attributo: ConceptProperty / @id

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni L'ID della proprietà concettuale. Questo identificatore deve essere univoco all'interno del concetto (tra attributi e proprietà). L'ID può essere omesso se la proprietà concettuale è specificata. In questo caso, un ID è creati implicitamente con il valore del nome locale del concetto a cui viene fatto riferimento. Ad esempio <property concept="geo:country"/> sono equivalente a <property id="country" concept=&quot;geo:country&quot;/&gt;
Tipo LocalId
Proprietà
usa: facoltativo
Facet
maxLength 64
Usato da
Tipo di complesso ConceptProperty
Origine
<xs:attribute name="id" type="LocalId" use="optional">
  <xs:annotation>
    <xs:documentation>The id of the concept property. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept property is specified. In that case, an id is
          implicitly created with value the local name of the referenced concept. For instance

          <property concept="geo:country"/>

          is equivalent to

          <property id="country" concept="geo:country"/></xs:documentation>
  </xs:annotation>
</xs:attribute>

Attributo: ConceptProperty / @concept

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni Un riferimento a un concetto che corrisponde ai valori del parametro proprietà. Se la proprietà specifica un tipo, questo deve corrispondere alla tipo del concetto a cui viene fatto riferimento. Il riferimento a un concetto esterno deve avere la forma "prefix:other_concept_id", dove "prefisso" è il prefisso utilizzato per lo spazio dei nomi dell'agente (vedi gli spazi dei nomi XML).
Tipo xs:QName
Proprietà
usa: facoltativo
Usato da
Tipo di complesso ConceptProperty
Origine
<xs:attribute name="concept" type="xs:QName" use="optional">
  <xs:annotation>
    <xs:documentation>A reference to a concept that corresponds to the values of the property.

          If the property specifies a type, then the type must match the type of the
          referenced concept.

          A reference to an external concept must be of the form "prefix:other_concept_id",
          where "prefix" is the prefix used for the namespace of the external dataset
          (see XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

Attributo: ConceptProperty / @isParent

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni Se true, la proprietà deve fare riferimento a un concetto e questo denota una relazione gerarchica tra questo concetto e concetto a cui si fa riferimento (ad es. il continente di un paese).
Tipo xs:boolean
Proprietà
usa: facoltativo
valore predefinito: falso
Usato da
Tipo di complesso ConceptProperty
Origine
<xs:attribute name="isParent" type="xs:boolean" use="optional" default="false">
  <xs:annotation>
    <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a hierarchical
          relationship between this concept and the referenced
          concept (e.g., the continent of a country).</xs:documentation>
  </xs:annotation>
</xs:attribute>

Attributo: ConceptProperty / @isMapping

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni Se true, la proprietà deve fare riferimento a un concetto e questo denota una relazione di mappatura (1:1) tra questo concetto e al concetto a cui viene fatto riferimento. Ogni istanza del concetto a cui viene fatto riferimento a cui si fa riferimento al massimo a un'istanza di questo concetto.
Tipo xs:boolean
Proprietà
usa: facoltativo
valore predefinito: falso
Usato da
Tipo di complesso ConceptProperty
Origine
<xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
  <xs:annotation>
    <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a mapping
          (1-to-1) relationship between this concept and the
          referenced concept. Each instance of the referenced
          concept is referenced by at most one instance of
          this concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Creato con Editor XML ossigeno.