Show / Hide Table of Contents

Enum FhirElement.PropertyRepresentationCodes

How a property is represented when serialized.

Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public enum PropertyRepresentationCodes : int

Fields

Name Description
cdaText

Use CDA narrative instead of XHTML.

typeAttr

The type of this element is indicated using xsi:type.

xhtml

The property is represented using XHTML.

xmlAttr

In XML, this property is represented as an attribute not an element.

xmlText

This element is represented using the XML text attribute (primitives only).

  • Improve this Doc
  • View Source
In This Article
  • Fields
Back to top Generated by DocFX