Lines Matching refs:simpleTypes
1020 var $simpleTypes = array(); variable in XMLSchema
1362 $this->simpleTypes[$this->currentSimpleType]['enumeration'][] = $attrs['value'];
1390 $this->simpleTypes[$this->currentSimpleType]['type'] = $attrs['base'];
1418 $this->simpleTypes[ $attrs['name'] ] = $attrs;
1419 $this->simpleTypes[ $attrs['name'] ]['typeClass'] = 'simpleType';
1420 $this->simpleTypes[ $attrs['name'] ]['phpType'] = 'scalar';
1425 $this->simpleTypes[$this->currentSimpleType] = $attrs;
1426 $this->simpleTypes[$this->currentSimpleType]['phpType'] = 'scalar';
1656 } elseif(isset($this->simpleTypes[$type])){
1658 if (!isset($this->simpleTypes[$type]['phpType'])) {
1661 …$uqType = substr($this->simpleTypes[$type]['type'], strrpos($this->simpleTypes[$type]['type'], ':'…
1662 …$ns = substr($this->simpleTypes[$type]['type'], 0, strrpos($this->simpleTypes[$type]['type'], ':')…
1668 $this->simpleTypes[$type]['phpType'] = $etype['phpType'];
1671 $this->simpleTypes[$type]['elements'] = $etype['elements'];
1675 return $this->simpleTypes[$type];
1857 $this->simpleTypes[$name] = array(
1866 $this->appendDebug($this->varDump($this->simpleTypes[$name]));