XMLContentModel.Type
From Xojo Documentation
Property (As Integer )
aXMLContentModel.Type = newIntegerValue
or
IntegerValue = aXMLContentModel.Type
Supported for all project types and targets.
or
IntegerValue = aXMLContentModel.Type
Supported for all project types and targets.
XML content type.
Notes
Here are the constants that can be compared to the value of the Type property:
Value | Constant |
---|---|
1 | XML_CTYPE_EMPTY |
2 | XML_CTYPE_ANY |
3 | XML_CTYPE_MIXED |
4 | XML_CTYPE_NAME |
5 | XML_CTYPE_CHOICE |
6 | XML_CYTPE_SEQ |