Компонент: ConceptProperty

Элемент: ConceptProperty / информация

Пространство имен http://schemas.google.com/dspl/2010
Аннотации Текстовая информация о свойстве концепта.
Диаграмма Диаграммаdspl4.tmp#id7dspl4.tmp#id14dspl4.tmp#id15dspl4.tmp#id6
Тип Информация
Характеристики
содержание: сложный
minПроисходит: 0
Модель имя , описание{0,1} , URL{0,1}
Дети описание , имя , адрес
Экземпляр
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Источник
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the concept property.</xs:documentation>
  </xs:annotation>
</xs:element>

Элемент: ConceptProperty / type

Пространство имен http://schemas.google.com/dspl/2010
Аннотации Тип данных свойства концепции.
Диаграмма Диаграммаdspl8.tmp#id52
Характеристики
содержание: сложный
minПроисходит: 0
Атрибуты
QName Тип Зафиксированный По умолчанию Использовать Аннотация
ссылка Тип данных обязательный
Источник
<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>

Сложный тип: ConceptProperty

Пространство имен http://schemas.google.com/dspl/2010
Аннотации Свойство понятия (например, страна города).
Диаграмма Диаграммаdspl8.tmp#id53dspl8.tmp#id54dspl8.tmp#id55dspl8.tmp#id56dspl8.tmp#id50dspl8.tmp#id51
Использован
Элемент Концепция/свойство
Модель информация{0,1} , тип{0,1}
Дети информация , тип
Атрибуты
QName Тип Зафиксированный По умолчанию Использовать Аннотация
концепция хз: QName необязательный Ссылка на понятие, которое соответствует значениям свойства. Если свойство указывает тип, то этот тип должен соответствовать типу концепции, на которую ссылаются. Ссылка на внешнее понятие должна иметь вид «префикс:идентификатор_другого_понятия», где «префикс» — это префикс, используемый для пространства имен внешнего набора данных (см. Пространства имен XML).
я бы локальный идентификатор необязательный Идентификатор свойства концепции. Этот идентификатор должен быть уникальным в рамках концепции (по атрибутам и свойствам). Идентификатор может быть опущен, если указано свойство концепта. В этом случае неявно создается идентификатор со значением локального имени концепции, на которую ссылаются. Например, <property concept="geo:country"/> эквивалентно <property id="country" concept="geo:country"/>
isMapping xs: логическое значение ЛОЖЬ необязательный Если оно истинно, то это свойство должно ссылаться на понятие, и это свойство обозначает отношение сопоставления (1-к-1) между этим понятием и понятием, на которое делается ссылка. На каждый экземпляр упомянутого понятия ссылается не более одного экземпляра этого понятия.
Родитель xs: логическое значение ЛОЖЬ необязательный Если оно истинно, то это свойство должно ссылаться на понятие, и это свойство обозначает иерархическую связь между этим понятием и понятием, на которое делается ссылка (например, континент страны).
Источник
<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>

Атрибут: ConceptProperty / type /@ref

Пространство имен Нет пространства имен
Тип Тип данных
Характеристики
использовать: обязательный
Грани
перечисление нить
перечисление плавать
перечисление целое число
перечисление логический
перечисление дата
перечисление концепция
Использован
Элемент ConceptProperty/type
Источник
<xs:attribute name="ref" type="DataType" use="required"/>

Атрибут: ConceptProperty / @id

Пространство имен Нет пространства имен
Аннотации Идентификатор свойства концепции. Этот идентификатор должен быть уникальным в рамках концепции (по атрибутам и свойствам). Идентификатор может быть опущен, если указано свойство концепта. В этом случае неявно создается идентификатор со значением локального имени концепции, на которую ссылаются. Например, <property concept="geo:country"/> эквивалентно <property id="country" concept="geo:country"/>
Тип локальный идентификатор
Характеристики
использовать: необязательный
Грани
максимальная длина 64
Использован
Сложный тип КонцепцияСвойство
Источник
<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>

Атрибут: ConceptProperty / @concept

Пространство имен Нет пространства имен
Аннотации Ссылка на понятие, которое соответствует значениям свойства. Если свойство указывает тип, то этот тип должен соответствовать типу концепции, на которую ссылаются. Ссылка на внешнее понятие должна иметь вид «префикс:идентификатор_другого_понятия», где «префикс» — это префикс, используемый для пространства имен внешнего набора данных (см. Пространства имен XML).
Тип хз: QName
Характеристики
использовать: необязательный
Использован
Сложный тип КонцепцияСвойство
Источник
<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>

Атрибут: ConceptProperty / @isParent

Пространство имен Нет пространства имен
Аннотации Если оно истинно, то это свойство должно ссылаться на понятие, и это свойство обозначает иерархическую связь между этим понятием и понятием, на которое делается ссылка (например, континент страны).
Тип xs: логическое значение
Характеристики
использовать: необязательный
По умолчанию: ЛОЖЬ
Использован
Сложный тип КонцепцияСвойство
Источник
<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>

Атрибут: ConceptProperty / @isMapping

Пространство имен Нет пространства имен
Аннотации Если оно истинно, то это свойство должно ссылаться на понятие, и это свойство обозначает отношение сопоставления (1-к-1) между этим понятием и понятием, на которое делается ссылка. На каждый экземпляр упомянутого понятия ссылается не более одного экземпляра этого понятия.
Тип xs: логическое значение
Характеристики
использовать: необязательный
По умолчанию: ЛОЖЬ
Использован
Сложный тип КонцепцияСвойство
Источник
<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>

Создан с помощью XML-редактора oXygen .