Page 9611 XML Schema Restrictions Part

App
Base Application
Namespace
System.Xml
Versions
17-28
Source table
9611

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/System/XML/XMLSchemaRestrictionsPart.Page.al30 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Xml;

page 9611 "XML Schema Restrictions Part"
{
    Caption = 'XML Schema Restrictions Part';
    Editable = false;
    PageType = ListPart;
    SourceTable = "XML Schema Restriction";

    layout
    {
        area(content)
        {
            repeater(Group)
            {
                field(Value; Rec.Value)
                {
                    ApplicationArea = Basic, Suite;
                    ToolTip = 'Specifies the value of the imported record.';
                }
            }
        }
    }

    actions
    {
    }
}