Complex Type pc:UserAttributeType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Structured custom data defined by name, type and value.
Diagram
Attribute pc:UserAttributeType / @nameAttribute pc:UserAttributeType / @descriptionAttribute pc:UserAttributeType / @typeAttribute pc:UserAttributeType / @value
Used by
Attributes
Source
<complexType name="UserAttributeType">
  <annotation>
    <documentation>Structured custom data defined by name, type and value.</documentation>
  </annotation>
  <attribute name="name" type="string"/>
  <attribute name="description" type="string"/>
  <attribute name="type">
    <simpleType>
      <restriction base="string">
        <enumeration value="xsd:string"/>
        <enumeration value="xsd:integer"/>
        <enumeration value="xsd:boolean"/>
        <enumeration value="xsd:float"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="value" type="string"/>
</complexType>

Attribute pc:UserAttributeType / @name

Namespace No namespace
Type string
Properties
content: simple
Used by
Source
<attribute name="name" type="string"/>

Attribute pc:UserAttributeType / @description

Namespace No namespace
Type string
Properties
content: simple
Used by
Source
<attribute name="description" type="string"/>

Attribute pc:UserAttributeType / @type

Namespace No namespace
Type restriction of string
Properties
content: simple
Facets
enumeration xsd:string
enumeration xsd:integer
enumeration xsd:boolean
enumeration xsd:float
Used by
Source
<attribute name="type">
  <simpleType>
    <restriction base="string">
      <enumeration value="xsd:string"/>
      <enumeration value="xsd:integer"/>
      <enumeration value="xsd:boolean"/>
      <enumeration value="xsd:float"/>
    </restriction>
  </simpleType>
</attribute>

Attribute pc:UserAttributeType / @value

Namespace No namespace
Type string
Properties
content: simple
Used by
Source
<attribute name="value" type="string"/>