Element: SCHEMASIMPLETYPEMAPPING

Tag: SIMPLETYPEMAPPING

Attributes

Name Type Optional Values
NAME STRING No Specifies the schema's simpletype name for which theother characteristics must be used when mapping ontometa-definition fields.
TYPE Yes INTEGER; LONG; STRING; PCHAR; REAL; ANY; BOOLEAN Specifies the predefined type (string, integer, etc.) to use forthe meta-definition field where the schema's simple type will be mapped.
SIMPLETYPE STRING Yes Specifies the simple type (as supported by XMLBooster) to use forthe meta-definition field where the schema's simple type will be mapped.
ENUMTYPE STRING Yes Specifies the enumerated type to use forthe meta-definition field where the schema's simple type will be mapped.The enumerated type must match an enumeration as defined in the targetmeta-definition.
REGEXP STRING Yes Specifies the validating regular expressionto use forthe meta-definition field where the schema's simple type will be mapped.
MAXLEN INTEGER Yes
MINLEN INTEGER Yes
ID BOOLEAN Yes
IDREF BOOLEAN Yes

Content

Permutation of
Optional MININCLUSIVE
Optional MAXINCLUSIVE

Appears in

SIMPLETYPEMAPPINGS

DTD declaration

<!ELEMENT SCHEMASIMPLETYPEMAPPING
(MININCLUSIVE?| MAXINCLUSIVE?)*
>

<!ATTLIST SCHEMASIMPLETYPEMAPPING
NAME CDATA #REQUIRED
TYPE (INTEGER|LONG|STRING|PCHAR|REAL|ANY|BOOLEAN) #IMPLIED
SIMPLETYPE CDATA #IMPLIED
ENUMTYPE CDATA #IMPLIED
REGEXP CDATA #IMPLIED
MAXLEN CDATA #IMPLIED
MINLEN CDATA #IMPLIED
ID (TRUE|YES|yes|Y|y|ON|On|on|true|True|1|FALSE|NO|no|N|n|OFF|Off|off|false|False|0) #IMPLIED
IDREF (TRUE|YES|yes|Y|y|ON|On|on|true|True|1|FALSE|NO|no|N|n|OFF|Off|off|false|False|0) #IMPLIED
>