Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type QuestionnaireRelationships
Namespace No namespace
Annotations
The relationships of the a questionnaire or questionnaire response to another object
which might be an transaction (type=DRIV) or a answer to questionnaire (type=ANSW).
Note that relationships are implicit, and unchecked. They are a hint to the reader.
Diagram
DiagramDECOR_xsd_Complex_Type_QuestionnaireRelationships.tmp#QuestionnaireRelationships_typeDECOR_xsd_Complex_Type_QuestionnaireRelationships.tmp#QuestionnaireRelationships_refDECOR_xsd_Complex_Type_QuestionnaireRelationships.tmp#QuestionnaireRelationships_flexibility
Used by
Attributes
QName Type Use Annotation
flexibility StaticOrDynamicFlexibility optional
Reference to the objects @effectiveDate. Default is unspecified which means 'latest available version'.
ref BasicIdOrOid required
Reference to the objects id or name. Note that while reference by name is supported, it is also discouraged and should only be used when the object is not a DECOR object, but still needs referencing.
type QuestionnaireRelationshipTypes required
The @type of the relationship, at this point in time something like "DRIV" etc.
Source
<xs:complexType name="QuestionnaireRelationships">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The relationships of the a questionnaire or questionnaire response to another object which might be an transaction (type=DRIV) or a answer to questionnaire (type=ANSW). Note that relationships are implicit, and unchecked. They are a hint to the reader.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="QuestionnaireRelationshipTypes" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The @type of the relationship, at this point in time something like "DRIV" etc.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ref" type="BasicIdOrOid" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Reference to the objects id or name. Note that while reference by name is supported, it is also discouraged and should only be used when the object is not a DECOR object, but still needs referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="flexibility" type="StaticOrDynamicFlexibility" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Reference to the objects @effectiveDate. Default is unspecified which means 'latest available version'.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Attribute QuestionnaireRelationships / @type
Namespace No namespace
Annotations
The @type of the relationship, at this point in time something like "DRIV" etc.
Type QuestionnaireRelationshipTypes
Properties
use required
Facets
enumeration DRIV
This Questionnaire is derived from a transaction expressed or specified in the @ref attribute
enumeration ANSW
This Questionnaire Response answers a Questionnaire specified in @ref
Used by
Source
<xs:attribute name="type" type="QuestionnaireRelationshipTypes" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The @type of the relationship, at this point in time something like "DRIV" etc.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute QuestionnaireRelationships / @ref
Namespace No namespace
Annotations
Reference to the objects id or name. Note that while reference by name is supported, it is also discouraged and should only be used when the object is not a DECOR object, but still needs referencing.
Type BasicIdOrOid
Properties
use required
Used by
Source
<xs:attribute name="ref" type="BasicIdOrOid" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Reference to the objects id or name. Note that while reference by name is supported, it is also discouraged and should only be used when the object is not a DECOR object, but still needs referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute QuestionnaireRelationships / @flexibility
Namespace No namespace
Annotations
Reference to the objects @effectiveDate. Default is unspecified which means 'latest available version'.
Type StaticOrDynamicFlexibility
Properties
use optional
Used by
Source
<xs:attribute name="flexibility" type="StaticOrDynamicFlexibility" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Reference to the objects @effectiveDate. Default is unspecified which means 'latest available version'.</xs:documentation>
  </xs:annotation>
</xs:attribute>