Table of Contents

Property IsOrdered

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

IsOrdered

Gets a value indicating whether the schema constrains the order of this type's children.

public bool IsOrdered { get; }

Property Value

bool

Remarks

True for an xsd:sequence, which is 66 of the 253 types; false for the xsd:choice the other 187 use. Where it is false a new child may go anywhere, and the declaration order is still worth following so a saved file reads the way Report Builder writes one.