Table of Contents

Class RdlSchemaChild

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

One child element declaration within a type.

public sealed class RdlSchemaChild
Inheritance
RdlSchemaChild
Inherited Members

Properties

IsRequired

Gets a value indicating whether the schema requires this child (minOccurs of one or more).

IsSize

Gets a value indicating whether this child holds a size — a decimal with a unit, which RdlMeasure parses.

Name

Gets the child's local name.

Ordinal

Gets the position the schema declares this child at.

TypeKey

Gets the child's type key, which may be a schema type name such as SizeType, a built-in such as xsd:string, a synthetic key for an anonymous type, or (simple) where the declaration carries an inline simple type.