Complex Type pc:UserDefinedType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Container for user-defined attributes
Diagram
Element pc:UserDefinedType / pc:UserAttribute
Used by
Model Element pc:UserDefinedType / pc:UserAttribute
Children Element pc:UserDefinedType / pc:UserAttribute
Source
<complexType name="UserDefinedType">
  <annotation>
    <documentation>Container for user-defined attributes</documentation>
  </annotation>
  <sequence>
    <element name="UserAttribute" type="pc:UserAttributeType" minOccurs="1" maxOccurs="unbounded">
    </element>
  </sequence>
</complexType>

Element pc:UserDefinedType / pc:UserAttribute

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:UserAttributeType / @nameAttribute pc:UserAttributeType / @descriptionAttribute pc:UserAttributeType / @typeAttribute pc:UserAttributeType / @valueComplex Type pc:UserAttributeType
Type Complex Type pc:UserAttributeType
Properties
content: complex
minOccurs: 1
maxOccurs: unbounded
Attributes
Source
<element name="UserAttribute" type="pc:UserAttributeType" minOccurs="1" maxOccurs="unbounded">
</element>