DR 09-0066: WML, Simple Types: ST_MacroName length

Shawn Villaron shawnv at microsoft.com
Thu Jun 11 02:17:04 CEST 2009


Here is my proposed text for this defect report:

DR 09-0066 - WML, Simple Types: ST_MacroName length
Part 1, §17.18.51 will be updated as follows:
17.18.51       ST_MacroName (Script Subroutine Name Value)
This simple type specifies a subroutine in a scripting language which can be executed based on the context of the parent XML element. The language and location of this subroutine can be determined using any method desired by an application.
[Example: Consider the following WordprocessingML fragment for the properties of a form field:

<w:ffData>
  <w:exitMacro w:val="TestExitFunction" />
</w:ffData>
The exitMacro element specifies that any application which processes this file should attempt to locate and execute a scripting subroutine called TestExitFunction when the contents of the form field are exited. If this subroutine cannot be located or executed, then this setting is silently ignored. end example]
This simple type's contents are a restriction of the W3C XML Schema string datatype.
This simple type also specifies the following restrictions:

·         This simple type's contents have a maximum length of 33 Unicode characters.
Referenced By

entryMacro at val (§17.16.15); exitMacro at val (§17.16.16)


[Note: The W3C XML Schema definition of this simple type's content model (ST_MacroName) is located in §A.1. end note]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.vse.cz/pipermail/sc34wg4/attachments/20090610/51cb9a67/attachment.htm>


More information about the sc34wg4 mailing list