Lines Matching refs:simpleTypes
1101 var $simpleTypes = array(); variable in nusoap_xmlschema
1459 $this->simpleTypes[$this->currentSimpleType]['enumeration'][] = $attrs['value'];
1487 $this->simpleTypes[$this->currentSimpleType]['type'] = $attrs['base'];
1515 $this->simpleTypes[ $attrs['name'] ] = $attrs;
1516 $this->simpleTypes[ $attrs['name'] ]['typeClass'] = 'simpleType';
1517 $this->simpleTypes[ $attrs['name'] ]['phpType'] = 'scalar';
1523 $this->simpleTypes[$this->currentSimpleType] = $attrs;
1524 $this->simpleTypes[$this->currentSimpleType]['phpType'] = 'scalar';
1767 } elseif((! $is_element) && isset($this->simpleTypes[$type])){
1769 if (!isset($this->simpleTypes[$type]['phpType'])) {
1772 …$uqType = substr($this->simpleTypes[$type]['type'], strrpos($this->simpleTypes[$type]['type'], ':'…
1773 …$ns = substr($this->simpleTypes[$type]['type'], 0, strrpos($this->simpleTypes[$type]['type'], ':')…
1779 $this->simpleTypes[$type]['phpType'] = $etype['phpType'];
1782 $this->simpleTypes[$type]['elements'] = $etype['elements'];
1786 return $this->simpleTypes[$type];
1968 $this->simpleTypes[$name] = array(
1977 $this->appendDebug($this->varDump($this->simpleTypes[$name]));