php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_sdlContentModel Struct Reference

#include <php_sdl.h>

Data Fields

sdlContentKind kind
 
int min_occurs
 
int max_occurs
 
union { 
 
   sdlTypePtr   element 
 
   sdlTypePtr   group 
 
   HashTable *   content 
 
   char *   group_ref 
 
u 
 

Detailed Description

Definition at line 162 of file php_sdl.h.

Field Documentation

◆ content

HashTable* _sdlContentModel::content

Definition at line 169 of file php_sdl.h.

◆ element

sdlTypePtr _sdlContentModel::element

Definition at line 167 of file php_sdl.h.

◆ group

sdlTypePtr _sdlContentModel::group

Definition at line 168 of file php_sdl.h.

◆ group_ref

char* _sdlContentModel::group_ref

Definition at line 170 of file php_sdl.h.

◆ kind

sdlContentKind _sdlContentModel::kind

Definition at line 163 of file php_sdl.h.

◆ max_occurs

int _sdlContentModel::max_occurs

Definition at line 165 of file php_sdl.h.

◆ min_occurs

int _sdlContentModel::min_occurs

Definition at line 164 of file php_sdl.h.

◆ [union]

union { ... } _sdlContentModel::u

The documentation for this struct was generated from the following file: