longDecimalTextBox

Represents a text box with or without a spin control for entering 64-bit decimal numbers. Can be associated with either a LongDecimalElement or TextElement.

Element hierarchy

<policyDefinitionResources>
<resources>
<presentationTable>
<presentation>
<longDecimalTextBox>

Syntax

<longDecimalTextBox defaultValue? = unsignedInt : "1"
                    spin?         = boolean : "true"
                    spinStep?     = unsignedInt : "1" >

  <xs:extension base="pd:DataElementContent">
        <xs:attribute name="defaultValue" type="xs:unsignedInt" default="1"/>
        <xs:attribute name="spin" type="xs:boolean" default="true"/>
        <xs:attribute name="spinStep" type="xs:unsignedInt" default="1"/>
      </xs:extension>

</longDecimalTextBox>

Key

?   optional (zero or one)

:   default value

Attributes and Elements

Attributes

Attribute Description Data type Required Default value
defaultValue

TBD

unsignedInt No 1
spin

TBD

boolean No true
spinStep

TBD

unsignedInt No 1

 

Child Elements

None.

Parent Elements

Parent Element Description
[presentation](element-presentation.md)

A presentation element representing parameters for a policy setting.

 

Requirements

Namespace

https://www.microsoft.com/GroupPolicy/PolicyDefinitions